Changeset 5674 in orxonox.OLD for trunk/src/lib/gui/Makefile.in
- Timestamp:
- Nov 21, 2005, 4:51:07 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/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, … … 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 … … 181 183 esac; \ 182 184 done; \ 183 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/lib/gui/Makefile'; \185 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/gui/Makefile'; \ 184 186 cd $(top_srcdir) && \ 185 $(AUTOMAKE) -- foreignsrc/lib/gui/Makefile187 $(AUTOMAKE) --gnu src/lib/gui/Makefile 186 188 .PRECIOUS: Makefile 187 189 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 210 212 # (2) otherwise, pass the desired values on the `make' command line. 211 213 $(RECURSIVE_TARGETS): 212 @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; \ 213 221 dot_seen=no; \ 214 222 target=`echo $@ | sed s/-recursive//`; \ … … 222 230 fi; \ 223 231 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 224 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \232 || eval $$failcom; \ 225 233 done; \ 226 234 if test "$$dot_seen" = "no"; then \ … … 230 238 mostlyclean-recursive clean-recursive distclean-recursive \ 231 239 maintainer-clean-recursive: 232 @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; \ 233 247 dot_seen=no; \ 234 248 case "$@" in \ … … 251 265 fi; \ 252 266 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 253 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \267 || eval $$failcom; \ 254 268 done && test -z "$$fail" 255 269 tags-recursive: … … 350 364 fi; \ 351 365 done 352 list='$( SUBDIRS)'; for subdir in $$list; do \366 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 353 367 if test "$$subdir" = .; then :; else \ 354 368 test -d "$(distdir)/$$subdir" \ 355 || mkdir"$(distdir)/$$subdir" \369 || $(mkdir_p) "$(distdir)/$$subdir" \ 356 370 || exit 1; \ 371 distdir=`$(am__cd) $(distdir) && pwd`; \ 372 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 357 373 (cd $$subdir && \ 358 374 $(MAKE) $(AM_MAKEFLAGS) \ 359 top_distdir=" ../$(top_distdir)" \360 distdir=" ../$(distdir)/$$subdir" \375 top_distdir="$$top_distdir" \ 376 distdir="$$distdir/$$subdir" \ 361 377 distdir) \ 362 378 || exit 1; \ … … 387 403 388 404 distclean-generic: 389 - rm -f $(CONFIG_CLEAN_FILES)405 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 390 406 391 407 maintainer-clean-generic:
Note: See TracChangeset
for help on using the changeset viewer.