Changeset 3659 in orxonox.OLD for orxonox/branches/shadows
- Timestamp:
- Mar 28, 2005, 3:26:17 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/shadows/Makefile.in
r3377 r3659 1 # Makefile.in generated by automake 1.8. 5from Makefile.am.1 # Makefile.in generated by automake 1.8.3 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 318 318 tags=; \ 319 319 here=`pwd`; \ 320 if ( $(ETAGS)--etags-include --version) >/dev/null 2>&1; then \320 if (etags --etags-include --version) >/dev/null 2>&1; then \ 321 321 include_option=--etags-include; \ 322 empty_fix=.; \323 322 else \ 324 323 include_option=--include; \ 325 empty_fix=; \326 324 fi; \ 327 325 list='$(SUBDIRS)'; for subdir in $$list; do \ 328 326 if test "$$subdir" = .; then :; else \ 329 test ! -f $$subdir/TAGS ||\327 test -f $$subdir/TAGS && \ 330 328 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 331 329 fi; \ … … 337 335 $(AWK) ' { files[$$0] = 1; } \ 338 336 END { for (i in files) print i; }'`; \ 339 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 340 test -n "$$unique" || unique=$$empty_fix; \ 341 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 342 $$tags $$unique; \ 343 fi 337 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 338 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 339 $$tags $$unique 344 340 ctags: CTAGS 345 341 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ … … 450 446 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\ 451 447 *.shar.gz*) \ 452 GZIP=$(GZIP_ENV) gunzip -c $(distdir). shar.gz | unshar ;;\448 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\ 453 449 *.zip*) \ 454 450 unzip $(distdir).zip ;;\
Note: See TracChangeset
for help on using the changeset viewer.