Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 21, 2005, 3:59:28 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: removed the modelinfo from the includes of vector.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r5479 r5672  
    1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
     1# Makefile.in generated by automake 1.8.5 from Makefile.am.
    22# @configure_input@
    33
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005  Free Software Foundation, Inc.
     5# 2003, 2004  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 = :
    36 build_triplet = @build@
    3736host_triplet = @host@
    38 target_triplet = @target@
    3937DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
    4038        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
    4139        $(srcdir)/doc/documentation.am $(top_srcdir)/configure AUTHORS \
    4240        COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
    43         install-sh ltmain.sh missing mkinstalldirs
     41        install-sh missing mkinstalldirs
    4442subdir = .
    4543ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    266264# (2) otherwise, pass the desired values on the `make' command line.
    267265$(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; \
    275267        dot_seen=no; \
    276268        target=`echo $@ | sed s/-recursive//`; \
     
    284276          fi; \
    285277          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    286           || eval $$failcom; \
     278           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
    287279        done; \
    288280        if test "$$dot_seen" = "no"; then \
     
    292284mostlyclean-recursive clean-recursive distclean-recursive \
    293285maintainer-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; \
    301287        dot_seen=no; \
    302288        case "$@" in \
     
    319305          fi; \
    320306          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    321           || eval $$failcom; \
     307           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
    322308        done && test -z "$$fail"
    323309tags-recursive:
     
    421407          fi; \
    422408        done
    423         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
     409        list='$(SUBDIRS)'; for subdir in $$list; do \
    424410          if test "$$subdir" = .; then :; else \
    425411            test -d "$(distdir)/$$subdir" \
    426             || $(mkdir_p) "$(distdir)/$$subdir" \
     412            || mkdir "$(distdir)/$$subdir" \
    427413            || exit 1; \
    428             distdir=`$(am__cd) $(distdir) && pwd`; \
    429             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
    430414            (cd $$subdir && \
    431415              $(MAKE) $(AM_MAKEFLAGS) \
    432                 top_distdir="$$top_distdir" \
    433                 distdir="$$distdir/$$subdir" \
     416                top_distdir="../$(top_distdir)" \
     417                distdir="../$(distdir)/$$subdir" \
    434418                distdir) \
    435419              || exit 1; \
     
    442426        || chmod -R a+r $(distdir)
    443427dist-gzip: distdir
    444         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
     428        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    445429        $(am__remove_distdir)
    446430
    447431dist-bzip2: distdir
    448         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
     432        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
    449433        $(am__remove_distdir)
    450434
    451435dist-tarZ: distdir
    452         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
     436        $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
    453437        $(am__remove_distdir)
    454438
     
    463447
    464448dist dist-all: distdir
    465         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
     449        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    466450        $(am__remove_distdir)
    467451
     
    472456        case '$(DIST_ARCHIVES)' in \
    473457        *.tar.gz*) \
    474           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
     458          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
    475459        *.tar.bz2*) \
    476           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
     460          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
    477461        *.tar.Z*) \
    478           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
     462          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
    479463        *.shar.gz*) \
    480464          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
     
    535519check-am: all-am
    536520check: check-recursive
    537 @DOXYGEN_FALSE@all-local:
    538521all-am: Makefile config.h all-local
    539522installdirs: installdirs-recursive
     
    558541
    559542distclean-generic:
    560         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
     543        -rm -f $(CONFIG_CLEAN_FILES)
    561544
    562545maintainer-clean-generic:
    563546        @echo "This command is intended for maintainers to use"
    564547        @echo "it deletes files that may require special tools to rebuild."
    565 @DOXYGEN_FALSE@distclean-local:
    566 @DOXYGEN_FALSE@clean-local:
    567548clean: clean-recursive
    568549
Note: See TracChangeset for help on using the changeset viewer.