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