Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 15, 2005, 5:59:44 PM (19 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/src/lib/graphics/Makefile.in

    r3525 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
     
    270270        tags=; \
    271271        here=`pwd`; \
    272         if (etags --etags-include --version) >/dev/null 2>&1; then \
     272        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    273273          include_option=--etags-include; \
     274          empty_fix=.; \
    274275        else \
    275276          include_option=--include; \
     277          empty_fix=; \
    276278        fi; \
    277279        list='$(SUBDIRS)'; for subdir in $$list; do \
    278280          if test "$$subdir" = .; then :; else \
    279             test -f $$subdir/TAGS && \
     281            test ! -f $$subdir/TAGS || \
    280282              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    281283          fi; \
     
    287289          $(AWK) '    { files[$$0] = 1; } \
    288290               END { for (i in files) print i; }'`; \
    289         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    290           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    291              $$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
    292296ctags: CTAGS
    293297CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Note: See TracChangeset for help on using the changeset viewer.