Changeset 5475 in orxonox.OLD for trunk/src/lib/gui/Makefile.in
- Timestamp:
- Nov 3, 2005, 2:24:13 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/Makefile.in
r5465 r5475 1 # Makefile.in generated by automake 1. 8.5 from Makefile.am.1 # Makefile.in generated by automake 1.9.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 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, … … 34 34 PRE_UNINSTALL = : 35 35 POST_UNINSTALL = : 36 build_triplet = @build@ 36 37 host_triplet = @host@ 38 target_triplet = @target@ 37 39 subdir = src/lib/gui 38 40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in … … 132 134 am__leading_dot = @am__leading_dot@ 133 135 am__quote = @am__quote@ 136 am__tar = @am__tar@ 137 am__untar = @am__untar@ 134 138 bindir = @bindir@ 135 139 build = @build@ … … 208 212 # (2) otherwise, pass the desired values on the `make' command line. 209 213 $(RECURSIVE_TARGETS): 210 @set fnord $$MAKEFLAGS; amf=$$2; \ 214 @failcom='exit 1'; \ 215 for f in x $$MAKEFLAGS; do \ 216 case $$f in \ 217 *=* | --[!k]*);; \ 218 *k*) failcom='fail=yes';; \ 219 esac; \ 220 done; \ 211 221 dot_seen=no; \ 212 222 target=`echo $@ | sed s/-recursive//`; \ … … 220 230 fi; \ 221 231 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 222 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \232 || eval $$failcom; \ 223 233 done; \ 224 234 if test "$$dot_seen" = "no"; then \ … … 228 238 mostlyclean-recursive clean-recursive distclean-recursive \ 229 239 maintainer-clean-recursive: 230 @set fnord $$MAKEFLAGS; amf=$$2; \ 240 @failcom='exit 1'; \ 241 for f in x $$MAKEFLAGS; do \ 242 case $$f in \ 243 *=* | --[!k]*);; \ 244 *k*) failcom='fail=yes';; \ 245 esac; \ 246 done; \ 231 247 dot_seen=no; \ 232 248 case "$@" in \ … … 249 265 fi; \ 250 266 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 251 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \267 || eval $$failcom; \ 252 268 done && test -z "$$fail" 253 269 tags-recursive: … … 348 364 fi; \ 349 365 done 350 list='$( SUBDIRS)'; for subdir in $$list; do \366 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 351 367 if test "$$subdir" = .; then :; else \ 352 368 test -d "$(distdir)/$$subdir" \ 353 || mkdir"$(distdir)/$$subdir" \369 || $(mkdir_p) "$(distdir)/$$subdir" \ 354 370 || exit 1; \ 371 distdir=`$(am__cd) $(distdir) && pwd`; \ 372 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 355 373 (cd $$subdir && \ 356 374 $(MAKE) $(AM_MAKEFLAGS) \ 357 top_distdir=" ../$(top_distdir)" \358 distdir=" ../$(distdir)/$$subdir" \375 top_distdir="$$top_distdir" \ 376 distdir="$$distdir/$$subdir" \ 359 377 distdir) \ 360 378 || exit 1; \ … … 385 403 386 404 distclean-generic: 387 - rm -f $(CONFIG_CLEAN_FILES)405 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 388 406 389 407 maintainer-clean-generic:
Note: See TracChangeset
for help on using the changeset viewer.