Changeset 3525 in orxonox.OLD for orxonox/branches/levelloader/src/lib/Makefile.in
- Timestamp:
- Mar 13, 2005, 6:59:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/src/lib/Makefile.in
r3499 r3525 1 # Makefile.in generated by automake 1.8. 5from Makefile.am.1 # Makefile.in generated by automake 1.8.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 276 276 tags=; \ 277 277 here=`pwd`; \ 278 if ( $(ETAGS)--etags-include --version) >/dev/null 2>&1; then \278 if (etags --etags-include --version) >/dev/null 2>&1; then \ 279 279 include_option=--etags-include; \ 280 empty_fix=.; \281 280 else \ 282 281 include_option=--include; \ 283 empty_fix=; \284 282 fi; \ 285 283 list='$(SUBDIRS)'; for subdir in $$list; do \ 286 284 if test "$$subdir" = .; then :; else \ 287 test ! -f $$subdir/TAGS ||\285 test -f $$subdir/TAGS && \ 288 286 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 289 287 fi; \ … … 295 293 $(AWK) ' { files[$$0] = 1; } \ 296 294 END { for (i in files) print i; }'`; \ 297 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 298 test -n "$$unique" || unique=$$empty_fix; \ 299 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 300 $$tags $$unique; \ 301 fi 295 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 296 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 297 $$tags $$unique 302 298 ctags: CTAGS 303 299 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
Note: See TracChangeset
for help on using the changeset viewer.