Changeset 5672 in orxonox.OLD for trunk/src/subprojects/Makefile.in
- Timestamp:
- Nov 21, 2005, 3:59:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/subprojects/Makefile.in
r5479 r5672 1 # Makefile.in generated by automake 1. 9.6from Makefile.am.1 # Makefile.in generated by automake 1.8.5 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 , 2005Free Software Foundation, Inc.5 # 2003, 2004 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@38 37 host_triplet = @host@ 39 target_triplet = @target@40 38 subdir = src/subprojects 41 39 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ … … 219 217 # (2) otherwise, pass the desired values on the `make' command line. 220 218 $(RECURSIVE_TARGETS): 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; \ 219 @set fnord $$MAKEFLAGS; amf=$$2; \ 228 220 dot_seen=no; \ 229 221 target=`echo $@ | sed s/-recursive//`; \ … … 237 229 fi; \ 238 230 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 239 || eval $$failcom; \231 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 240 232 done; \ 241 233 if test "$$dot_seen" = "no"; then \ … … 245 237 mostlyclean-recursive clean-recursive distclean-recursive \ 246 238 maintainer-clean-recursive: 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; \ 239 @set fnord $$MAKEFLAGS; amf=$$2; \ 254 240 dot_seen=no; \ 255 241 case "$@" in \ … … 272 258 fi; \ 273 259 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 274 || eval $$failcom; \260 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 275 261 done && test -z "$$fail" 276 262 tags-recursive: … … 371 357 fi; \ 372 358 done 373 list='$( DIST_SUBDIRS)'; for subdir in $$list; do \359 list='$(SUBDIRS)'; for subdir in $$list; do \ 374 360 if test "$$subdir" = .; then :; else \ 375 361 test -d "$(distdir)/$$subdir" \ 376 || $(mkdir_p)"$(distdir)/$$subdir" \362 || mkdir "$(distdir)/$$subdir" \ 377 363 || exit 1; \ 378 distdir=`$(am__cd) $(distdir) && pwd`; \379 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \380 364 (cd $$subdir && \ 381 365 $(MAKE) $(AM_MAKEFLAGS) \ 382 top_distdir=" $$top_distdir" \383 distdir=" $$distdir/$$subdir" \366 top_distdir="../$(top_distdir)" \ 367 distdir="../$(distdir)/$$subdir" \ 384 368 distdir) \ 385 369 || exit 1; \ … … 410 394 411 395 distclean-generic: 412 - test -z "$(CONFIG_CLEAN_FILES)" ||rm -f $(CONFIG_CLEAN_FILES)396 -rm -f $(CONFIG_CLEAN_FILES) 413 397 414 398 maintainer-clean-generic:
Note: See TracChangeset
for help on using the changeset viewer.