Changeset 3605 in orxonox.OLD for orxonox/branches/levelloader/src/lib/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/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@ … … 181 183 esac; \ 182 184 done; \ 183 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/Makefile'; \185 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/Makefile'; \ 184 186 cd $(top_srcdir) && \ 185 $(AUTOMAKE) -- gnusrc/lib/Makefile187 $(AUTOMAKE) --foreign src/lib/Makefile 186 188 .PRECIOUS: Makefile 187 189 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 276 278 tags=; \ 277 279 here=`pwd`; \ 278 if ( etags--etags-include --version) >/dev/null 2>&1; then \280 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 279 281 include_option=--etags-include; \ 282 empty_fix=.; \ 280 283 else \ 281 284 include_option=--include; \ 285 empty_fix=; \ 282 286 fi; \ 283 287 list='$(SUBDIRS)'; for subdir in $$list; do \ 284 288 if test "$$subdir" = .; then :; else \ 285 test -f $$subdir/TAGS &&\289 test ! -f $$subdir/TAGS || \ 286 290 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 287 291 fi; \ … … 293 297 $(AWK) ' { files[$$0] = 1; } \ 294 298 END { for (i in files) print i; }'`; \ 295 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 296 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 297 $$tags $$unique 299 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 300 test -n "$$unique" || unique=$$empty_fix; \ 301 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 302 $$tags $$unique; \ 303 fi 298 304 ctags: CTAGS 299 305 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
Note: See TracChangeset
for help on using the changeset viewer.