Changeset 17 for libcaca/trunk/Makefile
- Timestamp:
- Dec 13, 2002, 9:50:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/Makefile
r11 r17 1 2 # Fallback to ncurses if this is set to 0 3 USE_SLANG = 1 4 1 # Makefile.in generated by automake 1.7.2 from Makefile.am. 2 # Makefile. Generated from Makefile.in by configure. 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 5 # Free Software Foundation, Inc. 6 # This Makefile.in is free software; the Free Software Foundation 7 # gives unlimited permission to copy and/or distribute it, 8 # with or without modifications, as long as this notice is preserved. 9 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 # PARTICULAR PURPOSE. 14 15 16 17 ############################################################################### 18 # Automake targets and declarations for ttyvaders 19 ############################################################################### 20 21 srcdir = . 22 top_srcdir = . 23 24 pkgdatadir = $(datadir)/ttyvaders 25 pkglibdir = $(libdir)/ttyvaders 26 pkgincludedir = $(includedir)/ttyvaders 27 top_builddir = . 28 29 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 30 INSTALL = /usr/bin/install -c 31 install_sh_DATA = $(install_sh) -c -m 644 32 install_sh_PROGRAM = $(install_sh) -c 33 install_sh_SCRIPT = $(install_sh) -c 34 INSTALL_HEADER = $(INSTALL_DATA) 35 transform = $(program_transform_name) 36 NORMAL_INSTALL = : 37 PRE_INSTALL = : 38 POST_INSTALL = : 39 NORMAL_UNINSTALL = : 40 PRE_UNINSTALL = : 41 POST_UNINSTALL = : 42 build_triplet = i686-pc-linux-gnu 43 host_triplet = i686-pc-linux-gnu 44 target_triplet = i686-pc-linux-gnu 45 ACLOCAL = ${SHELL} /share/home/sam/bazar/ttyvaders/missing --run aclocal-1.7 46 AMDEP_FALSE = # 47 AMDEP_TRUE = 48 AMTAR = ${SHELL} /share/home/sam/bazar/ttyvaders/missing --run tar 49 AUTOCONF = ${SHELL} /share/home/sam/bazar/ttyvaders/missing --run autoconf 50 AUTOHEADER = ${SHELL} /share/home/sam/bazar/ttyvaders/missing --run autoheader 51 AUTOMAKE = ${SHELL} /share/home/sam/bazar/ttyvaders/missing --run automake-1.7 52 AWK = gawk 5 53 CC = gcc 6 CFLAGS = -g -O6 -fno-strength-reduce -fomit-frame-pointer 7 8 # Code qui fait des warnings == code de porc == deux baffes dans ta gueule 9 CFLAGS += -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs 10 11 ifeq (1,$(USE_SLANG)) 12 CFLAGS += -DUSE_SLANG 13 EXECLIBS = -lslang -lm 14 else 15 CFLAGS += -DUSE_NCURSES 16 EXECLIBS = -lncurses -lm 17 endif 18 19 COMPILE_CMD = $(CC) -c $(ALL_CFLAGS) 20 21 PROGRAM = ttyvaders 22 SOURCES = main.c graphics.c tunnel.c starfield.c player.c weapons.c collide.c explosions.c aliens.c 23 HEADERS = common.h 24 OBJECTS = $(SOURCES:%.c=%.o) 25 26 all: $(PROGRAM) 27 28 ttyvaders: $(OBJECTS) 29 $(CC) -o $@ $(LDFLAGS) $^ $(EXECLIBS) 30 31 $(OBJECTS): Makefile $(HEADERS) 32 33 clean: 34 -/bin/rm -f $(PROGRAM) $(OBJECTS) 35 54 CCDEPMODE = depmode=gcc 55 CFLAGS = -g -O2 56 CPP = gcc -E 57 CPPFLAGS = 58 CYGPATH_W = echo 59 DEFS = -DHAVE_CONFIG_H 60 DEPDIR = .deps 61 ECHO_C = 62 ECHO_N = -n 63 ECHO_T = 64 EGREP = 65 EXEEXT = 66 INSTALL_DATA = ${INSTALL} -m 644 67 INSTALL_PROGRAM = ${INSTALL} 68 INSTALL_SCRIPT = ${INSTALL} 69 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s 70 LDFLAGS = 71 LIBOBJS = 72 LIBS = 73 LTLIBOBJS = 74 MAKEINFO = ${SHELL} /share/home/sam/bazar/ttyvaders/missing --run makeinfo 75 OBJEXT = o 76 PACKAGE = ttyvaders 77 PACKAGE_BUGREPORT = 78 PACKAGE_NAME = ttyvaders 79 PACKAGE_STRING = ttyvaders 0.0-cvs 80 PACKAGE_TARNAME = ttyvaders 81 PACKAGE_VERSION = 0.0-cvs 82 PATH_SEPARATOR = : 83 SET_MAKE = 84 SHELL = /bin/sh 85 STRIP = 86 USE_NCURSES_FALSE = 87 USE_NCURSES_TRUE = # 88 VERSION = 0.0-cvs 89 ac_ct_CC = gcc 90 ac_ct_STRIP = 91 am__fastdepCC_FALSE = 92 am__fastdepCC_TRUE = # 93 am__include = include 94 am__quote = 95 bindir = ${exec_prefix}/bin 96 build = i686-pc-linux-gnu 97 build_alias = 98 build_cpu = i686 99 build_os = linux-gnu 100 build_vendor = pc 101 datadir = ${prefix}/share 102 exec_prefix = ${prefix} 103 host = i686-pc-linux-gnu 104 host_alias = 105 host_cpu = i686 106 host_os = linux-gnu 107 host_vendor = pc 108 includedir = ${prefix}/include 109 infodir = ${prefix}/info 110 install_sh = /share/home/sam/bazar/ttyvaders/install-sh 111 libdir = ${exec_prefix}/lib 112 libexecdir = ${exec_prefix}/libexec 113 localstatedir = ${prefix}/var 114 mandir = ${prefix}/man 115 oldincludedir = /usr/include 116 prefix = /usr/local 117 program_transform_name = s,x,x, 118 sbindir = ${exec_prefix}/sbin 119 sharedstatedir = ${prefix}/com 120 sysconfdir = ${prefix}/etc 121 target = i686-pc-linux-gnu 122 target_alias = 123 target_cpu = i686 124 target_os = linux-gnu 125 target_vendor = pc 126 127 SUBDIRS = src 128 DIST_SUBDIRS = $(SUBDIRS) debian 129 130 EXTRA_DIST = doc/shapes.txt bootstrap 131 AUTOMAKE_OPTIONS = foreign dist-bzip2 132 subdir = . 133 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 134 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 135 CONFIG_HEADER = config.h 136 CONFIG_CLEAN_FILES = 137 DIST_SOURCES = 138 139 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ 140 ps-recursive install-info-recursive uninstall-info-recursive \ 141 all-recursive install-data-recursive install-exec-recursive \ 142 installdirs-recursive install-recursive uninstall-recursive \ 143 check-recursive installcheck-recursive 144 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 compile config.guess \ 145 config.h.in config.sub configure configure.ac depcomp \ 146 install-sh missing mkinstalldirs 147 all: config.h 148 $(MAKE) $(AM_MAKEFLAGS) all-recursive 149 150 .SUFFIXES: 151 152 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 153 configure.lineno 154 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 155 cd $(top_srcdir) && \ 156 $(AUTOMAKE) --foreign Makefile 157 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 158 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) 159 160 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 161 $(SHELL) ./config.status --recheck 162 $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 163 cd $(srcdir) && $(AUTOCONF) 164 165 $(ACLOCAL_M4): configure.ac 166 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 167 168 config.h: stamp-h1 169 @if test ! -f $@; then \ 170 rm -f stamp-h1; \ 171 $(MAKE) stamp-h1; \ 172 else :; fi 173 174 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 175 @rm -f stamp-h1 176 cd $(top_builddir) && $(SHELL) ./config.status config.h 177 178 $(srcdir)/config.h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) 179 cd $(top_srcdir) && $(AUTOHEADER) 180 touch $(srcdir)/config.h.in 181 182 distclean-hdr: 183 -rm -f config.h stamp-h1 184 uninstall-info-am: 185 186 # This directory's subdirectories are mostly independent; you can cd 187 # into them and run `make' without going through this Makefile. 188 # To change the values of `make' variables: instead of editing Makefiles, 189 # (1) if the variable is set in `config.status', edit `config.status' 190 # (which will cause the Makefiles to be regenerated when you run `make'); 191 # (2) otherwise, pass the desired values on the `make' command line. 192 $(RECURSIVE_TARGETS): 193 @set fnord $$MAKEFLAGS; amf=$$2; \ 194 dot_seen=no; \ 195 target=`echo $@ | sed s/-recursive//`; \ 196 list='$(SUBDIRS)'; for subdir in $$list; do \ 197 echo "Making $$target in $$subdir"; \ 198 if test "$$subdir" = "."; then \ 199 dot_seen=yes; \ 200 local_target="$$target-am"; \ 201 else \ 202 local_target="$$target"; \ 203 fi; \ 204 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 205 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 206 done; \ 207 if test "$$dot_seen" = "no"; then \ 208 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 209 fi; test -z "$$fail" 210 211 mostlyclean-recursive clean-recursive distclean-recursive \ 212 maintainer-clean-recursive: 213 @set fnord $$MAKEFLAGS; amf=$$2; \ 214 dot_seen=no; \ 215 case "$@" in \ 216 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 217 *) list='$(SUBDIRS)' ;; \ 218 esac; \ 219 rev=''; for subdir in $$list; do \ 220 if test "$$subdir" = "."; then :; else \ 221 rev="$$subdir $$rev"; \ 222 fi; \ 223 done; \ 224 rev="$$rev ."; \ 225 target=`echo $@ | sed s/-recursive//`; \ 226 for subdir in $$rev; do \ 227 echo "Making $$target in $$subdir"; \ 228 if test "$$subdir" = "."; then \ 229 local_target="$$target-am"; \ 230 else \ 231 local_target="$$target"; \ 232 fi; \ 233 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 234 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 235 done && test -z "$$fail" 236 tags-recursive: 237 list='$(SUBDIRS)'; for subdir in $$list; do \ 238 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 239 done 240 ctags-recursive: 241 list='$(SUBDIRS)'; for subdir in $$list; do \ 242 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 243 done 244 245 ETAGS = etags 246 ETAGSFLAGS = 247 248 CTAGS = ctags 249 CTAGSFLAGS = 250 251 tags: TAGS 252 253 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 254 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 255 unique=`for i in $$list; do \ 256 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 257 done | \ 258 $(AWK) ' { files[$$0] = 1; } \ 259 END { for (i in files) print i; }'`; \ 260 mkid -fID $$unique 261 262 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 263 $(TAGS_FILES) $(LISP) 264 tags=; \ 265 here=`pwd`; \ 266 list='$(SUBDIRS)'; for subdir in $$list; do \ 267 if test "$$subdir" = .; then :; else \ 268 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ 269 fi; \ 270 done; \ 271 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 272 unique=`for i in $$list; do \ 273 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 274 done | \ 275 $(AWK) ' { files[$$0] = 1; } \ 276 END { for (i in files) print i; }'`; \ 277 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 278 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 279 $$tags $$unique 280 281 ctags: CTAGS 282 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 283 $(TAGS_FILES) $(LISP) 284 tags=; \ 285 here=`pwd`; \ 286 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 287 unique=`for i in $$list; do \ 288 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 289 done | \ 290 $(AWK) ' { files[$$0] = 1; } \ 291 END { for (i in files) print i; }'`; \ 292 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 293 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 294 $$tags $$unique 295 296 GTAGS: 297 here=`$(am__cd) $(top_builddir) && pwd` \ 298 && cd $(top_srcdir) \ 299 && gtags -i $(GTAGS_ARGS) $$here 300 301 distclean-tags: 302 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 303 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 304 305 top_distdir = . 306 distdir = $(PACKAGE)-$(VERSION) 307 308 am__remove_distdir = \ 309 { test ! -d $(distdir) \ 310 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 311 && rm -fr $(distdir); }; } 312 313 GZIP_ENV = --best 314 distuninstallcheck_listfiles = find . -type f -print 315 distcleancheck_listfiles = find . -type f -print 316 317 distdir: $(DISTFILES) 318 $(am__remove_distdir) 319 mkdir $(distdir) 320 $(mkinstalldirs) $(distdir)/doc 321 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 322 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 323 list='$(DISTFILES)'; for file in $$list; do \ 324 case $$file in \ 325 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 326 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 327 esac; \ 328 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 329 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 330 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 331 dir="/$$dir"; \ 332 $(mkinstalldirs) "$(distdir)$$dir"; \ 333 else \ 334 dir=''; \ 335 fi; \ 336 if test -d $$d/$$file; then \ 337 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 338 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 339 fi; \ 340 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 341 else \ 342 test -f $(distdir)/$$file \ 343 || cp -p $$d/$$file $(distdir)/$$file \ 344 || exit 1; \ 345 fi; \ 346 done 347 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 348 if test "$$subdir" = .; then :; else \ 349 test -d $(distdir)/$$subdir \ 350 || mkdir $(distdir)/$$subdir \ 351 || exit 1; \ 352 (cd $$subdir && \ 353 $(MAKE) $(AM_MAKEFLAGS) \ 354 top_distdir="$(top_distdir)" \ 355 distdir=../$(distdir)/$$subdir \ 356 distdir) \ 357 || exit 1; \ 358 fi; \ 359 done 360 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 361 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 362 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 363 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 364 || chmod -R a+r $(distdir) 365 dist-gzip: distdir 366 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 367 $(am__remove_distdir) 368 369 dist-bzip2: distdir 370 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 371 $(am__remove_distdir) 372 373 dist dist-all: distdir 374 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 375 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 376 $(am__remove_distdir) 377 378 # This target untars the dist file and tries a VPATH configuration. Then 379 # it guarantees that the distribution is self-contained by making another 380 # tarfile. 381 distcheck: dist 382 $(am__remove_distdir) 383 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 384 chmod -R a-w $(distdir); chmod a+w $(distdir) 385 mkdir $(distdir)/=build 386 mkdir $(distdir)/=inst 387 chmod a-w $(distdir) 388 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \ 389 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 390 && cd $(distdir)/=build \ 391 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 392 $(DISTCHECK_CONFIGURE_FLAGS) \ 393 && $(MAKE) $(AM_MAKEFLAGS) \ 394 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 395 && $(MAKE) $(AM_MAKEFLAGS) check \ 396 && $(MAKE) $(AM_MAKEFLAGS) install \ 397 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 398 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 399 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 400 distuninstallcheck \ 401 && chmod -R a-w "$$dc_install_base" \ 402 && ({ \ 403 (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ 404 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 405 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 406 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 407 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 408 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 409 && rm -rf "$$dc_destdir" \ 410 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ 411 && rm -f $(distdir).tar.gz \ 412 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 413 $(am__remove_distdir) 414 @echo "$(distdir).tar.gz is ready for distribution" | \ 415 sed 'h;s/./=/g;p;x;p;x' 416 distuninstallcheck: 417 cd $(distuninstallcheck_dir) \ 418 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 419 || { echo "ERROR: files left after uninstall:" ; \ 420 if test -n "$(DESTDIR)"; then \ 421 echo " (check DESTDIR support)"; \ 422 fi ; \ 423 $(distuninstallcheck_listfiles) ; \ 424 exit 1; } >&2 425 distcleancheck: distclean 426 if test '$(srcdir)' = . ; then \ 427 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 428 exit 1 ; \ 429 fi 430 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 431 || { echo "ERROR: files left in build directory after distclean:" ; \ 432 $(distcleancheck_listfiles) ; \ 433 exit 1; } >&2 434 check-am: all-am 435 check: check-recursive 436 all-am: Makefile config.h 437 installdirs: installdirs-recursive 438 installdirs-am: 439 440 install: install-recursive 441 install-exec: install-exec-recursive 442 install-data: install-data-recursive 443 uninstall: uninstall-recursive 444 445 install-am: all-am 446 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 447 448 installcheck: installcheck-recursive 449 install-strip: 450 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 451 INSTALL_STRIP_FLAG=-s \ 452 `test -z '$(STRIP)' || \ 453 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 454 mostlyclean-generic: 455 456 clean-generic: 457 458 distclean-generic: 459 -rm -f Makefile $(CONFIG_CLEAN_FILES) 460 461 maintainer-clean-generic: 462 @echo "This command is intended for maintainers to use" 463 @echo "it deletes files that may require special tools to rebuild." 464 clean: clean-recursive 465 466 clean-am: clean-generic mostlyclean-am 467 468 distclean: distclean-recursive 469 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 470 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags 471 472 dvi: dvi-recursive 473 474 dvi-am: 475 476 info: info-recursive 477 478 info-am: 479 480 install-data-am: 481 482 install-exec-am: 483 484 install-info: install-info-recursive 485 486 install-man: 487 488 installcheck-am: 489 490 maintainer-clean: maintainer-clean-recursive 491 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 492 -rm -rf autom4te.cache 493 maintainer-clean-am: distclean-am maintainer-clean-generic 494 495 mostlyclean: mostlyclean-recursive 496 497 mostlyclean-am: mostlyclean-generic 498 499 pdf: pdf-recursive 500 501 pdf-am: 502 503 ps: ps-recursive 504 505 ps-am: 506 507 uninstall-am: uninstall-info-am 508 509 uninstall-info: uninstall-info-recursive 510 511 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ 512 clean-generic clean-recursive ctags ctags-recursive dist \ 513 dist-all dist-bzip2 dist-gzip distcheck distclean \ 514 distclean-generic distclean-hdr distclean-recursive \ 515 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 516 dvi-am dvi-recursive info info-am info-recursive install \ 517 install-am install-data install-data-am install-data-recursive \ 518 install-exec install-exec-am install-exec-recursive \ 519 install-info install-info-am install-info-recursive install-man \ 520 install-recursive install-strip installcheck installcheck-am \ 521 installdirs installdirs-am installdirs-recursive \ 522 maintainer-clean maintainer-clean-generic \ 523 maintainer-clean-recursive mostlyclean mostlyclean-generic \ 524 mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \ 525 ps-recursive tags tags-recursive uninstall uninstall-am \ 526 uninstall-info-am uninstall-info-recursive uninstall-recursive 527 528 # Tell versions [3.59,3.63) of GNU make to not export all variables. 529 # Otherwise a system limit (for SysV at least) may be exceeded. 530 .NOEXPORT:
Note: See TracChangeset
for help on using the changeset viewer.