Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3746 in orxonox.OLD for orxonox/branches/levelloader/Makefile.in


Ignore:
Timestamp:
Apr 7, 2005, 3:54:49 PM (19 years ago)
Author:
chris
Message:

orxonox/branches/levelloader: Merged trunk into branch… still not working though…

File:
1 edited

Legend:

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

    r3605 r3746  
    1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
     1# Makefile.in generated by automake 1.8.2 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 config.guess config.sub depcomp \
    41         install-sh missing mkinstalldirs
     40        COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \
     41        depcomp 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=.; \
    333332        else \
    334333          include_option=--include; \
    335           empty_fix=; \
    336334        fi; \
    337335        list='$(SUBDIRS)'; for subdir in $$list; do \
    338336          if test "$$subdir" = .; then :; else \
    339             test ! -f $$subdir/TAGS || \
     337            test -f $$subdir/TAGS && \
    340338              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    341339          fi; \
     
    347345          $(AWK) '    { files[$$0] = 1; } \
    348346               END { for (i in files) print i; }'`; \
    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
     347        test -z "$(ETAGS_ARGS)$$tags$$unique" \
     348          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     349             $$tags $$unique
    354350ctags: CTAGS
    355351CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
     
    460456          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
    461457        *.shar.gz*) \
    462           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
     458          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
    463459        *.zip*) \
    464460          unzip $(distdir).zip ;;\
     
    483479          && chmod -R a-w "$$dc_install_base" \
    484480          && ({ \
    485                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
     481               (cd ../.. && $(mkdir_p) "$$dc_destdir") \
    486482               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    487483               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Note: See TracChangeset for help on using the changeset viewer.