Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 15, 2005, 5:59:44 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches: deleted obsolete branche trackManager. all necessary data already moved into the trunk

File:
1 edited

Legend:

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

    r3530 r3561  
    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
     
    326326        tags=; \
    327327        here=`pwd`; \
    328         if (etags --etags-include --version) >/dev/null 2>&1; then \
     328        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    329329          include_option=--etags-include; \
     330          empty_fix=.; \
    330331        else \
    331332          include_option=--include; \
     333          empty_fix=; \
    332334        fi; \
    333335        list='$(SUBDIRS)'; for subdir in $$list; do \
    334336          if test "$$subdir" = .; then :; else \
    335             test -f $$subdir/TAGS && \
     337            test ! -f $$subdir/TAGS || \
    336338              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    337339          fi; \
     
    343345          $(AWK) '    { files[$$0] = 1; } \
    344346               END { for (i in files) print i; }'`; \
    345         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    346           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    347              $$tags $$unique
     347        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     348          test -n "$$unique" || unique=$$empty_fix; \
     349          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     350            $$tags $$unique; \
     351        fi
    348352ctags: CTAGS
    349353CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
     
    454458          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
    455459        *.shar.gz*) \
    456           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
     460          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
    457461        *.zip*) \
    458462          unzip $(distdir).zip ;;\
     
    477481          && chmod -R a-w "$$dc_install_base" \
    478482          && ({ \
    479                (cd ../.. && $(mkdir_p) "$$dc_destdir") \
     483               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    480484               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    481485               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Note: See TracChangeset for help on using the changeset viewer.