Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3659 in orxonox.OLD for orxonox/branches/dave/src/Makefile.in


Ignore:
Timestamp:
Mar 28, 2005, 3:26:17 PM (19 years ago)
Author:
dave
Message:

branches/shadows/src: ich hab jetzt mal meinen Branche ruebergenommen in den Shadow, weil ich die Textur des Bodens auch dort brauchen werde

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/dave/src/Makefile.in

    r3416 r3659  
    1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
     1# Makefile.in generated by automake 1.8.3 from Makefile.am.
    22# @configure_input@
    33
     
    548548        tags=; \
    549549        here=`pwd`; \
    550         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
     550        if (etags --etags-include --version) >/dev/null 2>&1; then \
    551551          include_option=--etags-include; \
    552           empty_fix=.; \
    553552        else \
    554553          include_option=--include; \
    555           empty_fix=; \
    556554        fi; \
    557555        list='$(SUBDIRS)'; for subdir in $$list; do \
    558556          if test "$$subdir" = .; then :; else \
    559             test ! -f $$subdir/TAGS || \
     557            test -f $$subdir/TAGS && \
    560558              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    561559          fi; \
     
    567565          $(AWK) '    { files[$$0] = 1; } \
    568566               END { for (i in files) print i; }'`; \
    569         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    570           test -n "$$unique" || unique=$$empty_fix; \
    571           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    572             $$tags $$unique; \
    573         fi
     567        test -z "$(ETAGS_ARGS)$$tags$$unique" \
     568          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     569             $$tags $$unique
    574570ctags: CTAGS
    575571CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Note: See TracChangeset for help on using the changeset viewer.