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