Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3728 in orxonox.OLD for orxonox/branches/shadows/src/Makefile.in


Ignore:
Timestamp:
Apr 5, 2005, 9:53:42 PM (19 years ago)
Author:
dave
Message:

branches/shadows:code erweitert fuer terrain

File:
1 edited

Legend:

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

    r3698 r3728  
    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
     
    572572        tags=; \
    573573        here=`pwd`; \
    574         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
     574        if (etags --etags-include --version) >/dev/null 2>&1; then \
    575575          include_option=--etags-include; \
    576           empty_fix=.; \
    577576        else \
    578577          include_option=--include; \
    579           empty_fix=; \
    580578        fi; \
    581579        list='$(SUBDIRS)'; for subdir in $$list; do \
    582580          if test "$$subdir" = .; then :; else \
    583             test ! -f $$subdir/TAGS || \
     581            test -f $$subdir/TAGS && \
    584582              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    585583          fi; \
     
    591589          $(AWK) '    { files[$$0] = 1; } \
    592590               END { for (i in files) print i; }'`; \
    593         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    594           test -n "$$unique" || unique=$$empty_fix; \
    595           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    596             $$tags $$unique; \
    597         fi
     591        test -z "$(ETAGS_ARGS)$$tags$$unique" \
     592          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     593             $$tags $$unique
    598594ctags: CTAGS
    599595CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Note: See TracChangeset for help on using the changeset viewer.