Changeset 3525 in orxonox.OLD for orxonox/branches/levelloader/src/lib/graphics/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/graphics/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 … … 270 270 tags=; \ 271 271 here=`pwd`; \ 272 if ( $(ETAGS)--etags-include --version) >/dev/null 2>&1; then \272 if (etags --etags-include --version) >/dev/null 2>&1; then \ 273 273 include_option=--etags-include; \ 274 empty_fix=.; \275 274 else \ 276 275 include_option=--include; \ 277 empty_fix=; \278 276 fi; \ 279 277 list='$(SUBDIRS)'; for subdir in $$list; do \ 280 278 if test "$$subdir" = .; then :; else \ 281 test ! -f $$subdir/TAGS ||\279 test -f $$subdir/TAGS && \ 282 280 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 283 281 fi; \ … … 289 287 $(AWK) ' { files[$$0] = 1; } \ 290 288 END { for (i in files) print i; }'`; \ 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 289 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 290 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 291 $$tags $$unique 296 292 ctags: CTAGS 297 293 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
Note: See TracChangeset
for help on using the changeset viewer.