Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5674 in orxonox.OLD for trunk/Makefile.in


Ignore:
Timestamp:
Nov 21, 2005, 4:51:07 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: collision-detection with new Matrix-class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r5672 r5674  
    1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
     1# Makefile.in generated by automake 1.9.6 from Makefile.am.
    22# @configure_input@
    33
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004  Free Software Foundation, Inc.
     5# 2003, 2004, 2005  Free Software Foundation, Inc.
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
     
    3434PRE_UNINSTALL = :
    3535POST_UNINSTALL = :
     36build_triplet = @build@
    3637host_triplet = @host@
     38target_triplet = @target@
    3739DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
    3840        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
    3941        $(srcdir)/doc/documentation.am $(top_srcdir)/configure AUTHORS \
    4042        COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
    41         install-sh missing mkinstalldirs
     43        install-sh ltmain.sh missing mkinstalldirs
    4244subdir = .
    4345ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    264266# (2) otherwise, pass the desired values on the `make' command line.
    265267$(RECURSIVE_TARGETS):
    266         @set fnord $$MAKEFLAGS; amf=$$2; \
     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; \
    267275        dot_seen=no; \
    268276        target=`echo $@ | sed s/-recursive//`; \
     
    276284          fi; \
    277285          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    278            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
     286          || eval $$failcom; \
    279287        done; \
    280288        if test "$$dot_seen" = "no"; then \
     
    284292mostlyclean-recursive clean-recursive distclean-recursive \
    285293maintainer-clean-recursive:
    286         @set fnord $$MAKEFLAGS; amf=$$2; \
     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; \
    287301        dot_seen=no; \
    288302        case "$@" in \
     
    305319          fi; \
    306320          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    307            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
     321          || eval $$failcom; \
    308322        done && test -z "$$fail"
    309323tags-recursive:
     
    407421          fi; \
    408422        done
    409         list='$(SUBDIRS)'; for subdir in $$list; do \
     423        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    410424          if test "$$subdir" = .; then :; else \
    411425            test -d "$(distdir)/$$subdir" \
    412             || mkdir "$(distdir)/$$subdir" \
     426            || $(mkdir_p) "$(distdir)/$$subdir" \
    413427            || exit 1; \
     428            distdir=`$(am__cd) $(distdir) && pwd`; \
     429            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
    414430            (cd $$subdir && \
    415431              $(MAKE) $(AM_MAKEFLAGS) \
    416                 top_distdir="../$(top_distdir)" \
    417                 distdir="../$(distdir)/$$subdir" \
     432                top_distdir="$$top_distdir" \
     433                distdir="$$distdir/$$subdir" \
    418434                distdir) \
    419435              || exit 1; \
     
    426442        || chmod -R a+r $(distdir)
    427443dist-gzip: distdir
    428         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
     444        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    429445        $(am__remove_distdir)
    430446
    431447dist-bzip2: distdir
    432         $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
     448        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
    433449        $(am__remove_distdir)
    434450
    435451dist-tarZ: distdir
    436         $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
     452        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    437453        $(am__remove_distdir)
    438454
     
    447463
    448464dist dist-all: distdir
    449         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
     465        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    450466        $(am__remove_distdir)
    451467
     
    456472        case '$(DIST_ARCHIVES)' in \
    457473        *.tar.gz*) \
    458           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
     474          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
    459475        *.tar.bz2*) \
    460           bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
     476          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
    461477        *.tar.Z*) \
    462           uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
     478          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
    463479        *.shar.gz*) \
    464480          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
     
    519535check-am: all-am
    520536check: check-recursive
     537@DOXYGEN_FALSE@all-local:
    521538all-am: Makefile config.h all-local
    522539installdirs: installdirs-recursive
     
    541558
    542559distclean-generic:
    543         -rm -f $(CONFIG_CLEAN_FILES)
     560        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    544561
    545562maintainer-clean-generic:
    546563        @echo "This command is intended for maintainers to use"
    547564        @echo "it deletes files that may require special tools to rebuild."
     565@DOXYGEN_FALSE@distclean-local:
     566@DOXYGEN_FALSE@clean-local:
    548567clean: clean-recursive
    549568
Note: See TracChangeset for help on using the changeset viewer.