Changeset 3705 in orxonox.OLD for orxonox/branches/dave/src/Makefile.in
- Timestamp:
- Mar 31, 2005, 11:15:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/dave/src/Makefile.in
r3673 r3705 1 # Makefile.in generated by automake 1.8. 3from Makefile.am.1 # Makefile.in generated by automake 1.8.5 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 551 551 tags=; \ 552 552 here=`pwd`; \ 553 if ( etags--etags-include --version) >/dev/null 2>&1; then \553 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 554 554 include_option=--etags-include; \ 555 empty_fix=.; \ 555 556 else \ 556 557 include_option=--include; \ 558 empty_fix=; \ 557 559 fi; \ 558 560 list='$(SUBDIRS)'; for subdir in $$list; do \ 559 561 if test "$$subdir" = .; then :; else \ 560 test -f $$subdir/TAGS &&\562 test ! -f $$subdir/TAGS || \ 561 563 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 562 564 fi; \ … … 568 570 $(AWK) ' { files[$$0] = 1; } \ 569 571 END { for (i in files) print i; }'`; \ 570 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 571 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 572 $$tags $$unique 572 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 573 test -n "$$unique" || unique=$$empty_fix; \ 574 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 575 $$tags $$unique; \ 576 fi 573 577 ctags: CTAGS 574 578 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
Note: See TracChangeset
for help on using the changeset viewer.