Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5475 in orxonox.OLD for trunk/src/subprojects/Makefile.in


Ignore:
Timestamp:
Nov 3, 2005, 2:24:13 PM (19 years ago)
Author:
bensch
Message:

default of shoot is now on Button-left

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/subprojects/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.
    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,
     
    3535PRE_UNINSTALL = :
    3636POST_UNINSTALL = :
     37build_triplet = @build@
    3738host_triplet = @host@
     39target_triplet = @target@
    3840subdir = src/subprojects
    3941DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
     
    135137am__leading_dot = @am__leading_dot@
    136138am__quote = @am__quote@
     139am__tar = @am__tar@
     140am__untar = @am__untar@
    137141bindir = @bindir@
    138142build = @build@
     
    215219# (2) otherwise, pass the desired values on the `make' command line.
    216220$(RECURSIVE_TARGETS):
    217         @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; \
    218228        dot_seen=no; \
    219229        target=`echo $@ | sed s/-recursive//`; \
     
    227237          fi; \
    228238          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    229            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
     239          || eval $$failcom; \
    230240        done; \
    231241        if test "$$dot_seen" = "no"; then \
     
    235245mostlyclean-recursive clean-recursive distclean-recursive \
    236246maintainer-clean-recursive:
    237         @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; \
    238254        dot_seen=no; \
    239255        case "$@" in \
     
    256272          fi; \
    257273          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    258            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
     274          || eval $$failcom; \
    259275        done && test -z "$$fail"
    260276tags-recursive:
     
    355371          fi; \
    356372        done
    357         list='$(SUBDIRS)'; for subdir in $$list; do \
     373        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    358374          if test "$$subdir" = .; then :; else \
    359375            test -d "$(distdir)/$$subdir" \
    360             || mkdir "$(distdir)/$$subdir" \
     376            || $(mkdir_p) "$(distdir)/$$subdir" \
    361377            || exit 1; \
     378            distdir=`$(am__cd) $(distdir) && pwd`; \
     379            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
    362380            (cd $$subdir && \
    363381              $(MAKE) $(AM_MAKEFLAGS) \
    364                 top_distdir="../$(top_distdir)" \
    365                 distdir="../$(distdir)/$$subdir" \
     382                top_distdir="$$top_distdir" \
     383                distdir="$$distdir/$$subdir" \
    366384                distdir) \
    367385              || exit 1; \
     
    392410
    393411distclean-generic:
    394         -rm -f $(CONFIG_CLEAN_FILES)
     412        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    395413
    396414maintainer-clean-generic:
Note: See TracChangeset for help on using the changeset viewer.