Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5674 in orxonox.OLD for trunk/src/lib/gui/Makefile.in


Ignore:
Timestamp:
Nov 21, 2005, 4:51:07 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: collision-detection with new Matrix-class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/Makefile.in

    r5672 r5674  
    1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
     1# Makefile.in generated by automake 1.9.6 from Makefile.am.
    22# @configure_input@
    33
    44# 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.
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
     
    3434PRE_UNINSTALL = :
    3535POST_UNINSTALL = :
     36build_triplet = @build@
    3637host_triplet = @host@
     38target_triplet = @target@
    3739subdir = src/lib/gui
    3840DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     
    181183          esac; \
    182184        done; \
    183         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/Makefile'; \
     185        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/gui/Makefile'; \
    184186        cd $(top_srcdir) && \
    185           $(AUTOMAKE) --foreign  src/lib/gui/Makefile
     187          $(AUTOMAKE) --gnu  src/lib/gui/Makefile
    186188.PRECIOUS: Makefile
    187189Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    210212# (2) otherwise, pass the desired values on the `make' command line.
    211213$(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; \
    213221        dot_seen=no; \
    214222        target=`echo $@ | sed s/-recursive//`; \
     
    222230          fi; \
    223231          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    224            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
     232          || eval $$failcom; \
    225233        done; \
    226234        if test "$$dot_seen" = "no"; then \
     
    230238mostlyclean-recursive clean-recursive distclean-recursive \
    231239maintainer-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; \
    233247        dot_seen=no; \
    234248        case "$@" in \
     
    251265          fi; \
    252266          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    253            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
     267          || eval $$failcom; \
    254268        done && test -z "$$fail"
    255269tags-recursive:
     
    350364          fi; \
    351365        done
    352         list='$(SUBDIRS)'; for subdir in $$list; do \
     366        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    353367          if test "$$subdir" = .; then :; else \
    354368            test -d "$(distdir)/$$subdir" \
    355             || mkdir "$(distdir)/$$subdir" \
     369            || $(mkdir_p) "$(distdir)/$$subdir" \
    356370            || exit 1; \
     371            distdir=`$(am__cd) $(distdir) && pwd`; \
     372            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
    357373            (cd $$subdir && \
    358374              $(MAKE) $(AM_MAKEFLAGS) \
    359                 top_distdir="../$(top_distdir)" \
    360                 distdir="../$(distdir)/$$subdir" \
     375                top_distdir="$$top_distdir" \
     376                distdir="$$distdir/$$subdir" \
    361377                distdir) \
    362378              || exit 1; \
     
    387403
    388404distclean-generic:
    389         -rm -f $(CONFIG_CLEAN_FILES)
     405        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    390406
    391407maintainer-clean-generic:
Note: See TracChangeset for help on using the changeset viewer.