Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3865 in orxonox.OLD


Ignore:
Timestamp:
Apr 18, 2005, 11:17:03 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches: deleted obsolete branche physiques

Location:
orxonox/branches
Files:
1 deleted
10 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelloader/Makefile.in

    r3746 r3865  
    1 # Makefile.in generated by automake 1.8.2 from Makefile.am.
     1# Makefile.in generated by automake 1.8.5 from Makefile.am.
    22# @configure_input@
    33
     
    3838        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
    3939        $(srcdir)/doc/documentation.am $(top_srcdir)/configure AUTHORS \
    40         COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \
    41         depcomp install-sh missing mkinstalldirs
     40        COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
     41        install-sh missing mkinstalldirs
    4242subdir = .
    4343ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    328328        tags=; \
    329329        here=`pwd`; \
    330         if (etags --etags-include --version) >/dev/null 2>&1; then \
     330        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    331331          include_option=--etags-include; \
     332          empty_fix=.; \
    332333        else \
    333334          include_option=--include; \
     335          empty_fix=; \
    334336        fi; \
    335337        list='$(SUBDIRS)'; for subdir in $$list; do \
    336338          if test "$$subdir" = .; then :; else \
    337             test -f $$subdir/TAGS && \
     339            test ! -f $$subdir/TAGS || \
    338340              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    339341          fi; \
     
    345347          $(AWK) '    { files[$$0] = 1; } \
    346348               END { for (i in files) print i; }'`; \
    347         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    348           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    349              $$tags $$unique
     349        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     350          test -n "$$unique" || unique=$$empty_fix; \
     351          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     352            $$tags $$unique; \
     353        fi
    350354ctags: CTAGS
    351355CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
     
    456460          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
    457461        *.shar.gz*) \
    458           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
     462          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
    459463        *.zip*) \
    460464          unzip $(distdir).zip ;;\
     
    479483          && chmod -R a-w "$$dc_install_base" \
    480484          && ({ \
    481                (cd ../.. && $(mkdir_p) "$$dc_destdir") \
     485               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    482486               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    483487               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  • orxonox/branches/levelloader/src/Makefile.in

    r3746 r3865  
    1 # Makefile.in generated by automake 1.8.2 from Makefile.am.
     1# Makefile.in generated by automake 1.8.5 from Makefile.am.
    22# @configure_input@
    33
     
    5050CONFIG_HEADER = $(top_builddir)/config.h
    5151CONFIG_CLEAN_FILES =
    52 am__installdirs = $(DESTDIR)$(bindir)
     52am__installdirs = "$(DESTDIR)$(bindir)"
    5353binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
    5454PROGRAMS = $(bin_PROGRAMS)
     
    370370          esac; \
    371371        done; \
    372         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
     372        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
    373373        cd $(top_srcdir) && \
    374           $(AUTOMAKE) --gnu  src/Makefile
     374          $(AUTOMAKE) --foreign  src/Makefile
    375375.PRECIOUS: Makefile
    376376Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    392392install-binPROGRAMS: $(bin_PROGRAMS)
    393393        @$(NORMAL_INSTALL)
    394         $(mkdir_p) $(DESTDIR)$(bindir)
     394        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
    395395        @list='$(bin_PROGRAMS)'; for p in $$list; do \
    396396          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
     
    398398          ; then \
    399399            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
    400            echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
    401            $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
     400           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
     401           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
    402402          else :; fi; \
    403403        done
     
    407407        @list='$(bin_PROGRAMS)'; for p in $$list; do \
    408408          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
    409           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
    410           rm -f $(DESTDIR)$(bindir)/$$f; \
     409          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
     410          rm -f "$(DESTDIR)$(bindir)/$$f"; \
    411411        done
    412412
     
    12041204        tags=; \
    12051205        here=`pwd`; \
    1206         if (etags --etags-include --version) >/dev/null 2>&1; then \
     1206        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    12071207          include_option=--etags-include; \
     1208          empty_fix=.; \
    12081209        else \
    12091210          include_option=--include; \
     1211          empty_fix=; \
    12101212        fi; \
    12111213        list='$(SUBDIRS)'; for subdir in $$list; do \
    12121214          if test "$$subdir" = .; then :; else \
    1213             test -f $$subdir/TAGS && \
     1215            test ! -f $$subdir/TAGS || \
    12141216              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    12151217          fi; \
     
    12211223          $(AWK) '    { files[$$0] = 1; } \
    12221224               END { for (i in files) print i; }'`; \
    1223         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    1224           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    1225              $$tags $$unique
     1225        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     1226          test -n "$$unique" || unique=$$empty_fix; \
     1227          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     1228            $$tags $$unique; \
     1229        fi
    12261230ctags: CTAGS
    12271231CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     
    12931297installdirs: installdirs-recursive
    12941298installdirs-am:
    1295         $(mkdir_p) $(DESTDIR)$(bindir)
     1299        for dir in "$(DESTDIR)$(bindir)"; do \
     1300          test -z "$$dir" || $(mkdir_p) "$$dir"; \
     1301        done
    12961302install: install-recursive
    12971303install-exec: install-exec-recursive
  • orxonox/branches/levelloader/src/lib/Makefile.in

    r3746 r3865  
    1 # Makefile.in generated by automake 1.8.2 from Makefile.am.
     1# Makefile.in generated by automake 1.8.5 from Makefile.am.
    22# @configure_input@
    33
     
    183183          esac; \
    184184        done; \
    185         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/Makefile'; \
     185        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/Makefile'; \
    186186        cd $(top_srcdir) && \
    187           $(AUTOMAKE) --gnu  src/lib/Makefile
     187          $(AUTOMAKE) --foreign  src/lib/Makefile
    188188.PRECIOUS: Makefile
    189189Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    278278        tags=; \
    279279        here=`pwd`; \
    280         if (etags --etags-include --version) >/dev/null 2>&1; then \
     280        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    281281          include_option=--etags-include; \
     282          empty_fix=.; \
    282283        else \
    283284          include_option=--include; \
     285          empty_fix=; \
    284286        fi; \
    285287        list='$(SUBDIRS)'; for subdir in $$list; do \
    286288          if test "$$subdir" = .; then :; else \
    287             test -f $$subdir/TAGS && \
     289            test ! -f $$subdir/TAGS || \
    288290              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    289291          fi; \
     
    295297          $(AWK) '    { files[$$0] = 1; } \
    296298               END { for (i in files) print i; }'`; \
    297         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    298           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    299              $$tags $$unique
     299        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     300          test -n "$$unique" || unique=$$empty_fix; \
     301          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     302            $$tags $$unique; \
     303        fi
    300304ctags: CTAGS
    301305CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  • orxonox/branches/levelloader/src/lib/graphics/Makefile.in

    r3746 r3865  
    1 # Makefile.in generated by automake 1.8.2 from Makefile.am.
     1# Makefile.in generated by automake 1.8.5 from Makefile.am.
    22# @configure_input@
    33
     
    177177          esac; \
    178178        done; \
    179         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/graphics/Makefile'; \
     179        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/graphics/Makefile'; \
    180180        cd $(top_srcdir) && \
    181           $(AUTOMAKE) --gnu  src/lib/graphics/Makefile
     181          $(AUTOMAKE) --foreign  src/lib/graphics/Makefile
    182182.PRECIOUS: Makefile
    183183Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    272272        tags=; \
    273273        here=`pwd`; \
    274         if (etags --etags-include --version) >/dev/null 2>&1; then \
     274        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    275275          include_option=--etags-include; \
     276          empty_fix=.; \
    276277        else \
    277278          include_option=--include; \
     279          empty_fix=; \
    278280        fi; \
    279281        list='$(SUBDIRS)'; for subdir in $$list; do \
    280282          if test "$$subdir" = .; then :; else \
    281             test -f $$subdir/TAGS && \
     283            test ! -f $$subdir/TAGS || \
    282284              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    283285          fi; \
     
    289291          $(AWK) '    { files[$$0] = 1; } \
    290292               END { for (i in files) print i; }'`; \
    291         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    292           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    293              $$tags $$unique
     293        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     294          test -n "$$unique" || unique=$$empty_fix; \
     295          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     296            $$tags $$unique; \
     297        fi
    294298ctags: CTAGS
    295299CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  • orxonox/branches/levelloader/src/lib/graphics/importer/Makefile.in

    r3746 r3865  
    1 # Makefile.in generated by automake 1.8.2 from Makefile.am.
     1# Makefile.in generated by automake 1.8.5 from Makefile.am.
    22# @configure_input@
    33
     
    4242subdir = src/lib/graphics/importer
    4343DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
    44         $(srcdir)/Makefile.in TODO
     44        $(srcdir)/Makefile.in
    4545ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4646am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    5050CONFIG_HEADER = $(top_builddir)/config.h
    5151CONFIG_CLEAN_FILES =
    52 am__installdirs = $(DESTDIR)$(bindir)
     52am__installdirs = "$(DESTDIR)$(bindir)"
    5353binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
    5454PROGRAMS = $(bin_PROGRAMS)
     
    230230          esac; \
    231231        done; \
    232         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/graphics/importer/Makefile'; \
     232        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/graphics/importer/Makefile'; \
    233233        cd $(top_srcdir) && \
    234           $(AUTOMAKE) --gnu  src/lib/graphics/importer/Makefile
     234          $(AUTOMAKE) --foreign  src/lib/graphics/importer/Makefile
    235235.PRECIOUS: Makefile
    236236Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    252252install-binPROGRAMS: $(bin_PROGRAMS)
    253253        @$(NORMAL_INSTALL)
    254         $(mkdir_p) $(DESTDIR)$(bindir)
     254        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
    255255        @list='$(bin_PROGRAMS)'; for p in $$list; do \
    256256          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
     
    258258          ; then \
    259259            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
    260            echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
    261            $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
     260           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
     261           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
    262262          else :; fi; \
    263263        done
     
    267267        @list='$(bin_PROGRAMS)'; for p in $$list; do \
    268268          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
    269           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
    270           rm -f $(DESTDIR)$(bindir)/$$f; \
     269          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
     270          rm -f "$(DESTDIR)$(bindir)/$$f"; \
    271271        done
    272272
     
    397397          $(AWK) '    { files[$$0] = 1; } \
    398398               END { for (i in files) print i; }'`; \
    399         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    400           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    401              $$tags $$unique
     399        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     400          test -n "$$unique" || unique=$$empty_fix; \
     401          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     402            $$tags $$unique; \
     403        fi
    402404ctags: CTAGS
    403405CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     
    454456all-am: Makefile $(PROGRAMS) $(HEADERS)
    455457installdirs:
    456         $(mkdir_p) $(DESTDIR)$(bindir)
     458        for dir in "$(DESTDIR)$(bindir)"; do \
     459          test -z "$$dir" || $(mkdir_p) "$$dir"; \
     460        done
    457461install: install-am
    458462install-exec: install-exec-am
  • orxonox/branches/levelloader/src/lib/gui/Makefile.in

    r3746 r3865  
    1 # Makefile.in generated by automake 1.8.2 from Makefile.am.
     1# Makefile.in generated by automake 1.8.5 from Makefile.am.
    22# @configure_input@
    33
     
    179179          esac; \
    180180        done; \
    181         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/gui/Makefile'; \
     181        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/Makefile'; \
    182182        cd $(top_srcdir) && \
    183           $(AUTOMAKE) --gnu  src/lib/gui/Makefile
     183          $(AUTOMAKE) --foreign  src/lib/gui/Makefile
    184184.PRECIOUS: Makefile
    185185Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    274274        tags=; \
    275275        here=`pwd`; \
    276         if (etags --etags-include --version) >/dev/null 2>&1; then \
     276        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    277277          include_option=--etags-include; \
     278          empty_fix=.; \
    278279        else \
    279280          include_option=--include; \
     281          empty_fix=; \
    280282        fi; \
    281283        list='$(SUBDIRS)'; for subdir in $$list; do \
    282284          if test "$$subdir" = .; then :; else \
    283             test -f $$subdir/TAGS && \
     285            test ! -f $$subdir/TAGS || \
    284286              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    285287          fi; \
     
    291293          $(AWK) '    { files[$$0] = 1; } \
    292294               END { for (i in files) print i; }'`; \
    293         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    294           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    295              $$tags $$unique
     295        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     296          test -n "$$unique" || unique=$$empty_fix; \
     297          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     298            $$tags $$unique; \
     299        fi
    296300ctags: CTAGS
    297301CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  • orxonox/branches/levelloader/src/lib/gui/console/Makefile.in

    r3746 r3865  
    1 # Makefile.in generated by automake 1.8.2 from Makefile.am.
     1# Makefile.in generated by automake 1.8.5 from Makefile.am.
    22# @configure_input@
    33
     
    5050CONFIG_HEADER = $(top_builddir)/config.h
    5151CONFIG_CLEAN_FILES =
    52 am__installdirs = $(DESTDIR)$(bindir)
     52am__installdirs = "$(DESTDIR)$(bindir)"
    5353binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
    5454PROGRAMS = $(bin_PROGRAMS)
     
    205205          esac; \
    206206        done; \
    207         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/gui/console/Makefile'; \
     207        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/console/Makefile'; \
    208208        cd $(top_srcdir) && \
    209           $(AUTOMAKE) --gnu  src/lib/gui/console/Makefile
     209          $(AUTOMAKE) --foreign  src/lib/gui/console/Makefile
    210210.PRECIOUS: Makefile
    211211Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    227227install-binPROGRAMS: $(bin_PROGRAMS)
    228228        @$(NORMAL_INSTALL)
    229         $(mkdir_p) $(DESTDIR)$(bindir)
     229        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
    230230        @list='$(bin_PROGRAMS)'; for p in $$list; do \
    231231          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
     
    233233          ; then \
    234234            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
    235            echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
    236            $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
     235           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
     236           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
    237237          else :; fi; \
    238238        done
     
    242242        @list='$(bin_PROGRAMS)'; for p in $$list; do \
    243243          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
    244           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
    245           rm -f $(DESTDIR)$(bindir)/$$f; \
     244          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
     245          rm -f "$(DESTDIR)$(bindir)/$$f"; \
    246246        done
    247247
     
    299299          $(AWK) '    { files[$$0] = 1; } \
    300300               END { for (i in files) print i; }'`; \
    301         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    302           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    303              $$tags $$unique
     301        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     302          test -n "$$unique" || unique=$$empty_fix; \
     303          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     304            $$tags $$unique; \
     305        fi
    304306ctags: CTAGS
    305307CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     
    356358all-am: Makefile $(PROGRAMS) $(HEADERS)
    357359installdirs:
    358         $(mkdir_p) $(DESTDIR)$(bindir)
     360        for dir in "$(DESTDIR)$(bindir)"; do \
     361          test -z "$$dir" || $(mkdir_p) "$$dir"; \
     362        done
    359363install: install-am
    360364install-exec: install-exec-am
  • orxonox/branches/levelloader/src/lib/gui/gui/Makefile.in

    r3746 r3865  
    1 # Makefile.in generated by automake 1.8.2 from Makefile.am.
     1# Makefile.in generated by automake 1.8.5 from Makefile.am.
    22# @configure_input@
    33
     
    5050CONFIG_HEADER = $(top_builddir)/config.h
    5151CONFIG_CLEAN_FILES =
    52 am__installdirs = $(DESTDIR)$(bindir)
     52am__installdirs = "$(DESTDIR)$(bindir)"
    5353binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
    5454PROGRAMS = $(bin_PROGRAMS)
     
    239239          esac; \
    240240        done; \
    241         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/gui/gui/Makefile'; \
     241        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/gui/Makefile'; \
    242242        cd $(top_srcdir) && \
    243           $(AUTOMAKE) --gnu  src/lib/gui/gui/Makefile
     243          $(AUTOMAKE) --foreign  src/lib/gui/gui/Makefile
    244244.PRECIOUS: Makefile
    245245Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    261261install-binPROGRAMS: $(bin_PROGRAMS)
    262262        @$(NORMAL_INSTALL)
    263         $(mkdir_p) $(DESTDIR)$(bindir)
     263        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
    264264        @list='$(bin_PROGRAMS)'; for p in $$list; do \
    265265          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
     
    267267          ; then \
    268268            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
    269            echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
    270            $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
     269           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
     270           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
    271271          else :; fi; \
    272272        done
     
    276276        @list='$(bin_PROGRAMS)'; for p in $$list; do \
    277277          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
    278           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
    279           rm -f $(DESTDIR)$(bindir)/$$f; \
     278          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
     279          rm -f "$(DESTDIR)$(bindir)/$$f"; \
    280280        done
    281281
     
    339339          $(AWK) '    { files[$$0] = 1; } \
    340340               END { for (i in files) print i; }'`; \
    341         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    342           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    343              $$tags $$unique
     341        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     342          test -n "$$unique" || unique=$$empty_fix; \
     343          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     344            $$tags $$unique; \
     345        fi
    344346ctags: CTAGS
    345347CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     
    396398all-am: Makefile $(PROGRAMS) $(HEADERS)
    397399installdirs:
    398         $(mkdir_p) $(DESTDIR)$(bindir)
     400        for dir in "$(DESTDIR)$(bindir)"; do \
     401          test -z "$$dir" || $(mkdir_p) "$$dir"; \
     402        done
    399403install: install-am
    400404install-exec: install-exec-am
  • orxonox/branches/levelloader/src/subprojects/Makefile.in

    r3746 r3865  
    1 # Makefile.in generated by automake 1.8.2 from Makefile.am.
     1# Makefile.in generated by automake 1.8.5 from Makefile.am.
    22# @configure_input@
    33
     
    177177          esac; \
    178178        done; \
    179         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/Makefile'; \
     179        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/Makefile'; \
    180180        cd $(top_srcdir) && \
    181           $(AUTOMAKE) --gnu  src/subprojects/Makefile
     181          $(AUTOMAKE) --foreign  src/subprojects/Makefile
    182182.PRECIOUS: Makefile
    183183Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    272272        tags=; \
    273273        here=`pwd`; \
    274         if (etags --etags-include --version) >/dev/null 2>&1; then \
     274        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    275275          include_option=--etags-include; \
     276          empty_fix=.; \
    276277        else \
    277278          include_option=--include; \
     279          empty_fix=; \
    278280        fi; \
    279281        list='$(SUBDIRS)'; for subdir in $$list; do \
    280282          if test "$$subdir" = .; then :; else \
    281             test -f $$subdir/TAGS && \
     283            test ! -f $$subdir/TAGS || \
    282284              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    283285          fi; \
     
    289291          $(AWK) '    { files[$$0] = 1; } \
    290292               END { for (i in files) print i; }'`; \
    291         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    292           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    293              $$tags $$unique
     293        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     294          test -n "$$unique" || unique=$$empty_fix; \
     295          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     296            $$tags $$unique; \
     297        fi
    294298ctags: CTAGS
    295299CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  • orxonox/branches/levelloader/src/subprojects/testmain/Makefile.in

    r3746 r3865  
    1 # Makefile.in generated by automake 1.8.2 from Makefile.am.
     1# Makefile.in generated by automake 1.8.5 from Makefile.am.
    22# @configure_input@
    33
     
    5050CONFIG_HEADER = $(top_builddir)/config.h
    5151CONFIG_CLEAN_FILES =
    52 am__installdirs = $(DESTDIR)$(bindir)
     52am__installdirs = "$(DESTDIR)$(bindir)"
    5353binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
    5454PROGRAMS = $(bin_PROGRAMS)
     
    197197          esac; \
    198198        done; \
    199         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/testmain/Makefile'; \
     199        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/testmain/Makefile'; \
    200200        cd $(top_srcdir) && \
    201           $(AUTOMAKE) --gnu  src/subprojects/testmain/Makefile
     201          $(AUTOMAKE) --foreign  src/subprojects/testmain/Makefile
    202202.PRECIOUS: Makefile
    203203Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    219219install-binPROGRAMS: $(bin_PROGRAMS)
    220220        @$(NORMAL_INSTALL)
    221         $(mkdir_p) $(DESTDIR)$(bindir)
     221        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
    222222        @list='$(bin_PROGRAMS)'; for p in $$list; do \
    223223          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
     
    225225          ; then \
    226226            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
    227            echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
    228            $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
     227           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
     228           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
    229229          else :; fi; \
    230230        done
     
    234234        @list='$(bin_PROGRAMS)'; for p in $$list; do \
    235235          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
    236           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
    237           rm -f $(DESTDIR)$(bindir)/$$f; \
     236          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
     237          rm -f "$(DESTDIR)$(bindir)/$$f"; \
    238238        done
    239239
     
    289289          $(AWK) '    { files[$$0] = 1; } \
    290290               END { for (i in files) print i; }'`; \
    291         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    292           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    293              $$tags $$unique
     291        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     292          test -n "$$unique" || unique=$$empty_fix; \
     293          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     294            $$tags $$unique; \
     295        fi
    294296ctags: CTAGS
    295297CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     
    346348all-am: Makefile $(PROGRAMS) $(HEADERS)
    347349installdirs:
    348         $(mkdir_p) $(DESTDIR)$(bindir)
     350        for dir in "$(DESTDIR)$(bindir)"; do \
     351          test -z "$$dir" || $(mkdir_p) "$$dir"; \
     352        done
    349353install: install-am
    350354install-exec: install-exec-am
Note: See TracChangeset for help on using the changeset viewer.