Changeset 3605 in orxonox.OLD for orxonox/branches/levelloader/src/lib/graphics/Makefile.in
- Timestamp:
- Mar 18, 2005, 11:52:15 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/src/lib/graphics/Makefile.in
r3563 r3605 1 # Makefile.in generated by automake 1.8. 2from Makefile.am.1 # Makefile.in generated by automake 1.8.5 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 78 78 DEFS = @DEFS@ 79 79 DEPDIR = @DEPDIR@ 80 DOCUMENTATION_FALSE = @DOCUMENTATION_FALSE@ 81 DOCUMENTATION_TRUE = @DOCUMENTATION_TRUE@ 80 82 DOXYGEN = @DOXYGEN@ 81 83 DOXYGEN_FALSE = @DOXYGEN_FALSE@ … … 175 177 esac; \ 176 178 done; \ 177 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/graphics/Makefile'; \179 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/graphics/Makefile'; \ 178 180 cd $(top_srcdir) && \ 179 $(AUTOMAKE) -- gnusrc/lib/graphics/Makefile181 $(AUTOMAKE) --foreign src/lib/graphics/Makefile 180 182 .PRECIOUS: Makefile 181 183 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 270 272 tags=; \ 271 273 here=`pwd`; \ 272 if ( etags--etags-include --version) >/dev/null 2>&1; then \274 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 273 275 include_option=--etags-include; \ 276 empty_fix=.; \ 274 277 else \ 275 278 include_option=--include; \ 279 empty_fix=; \ 276 280 fi; \ 277 281 list='$(SUBDIRS)'; for subdir in $$list; do \ 278 282 if test "$$subdir" = .; then :; else \ 279 test -f $$subdir/TAGS &&\283 test ! -f $$subdir/TAGS || \ 280 284 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 281 285 fi; \ … … 287 291 $(AWK) ' { files[$$0] = 1; } \ 288 292 END { for (i in files) print i; }'`; \ 289 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 290 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 291 $$tags $$unique 293 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 294 test -n "$$unique" || unique=$$empty_fix; \ 295 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 296 $$tags $$unique; \ 297 fi 292 298 ctags: CTAGS 293 299 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
Note: See TracChangeset
for help on using the changeset viewer.