Changeset 5672 in orxonox.OLD for trunk/Makefile.in
- Timestamp:
- Nov 21, 2005, 3:59:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.in
r5479 r5672 1 # Makefile.in generated by automake 1. 9.6from Makefile.am.1 # Makefile.in generated by automake 1.8.5 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 , 2005Free Software Foundation, Inc.5 # 2003, 2004 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 34 34 PRE_UNINSTALL = : 35 35 POST_UNINSTALL = : 36 build_triplet = @build@37 36 host_triplet = @host@ 38 target_triplet = @target@39 37 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 40 38 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 41 39 $(srcdir)/doc/documentation.am $(top_srcdir)/configure AUTHORS \ 42 40 COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \ 43 install-sh ltmain.shmissing mkinstalldirs41 install-sh missing mkinstalldirs 44 42 subdir = . 45 43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 266 264 # (2) otherwise, pass the desired values on the `make' command line. 267 265 $(RECURSIVE_TARGETS): 268 @failcom='exit 1'; \ 269 for f in x $$MAKEFLAGS; do \ 270 case $$f in \ 271 *=* | --[!k]*);; \ 272 *k*) failcom='fail=yes';; \ 273 esac; \ 274 done; \ 266 @set fnord $$MAKEFLAGS; amf=$$2; \ 275 267 dot_seen=no; \ 276 268 target=`echo $@ | sed s/-recursive//`; \ … … 284 276 fi; \ 285 277 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 286 || eval $$failcom; \278 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 287 279 done; \ 288 280 if test "$$dot_seen" = "no"; then \ … … 292 284 mostlyclean-recursive clean-recursive distclean-recursive \ 293 285 maintainer-clean-recursive: 294 @failcom='exit 1'; \ 295 for f in x $$MAKEFLAGS; do \ 296 case $$f in \ 297 *=* | --[!k]*);; \ 298 *k*) failcom='fail=yes';; \ 299 esac; \ 300 done; \ 286 @set fnord $$MAKEFLAGS; amf=$$2; \ 301 287 dot_seen=no; \ 302 288 case "$@" in \ … … 319 305 fi; \ 320 306 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 321 || eval $$failcom; \307 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 322 308 done && test -z "$$fail" 323 309 tags-recursive: … … 421 407 fi; \ 422 408 done 423 list='$( DIST_SUBDIRS)'; for subdir in $$list; do \409 list='$(SUBDIRS)'; for subdir in $$list; do \ 424 410 if test "$$subdir" = .; then :; else \ 425 411 test -d "$(distdir)/$$subdir" \ 426 || $(mkdir_p)"$(distdir)/$$subdir" \412 || mkdir "$(distdir)/$$subdir" \ 427 413 || exit 1; \ 428 distdir=`$(am__cd) $(distdir) && pwd`; \429 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \430 414 (cd $$subdir && \ 431 415 $(MAKE) $(AM_MAKEFLAGS) \ 432 top_distdir=" $$top_distdir" \433 distdir=" $$distdir/$$subdir" \416 top_distdir="../$(top_distdir)" \ 417 distdir="../$(distdir)/$$subdir" \ 434 418 distdir) \ 435 419 || exit 1; \ … … 442 426 || chmod -R a+r $(distdir) 443 427 dist-gzip: distdir 444 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz428 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 445 429 $(am__remove_distdir) 446 430 447 431 dist-bzip2: distdir 448 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2432 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 449 433 $(am__remove_distdir) 450 434 451 435 dist-tarZ: distdir 452 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z436 $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z 453 437 $(am__remove_distdir) 454 438 … … 463 447 464 448 dist dist-all: distdir 465 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz449 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 466 450 $(am__remove_distdir) 467 451 … … 472 456 case '$(DIST_ARCHIVES)' in \ 473 457 *.tar.gz*) \ 474 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $( am__untar);;\458 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\ 475 459 *.tar.bz2*) \ 476 bunzip2 -c $(distdir).tar.bz2 | $( am__untar);;\460 bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\ 477 461 *.tar.Z*) \ 478 uncompress -c $(distdir).tar.Z | $( am__untar);;\462 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\ 479 463 *.shar.gz*) \ 480 464 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ … … 535 519 check-am: all-am 536 520 check: check-recursive 537 @DOXYGEN_FALSE@all-local:538 521 all-am: Makefile config.h all-local 539 522 installdirs: installdirs-recursive … … 558 541 559 542 distclean-generic: 560 - test -z "$(CONFIG_CLEAN_FILES)" ||rm -f $(CONFIG_CLEAN_FILES)543 -rm -f $(CONFIG_CLEAN_FILES) 561 544 562 545 maintainer-clean-generic: 563 546 @echo "This command is intended for maintainers to use" 564 547 @echo "it deletes files that may require special tools to rebuild." 565 @DOXYGEN_FALSE@distclean-local:566 @DOXYGEN_FALSE@clean-local:567 548 clean: clean-recursive 568 549
Note: See TracChangeset
for help on using the changeset viewer.