Changeset 3994 in orxonox.OLD for orxonox/branches/ll2trunktemp/src/lib/Makefile.in
- Timestamp:
- Apr 27, 2005, 1:50:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/ll2trunktemp/src/lib/Makefile.in
r3940 r3994 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 … … 184 184 esac; \ 185 185 done; \ 186 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/Makefile'; \186 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/Makefile'; \ 187 187 cd $(top_srcdir) && \ 188 $(AUTOMAKE) -- gnusrc/lib/Makefile188 $(AUTOMAKE) --foreign src/lib/Makefile 189 189 .PRECIOUS: Makefile 190 190 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 279 279 tags=; \ 280 280 here=`pwd`; \ 281 if ( etags--etags-include --version) >/dev/null 2>&1; then \281 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 282 282 include_option=--etags-include; \ 283 empty_fix=.; \ 283 284 else \ 284 285 include_option=--include; \ 286 empty_fix=; \ 285 287 fi; \ 286 288 list='$(SUBDIRS)'; for subdir in $$list; do \ 287 289 if test "$$subdir" = .; then :; else \ 288 test -f $$subdir/TAGS &&\290 test ! -f $$subdir/TAGS || \ 289 291 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 290 292 fi; \ … … 296 298 $(AWK) ' { files[$$0] = 1; } \ 297 299 END { for (i in files) print i; }'`; \ 298 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 299 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 300 $$tags $$unique 300 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 301 test -n "$$unique" || unique=$$empty_fix; \ 302 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 303 $$tags $$unique; \ 304 fi 301 305 ctags: CTAGS 302 306 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
Note: See TracChangeset
for help on using the changeset viewer.