| 1 |
kusanagi |
1.2 |
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am |
| 2 |
kusanagi |
1.1 |
|
| 3 |
kusanagi |
1.2 |
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. |
| 4 |
kusanagi |
1.1 |
# This Makefile.in is free software; the Free Software Foundation |
| 5 |
|
|
# gives unlimited permission to copy and/or distribute it, |
| 6 |
|
|
# with or without modifications, as long as this notice is preserved. |
| 7 |
|
|
|
| 8 |
|
|
# This program is distributed in the hope that it will be useful, |
| 9 |
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
| 10 |
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| 11 |
|
|
# PARTICULAR PURPOSE. |
| 12 |
|
|
|
| 13 |
|
|
|
| 14 |
kusanagi |
1.2 |
SHELL = @SHELL@ |
| 15 |
kusanagi |
1.1 |
|
| 16 |
|
|
srcdir = @srcdir@ |
| 17 |
|
|
top_srcdir = @top_srcdir@ |
| 18 |
|
|
VPATH = @srcdir@ |
| 19 |
kusanagi |
1.2 |
prefix = @prefix@ |
| 20 |
|
|
exec_prefix = @exec_prefix@ |
| 21 |
|
|
|
| 22 |
|
|
bindir = @bindir@ |
| 23 |
|
|
sbindir = @sbindir@ |
| 24 |
|
|
libexecdir = @libexecdir@ |
| 25 |
|
|
datadir = @datadir@ |
| 26 |
|
|
sysconfdir = @sysconfdir@ |
| 27 |
|
|
sharedstatedir = @sharedstatedir@ |
| 28 |
|
|
localstatedir = @localstatedir@ |
| 29 |
|
|
libdir = @libdir@ |
| 30 |
|
|
infodir = @infodir@ |
| 31 |
|
|
mandir = @mandir@ |
| 32 |
|
|
includedir = @includedir@ |
| 33 |
|
|
oldincludedir = /usr/include |
| 34 |
|
|
|
| 35 |
|
|
DESTDIR = |
| 36 |
|
|
|
| 37 |
kusanagi |
1.1 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 38 |
|
|
pkglibdir = $(libdir)/@PACKAGE@ |
| 39 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@ |
| 40 |
kusanagi |
1.2 |
|
| 41 |
kusanagi |
1.1 |
top_builddir = ../../.. |
| 42 |
kusanagi |
1.2 |
|
| 43 |
|
|
ACLOCAL = @ACLOCAL@ |
| 44 |
|
|
AUTOCONF = @AUTOCONF@ |
| 45 |
|
|
AUTOMAKE = @AUTOMAKE@ |
| 46 |
|
|
AUTOHEADER = @AUTOHEADER@ |
| 47 |
|
|
|
| 48 |
kusanagi |
1.1 |
INSTALL = @INSTALL@ |
| 49 |
kusanagi |
1.2 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) |
| 50 |
|
|
INSTALL_DATA = @INSTALL_DATA@ |
| 51 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 52 |
|
|
transform = @program_transform_name@ |
| 53 |
|
|
|
| 54 |
kusanagi |
1.1 |
NORMAL_INSTALL = : |
| 55 |
|
|
PRE_INSTALL = : |
| 56 |
|
|
POST_INSTALL = : |
| 57 |
|
|
NORMAL_UNINSTALL = : |
| 58 |
|
|
PRE_UNINSTALL = : |
| 59 |
|
|
POST_UNINSTALL = : |
| 60 |
kusanagi |
1.2 |
host_alias = @host_alias@ |
| 61 |
kusanagi |
1.1 |
host_triplet = @host@ |
| 62 |
kusanagi |
1.2 |
AS = @AS@ |
| 63 |
kusanagi |
1.1 |
CC = @CC@ |
| 64 |
|
|
CXX = @CXX@ |
| 65 |
kusanagi |
1.2 |
DLLTOOL = @DLLTOOL@ |
| 66 |
kusanagi |
1.1 |
ECHO = @ECHO@ |
| 67 |
|
|
EXEEXT = @EXEEXT@ |
| 68 |
|
|
F77 = @F77@ |
| 69 |
|
|
FLIBS = @FLIBS@ |
| 70 |
|
|
HAS_DOXYFILE = @HAS_DOXYFILE@ |
| 71 |
kusanagi |
1.2 |
HAVE_LIB = @HAVE_LIB@ |
| 72 |
|
|
LIB = @LIB@ |
| 73 |
kusanagi |
1.1 |
LIBTOOL = @LIBTOOL@ |
| 74 |
|
|
LN_S = @LN_S@ |
| 75 |
kusanagi |
1.2 |
LTLIB = @LTLIB@ |
| 76 |
kusanagi |
1.1 |
MAKEINFO = @MAKEINFO@ |
| 77 |
kusanagi |
1.2 |
OBJDUMP = @OBJDUMP@ |
| 78 |
kusanagi |
1.1 |
OBJEXT = @OBJEXT@ |
| 79 |
|
|
PACKAGE = @PACKAGE@ |
| 80 |
|
|
RANLIB = @RANLIB@ |
| 81 |
|
|
ROOTCINT = @ROOTCINT@ |
| 82 |
|
|
ROOT_INCLUDES = @ROOT_INCLUDES@ |
| 83 |
|
|
ROOT_LDFLAGS = @ROOT_LDFLAGS@ |
| 84 |
|
|
STRIP = @STRIP@ |
| 85 |
|
|
VERSION = @VERSION@ |
| 86 |
kusanagi |
1.2 |
|
| 87 |
kusanagi |
1.1 |
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
| 88 |
|
|
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
| 89 |
kusanagi |
1.2 |
LDFLAGS = @ROOT_LDFLAGS@ |
| 90 |
kusanagi |
1.1 |
SUBDIRS = readraw |
| 91 |
|
|
|
| 92 |
|
|
# These will build a non-installing libtool library |
| 93 |
|
|
noinst_LTLIBRARIES = libfortracker.la |
| 94 |
kusanagi |
1.2 |
|
| 95 |
kusanagi |
1.1 |
libfortracker_la_LIBADD = readraw/libforreadraw.la |
| 96 |
|
|
|
| 97 |
kusanagi |
1.2 |
libfortracker_la_SOURCES = dummy.c |
| 98 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| 99 |
|
|
CONFIG_HEADER = ../../../config.h |
| 100 |
|
|
CONFIG_CLEAN_FILES = |
| 101 |
|
|
LTLIBRARIES = $(noinst_LTLIBRARIES) |
| 102 |
|
|
|
| 103 |
|
|
|
| 104 |
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I../../.. |
| 105 |
|
|
CPPFLAGS = @CPPFLAGS@ |
| 106 |
|
|
LIBS = @LIBS@ |
| 107 |
|
|
libfortracker_la_LDFLAGS = |
| 108 |
|
|
libfortracker_la_DEPENDENCIES = readraw/libforreadraw.la |
| 109 |
|
|
libfortracker_la_OBJECTS = dummy.lo |
| 110 |
|
|
CFLAGS = @CFLAGS@ |
| 111 |
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 112 |
|
|
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 113 |
|
|
CCLD = $(CC) |
| 114 |
|
|
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
| 115 |
|
|
DIST_COMMON = Makefile.am Makefile.in |
| 116 |
|
|
|
| 117 |
|
|
|
| 118 |
|
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
| 119 |
|
|
|
| 120 |
|
|
TAR = gtar |
| 121 |
|
|
GZIP_ENV = --best |
| 122 |
|
|
SOURCES = $(libfortracker_la_SOURCES) |
| 123 |
|
|
OBJECTS = $(libfortracker_la_OBJECTS) |
| 124 |
|
|
|
| 125 |
|
|
all: all-redirect |
| 126 |
kusanagi |
1.1 |
.SUFFIXES: |
| 127 |
kusanagi |
1.2 |
.SUFFIXES: .S .c .lo .o .obj .s |
| 128 |
|
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
| 129 |
|
|
cd $(top_srcdir) && $(AUTOMAKE) --foreign techmodel/forroutines/tracker/Makefile |
| 130 |
|
|
|
| 131 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 132 |
|
|
cd $(top_builddir) \ |
| 133 |
|
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
| 134 |
|
|
|
| 135 |
|
|
|
| 136 |
|
|
mostlyclean-noinstLTLIBRARIES: |
| 137 |
kusanagi |
1.1 |
|
| 138 |
|
|
clean-noinstLTLIBRARIES: |
| 139 |
|
|
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
| 140 |
kusanagi |
1.2 |
|
| 141 |
|
|
distclean-noinstLTLIBRARIES: |
| 142 |
|
|
|
| 143 |
|
|
maintainer-clean-noinstLTLIBRARIES: |
| 144 |
|
|
|
| 145 |
|
|
.c.o: |
| 146 |
|
|
$(COMPILE) -c $< |
| 147 |
|
|
|
| 148 |
|
|
# FIXME: We should only use cygpath when building on Windows, |
| 149 |
|
|
# and only if it is available. |
| 150 |
|
|
.c.obj: |
| 151 |
|
|
$(COMPILE) -c `cygpath -w $<` |
| 152 |
|
|
|
| 153 |
|
|
.s.o: |
| 154 |
|
|
$(COMPILE) -c $< |
| 155 |
|
|
|
| 156 |
|
|
.S.o: |
| 157 |
|
|
$(COMPILE) -c $< |
| 158 |
kusanagi |
1.1 |
|
| 159 |
|
|
mostlyclean-compile: |
| 160 |
kusanagi |
1.2 |
-rm -f *.o core *.core |
| 161 |
kusanagi |
1.1 |
-rm -f *.$(OBJEXT) |
| 162 |
|
|
|
| 163 |
kusanagi |
1.2 |
clean-compile: |
| 164 |
|
|
|
| 165 |
kusanagi |
1.1 |
distclean-compile: |
| 166 |
|
|
-rm -f *.tab.c |
| 167 |
|
|
|
| 168 |
kusanagi |
1.2 |
maintainer-clean-compile: |
| 169 |
|
|
|
| 170 |
|
|
.c.lo: |
| 171 |
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
| 172 |
|
|
|
| 173 |
|
|
.s.lo: |
| 174 |
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
| 175 |
|
|
|
| 176 |
|
|
.S.lo: |
| 177 |
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
| 178 |
|
|
|
| 179 |
kusanagi |
1.1 |
mostlyclean-libtool: |
| 180 |
|
|
-rm -f *.lo |
| 181 |
|
|
|
| 182 |
|
|
clean-libtool: |
| 183 |
|
|
-rm -rf .libs _libs |
| 184 |
|
|
|
| 185 |
|
|
distclean-libtool: |
| 186 |
kusanagi |
1.2 |
|
| 187 |
|
|
maintainer-clean-libtool: |
| 188 |
|
|
|
| 189 |
|
|
libfortracker.la: $(libfortracker_la_OBJECTS) $(libfortracker_la_DEPENDENCIES) |
| 190 |
|
|
$(LINK) $(libfortracker_la_LDFLAGS) $(libfortracker_la_OBJECTS) $(libfortracker_la_LIBADD) $(LIBS) |
| 191 |
kusanagi |
1.1 |
|
| 192 |
|
|
# This directory's subdirectories are mostly independent; you can cd |
| 193 |
|
|
# into them and run `make' without going through this Makefile. |
| 194 |
|
|
# To change the values of `make' variables: instead of editing Makefiles, |
| 195 |
|
|
# (1) if the variable is set in `config.status', edit `config.status' |
| 196 |
|
|
# (which will cause the Makefiles to be regenerated when you run `make'); |
| 197 |
|
|
# (2) otherwise, pass the desired values on the `make' command line. |
| 198 |
kusanagi |
1.2 |
|
| 199 |
|
|
@SET_MAKE@ |
| 200 |
|
|
|
| 201 |
|
|
all-recursive install-data-recursive install-exec-recursive \ |
| 202 |
|
|
installdirs-recursive install-recursive uninstall-recursive install-info-recursive \ |
| 203 |
|
|
check-recursive installcheck-recursive info-recursive dvi-recursive: |
| 204 |
|
|
@set fnord $(MAKEFLAGS); amf=$$2; \ |
| 205 |
kusanagi |
1.1 |
dot_seen=no; \ |
| 206 |
|
|
target=`echo $@ | sed s/-recursive//`; \ |
| 207 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 208 |
|
|
echo "Making $$target in $$subdir"; \ |
| 209 |
|
|
if test "$$subdir" = "."; then \ |
| 210 |
|
|
dot_seen=yes; \ |
| 211 |
|
|
local_target="$$target-am"; \ |
| 212 |
|
|
else \ |
| 213 |
|
|
local_target="$$target"; \ |
| 214 |
|
|
fi; \ |
| 215 |
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 216 |
|
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
| 217 |
|
|
done; \ |
| 218 |
|
|
if test "$$dot_seen" = "no"; then \ |
| 219 |
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 220 |
|
|
fi; test -z "$$fail" |
| 221 |
|
|
|
| 222 |
|
|
mostlyclean-recursive clean-recursive distclean-recursive \ |
| 223 |
|
|
maintainer-clean-recursive: |
| 224 |
kusanagi |
1.2 |
@set fnord $(MAKEFLAGS); amf=$$2; \ |
| 225 |
kusanagi |
1.1 |
dot_seen=no; \ |
| 226 |
kusanagi |
1.2 |
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 227 |
|
|
rev="$$subdir $$rev"; \ |
| 228 |
|
|
test "$$subdir" != "." || dot_seen=yes; \ |
| 229 |
kusanagi |
1.1 |
done; \ |
| 230 |
kusanagi |
1.2 |
test "$$dot_seen" = "no" && rev=". $$rev"; \ |
| 231 |
kusanagi |
1.1 |
target=`echo $@ | sed s/-recursive//`; \ |
| 232 |
|
|
for subdir in $$rev; do \ |
| 233 |
|
|
echo "Making $$target in $$subdir"; \ |
| 234 |
|
|
if test "$$subdir" = "."; then \ |
| 235 |
|
|
local_target="$$target-am"; \ |
| 236 |
|
|
else \ |
| 237 |
|
|
local_target="$$target"; \ |
| 238 |
|
|
fi; \ |
| 239 |
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 240 |
|
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
| 241 |
|
|
done && test -z "$$fail" |
| 242 |
|
|
tags-recursive: |
| 243 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 244 |
|
|
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
| 245 |
|
|
done |
| 246 |
|
|
|
| 247 |
kusanagi |
1.2 |
tags: TAGS |
| 248 |
|
|
|
| 249 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) |
| 250 |
|
|
list='$(SOURCES) $(HEADERS)'; \ |
| 251 |
|
|
unique=`for i in $$list; do echo $$i; done | \ |
| 252 |
|
|
awk ' { files[$$0] = 1; } \ |
| 253 |
kusanagi |
1.1 |
END { for (i in files) print i; }'`; \ |
| 254 |
kusanagi |
1.2 |
here=`pwd` && cd $(srcdir) \ |
| 255 |
|
|
&& mkid -f$$here/ID $$unique $(LISP) |
| 256 |
kusanagi |
1.1 |
|
| 257 |
kusanagi |
1.2 |
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
| 258 |
kusanagi |
1.1 |
tags=; \ |
| 259 |
|
|
here=`pwd`; \ |
| 260 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 261 |
kusanagi |
1.2 |
if test "$$subdir" = .; then :; else \ |
| 262 |
|
|
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ |
| 263 |
|
|
fi; \ |
| 264 |
kusanagi |
1.1 |
done; \ |
| 265 |
kusanagi |
1.2 |
list='$(SOURCES) $(HEADERS)'; \ |
| 266 |
|
|
unique=`for i in $$list; do echo $$i; done | \ |
| 267 |
|
|
awk ' { files[$$0] = 1; } \ |
| 268 |
kusanagi |
1.1 |
END { for (i in files) print i; }'`; \ |
| 269 |
kusanagi |
1.2 |
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
| 270 |
|
|
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
| 271 |
|
|
|
| 272 |
|
|
mostlyclean-tags: |
| 273 |
|
|
|
| 274 |
|
|
clean-tags: |
| 275 |
kusanagi |
1.1 |
|
| 276 |
|
|
distclean-tags: |
| 277 |
kusanagi |
1.2 |
-rm -f TAGS ID |
| 278 |
|
|
|
| 279 |
|
|
maintainer-clean-tags: |
| 280 |
|
|
|
| 281 |
|
|
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
| 282 |
|
|
|
| 283 |
|
|
subdir = techmodel/forroutines/tracker |
| 284 |
kusanagi |
1.1 |
|
| 285 |
|
|
distdir: $(DISTFILES) |
| 286 |
kusanagi |
1.2 |
@for file in $(DISTFILES); do \ |
| 287 |
|
|
d=$(srcdir); \ |
| 288 |
kusanagi |
1.1 |
if test -d $$d/$$file; then \ |
| 289 |
kusanagi |
1.2 |
cp -pr $$d/$$file $(distdir)/$$file; \ |
| 290 |
kusanagi |
1.1 |
else \ |
| 291 |
|
|
test -f $(distdir)/$$file \ |
| 292 |
kusanagi |
1.2 |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
| 293 |
|
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \ |
| 294 |
kusanagi |
1.1 |
fi; \ |
| 295 |
|
|
done |
| 296 |
kusanagi |
1.2 |
for subdir in $(SUBDIRS); do \ |
| 297 |
kusanagi |
1.1 |
if test "$$subdir" = .; then :; else \ |
| 298 |
kusanagi |
1.2 |
test -d $(distdir)/$$subdir \ |
| 299 |
|
|
|| mkdir $(distdir)/$$subdir \ |
| 300 |
kusanagi |
1.1 |
|| exit 1; \ |
| 301 |
kusanagi |
1.2 |
chmod 777 $(distdir)/$$subdir; \ |
| 302 |
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ |
| 303 |
kusanagi |
1.1 |
|| exit 1; \ |
| 304 |
|
|
fi; \ |
| 305 |
|
|
done |
| 306 |
kusanagi |
1.2 |
info-am: |
| 307 |
|
|
info: info-recursive |
| 308 |
|
|
dvi-am: |
| 309 |
|
|
dvi: dvi-recursive |
| 310 |
kusanagi |
1.1 |
check-am: all-am |
| 311 |
|
|
check: check-recursive |
| 312 |
kusanagi |
1.2 |
installcheck-am: |
| 313 |
|
|
installcheck: installcheck-recursive |
| 314 |
|
|
install-info-am: |
| 315 |
|
|
install-info: install-info-recursive |
| 316 |
|
|
install-exec-am: |
| 317 |
kusanagi |
1.1 |
install-exec: install-exec-recursive |
| 318 |
kusanagi |
1.2 |
|
| 319 |
|
|
install-data-am: |
| 320 |
kusanagi |
1.1 |
install-data: install-data-recursive |
| 321 |
|
|
|
| 322 |
|
|
install-am: all-am |
| 323 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 324 |
kusanagi |
1.2 |
install: install-recursive |
| 325 |
|
|
uninstall-am: |
| 326 |
|
|
uninstall: uninstall-recursive |
| 327 |
|
|
all-am: Makefile $(LTLIBRARIES) |
| 328 |
|
|
all-redirect: all-recursive |
| 329 |
|
|
install-strip: |
| 330 |
|
|
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
| 331 |
|
|
installdirs: installdirs-recursive |
| 332 |
|
|
installdirs-am: |
| 333 |
|
|
|
| 334 |
kusanagi |
1.1 |
|
| 335 |
|
|
mostlyclean-generic: |
| 336 |
|
|
|
| 337 |
|
|
clean-generic: |
| 338 |
|
|
|
| 339 |
|
|
distclean-generic: |
| 340 |
kusanagi |
1.2 |
-rm -f Makefile $(CONFIG_CLEAN_FILES) |
| 341 |
|
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]* |
| 342 |
kusanagi |
1.1 |
|
| 343 |
|
|
maintainer-clean-generic: |
| 344 |
kusanagi |
1.2 |
mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \ |
| 345 |
|
|
mostlyclean-libtool mostlyclean-tags \ |
| 346 |
|
|
mostlyclean-generic |
| 347 |
kusanagi |
1.1 |
|
| 348 |
kusanagi |
1.2 |
mostlyclean: mostlyclean-recursive |
| 349 |
kusanagi |
1.1 |
|
| 350 |
kusanagi |
1.2 |
clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \ |
| 351 |
|
|
clean-tags clean-generic mostlyclean-am |
| 352 |
kusanagi |
1.1 |
|
| 353 |
kusanagi |
1.2 |
clean: clean-recursive |
| 354 |
kusanagi |
1.1 |
|
| 355 |
kusanagi |
1.2 |
distclean-am: distclean-noinstLTLIBRARIES distclean-compile \ |
| 356 |
|
|
distclean-libtool distclean-tags distclean-generic \ |
| 357 |
|
|
clean-am |
| 358 |
|
|
-rm -f libtool |
| 359 |
kusanagi |
1.1 |
|
| 360 |
kusanagi |
1.2 |
distclean: distclean-recursive |
| 361 |
kusanagi |
1.1 |
|
| 362 |
kusanagi |
1.2 |
maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \ |
| 363 |
|
|
maintainer-clean-compile maintainer-clean-libtool \ |
| 364 |
|
|
maintainer-clean-tags maintainer-clean-generic \ |
| 365 |
|
|
distclean-am |
| 366 |
|
|
@echo "This command is intended for maintainers to use;" |
| 367 |
|
|
@echo "it deletes files that may require special tools to rebuild." |
| 368 |
kusanagi |
1.1 |
|
| 369 |
|
|
maintainer-clean: maintainer-clean-recursive |
| 370 |
|
|
|
| 371 |
kusanagi |
1.2 |
.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \ |
| 372 |
|
|
clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \ |
| 373 |
|
|
mostlyclean-compile distclean-compile clean-compile \ |
| 374 |
|
|
maintainer-clean-compile mostlyclean-libtool distclean-libtool \ |
| 375 |
|
|
clean-libtool maintainer-clean-libtool install-data-recursive \ |
| 376 |
|
|
uninstall-data-recursive install-exec-recursive \ |
| 377 |
|
|
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ |
| 378 |
|
|
all-recursive check-recursive installcheck-recursive info-recursive \ |
| 379 |
|
|
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ |
| 380 |
|
|
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ |
| 381 |
|
|
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ |
| 382 |
|
|
dvi-am dvi check check-am installcheck-am installcheck install-info-am \ |
| 383 |
|
|
install-info install-exec-am install-exec install-data-am install-data \ |
| 384 |
|
|
install-am install uninstall-am uninstall all-redirect all-am all \ |
| 385 |
|
|
installdirs-am installdirs mostlyclean-generic distclean-generic \ |
| 386 |
|
|
clean-generic maintainer-clean-generic clean mostlyclean distclean \ |
| 387 |
|
|
maintainer-clean |
| 388 |
kusanagi |
1.1 |
|
| 389 |
kusanagi |
1.2 |
#libfortracker_la_LDFLAGS = -lg2c -lstdc++ |
| 390 |
kusanagi |
1.1 |
|
| 391 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 392 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded. |
| 393 |
|
|
.NOEXPORT: |