Changeset 5674 in orxonox.OLD for trunk/src/subprojects/Makefile.in
- Timestamp:
- Nov 21, 2005, 4:51:07 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/subprojects/Makefile.in
r5672 r5674 1 # Makefile.in generated by automake 1. 8.5from Makefile.am.1 # Makefile.in generated by automake 1.9.6 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 Free Software Foundation, Inc.5 # 2003, 2004, 2005 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 35 35 PRE_UNINSTALL = : 36 36 POST_UNINSTALL = : 37 build_triplet = @build@ 37 38 host_triplet = @host@ 39 target_triplet = @target@ 38 40 subdir = src/subprojects 39 41 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ … … 188 190 esac; \ 189 191 done; \ 190 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/subprojects/Makefile'; \192 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/subprojects/Makefile'; \ 191 193 cd $(top_srcdir) && \ 192 $(AUTOMAKE) -- foreignsrc/subprojects/Makefile194 $(AUTOMAKE) --gnu src/subprojects/Makefile 193 195 .PRECIOUS: Makefile 194 196 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 217 219 # (2) otherwise, pass the desired values on the `make' command line. 218 220 $(RECURSIVE_TARGETS): 219 @set fnord $$MAKEFLAGS; amf=$$2; \ 221 @failcom='exit 1'; \ 222 for f in x $$MAKEFLAGS; do \ 223 case $$f in \ 224 *=* | --[!k]*);; \ 225 *k*) failcom='fail=yes';; \ 226 esac; \ 227 done; \ 220 228 dot_seen=no; \ 221 229 target=`echo $@ | sed s/-recursive//`; \ … … 229 237 fi; \ 230 238 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 231 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \239 || eval $$failcom; \ 232 240 done; \ 233 241 if test "$$dot_seen" = "no"; then \ … … 237 245 mostlyclean-recursive clean-recursive distclean-recursive \ 238 246 maintainer-clean-recursive: 239 @set fnord $$MAKEFLAGS; amf=$$2; \ 247 @failcom='exit 1'; \ 248 for f in x $$MAKEFLAGS; do \ 249 case $$f in \ 250 *=* | --[!k]*);; \ 251 *k*) failcom='fail=yes';; \ 252 esac; \ 253 done; \ 240 254 dot_seen=no; \ 241 255 case "$@" in \ … … 258 272 fi; \ 259 273 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 260 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \274 || eval $$failcom; \ 261 275 done && test -z "$$fail" 262 276 tags-recursive: … … 357 371 fi; \ 358 372 done 359 list='$( SUBDIRS)'; for subdir in $$list; do \373 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 360 374 if test "$$subdir" = .; then :; else \ 361 375 test -d "$(distdir)/$$subdir" \ 362 || mkdir"$(distdir)/$$subdir" \376 || $(mkdir_p) "$(distdir)/$$subdir" \ 363 377 || exit 1; \ 378 distdir=`$(am__cd) $(distdir) && pwd`; \ 379 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 364 380 (cd $$subdir && \ 365 381 $(MAKE) $(AM_MAKEFLAGS) \ 366 top_distdir=" ../$(top_distdir)" \367 distdir=" ../$(distdir)/$$subdir" \382 top_distdir="$$top_distdir" \ 383 distdir="$$distdir/$$subdir" \ 368 384 distdir) \ 369 385 || exit 1; \ … … 394 410 395 411 distclean-generic: 396 - rm -f $(CONFIG_CLEAN_FILES)412 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 397 413 398 414 maintainer-clean-generic:
Note: See TracChangeset
for help on using the changeset viewer.