Changeset 3728 in orxonox.OLD for orxonox/branches/shadows/src/importer
- Timestamp:
- Apr 5, 2005, 9:53:42 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/shadows/src/importer/Makefile.in
r3698 r3728 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 … … 306 306 $(AWK) ' { files[$$0] = 1; } \ 307 307 END { for (i in files) print i; }'`; \ 308 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 309 test -n "$$unique" || unique=$$empty_fix; \ 310 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 311 $$tags $$unique; \ 312 fi 308 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 309 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 310 $$tags $$unique 313 311 ctags: CTAGS 314 312 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
Note: See TracChangeset
for help on using the changeset viewer.