Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

default of shoot is now on Button-left

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.
    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
     
    132134am__leading_dot = @am__leading_dot@
    133135am__quote = @am__quote@
     136am__tar = @am__tar@
     137am__untar = @am__untar@
    134138bindir = @bindir@
    135139build = @build@
     
    208212# (2) otherwise, pass the desired values on the `make' command line.
    209213$(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; \
    211221        dot_seen=no; \
    212222        target=`echo $@ | sed s/-recursive//`; \
     
    220230          fi; \
    221231          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    222            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
     232          || eval $$failcom; \
    223233        done; \
    224234        if test "$$dot_seen" = "no"; then \
     
    228238mostlyclean-recursive clean-recursive distclean-recursive \
    229239maintainer-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; \
    231247        dot_seen=no; \
    232248        case "$@" in \
     
    249265          fi; \
    250266          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    251            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
     267          || eval $$failcom; \
    252268        done && test -z "$$fail"
    253269tags-recursive:
     
    348364          fi; \
    349365        done
    350         list='$(SUBDIRS)'; for subdir in $$list; do \
     366        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    351367          if test "$$subdir" = .; then :; else \
    352368            test -d "$(distdir)/$$subdir" \
    353             || mkdir "$(distdir)/$$subdir" \
     369            || $(mkdir_p) "$(distdir)/$$subdir" \
    354370            || exit 1; \
     371            distdir=`$(am__cd) $(distdir) && pwd`; \
     372            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
    355373            (cd $$subdir && \
    356374              $(MAKE) $(AM_MAKEFLAGS) \
    357                 top_distdir="../$(top_distdir)" \
    358                 distdir="../$(distdir)/$$subdir" \
     375                top_distdir="$$top_distdir" \
     376                distdir="$$distdir/$$subdir" \
    359377                distdir) \
    360378              || exit 1; \
     
    385403
    386404distclean-generic:
    387         -rm -f $(CONFIG_CLEAN_FILES)
     405        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    388406
    389407maintainer-clean-generic:
Note: See TracChangeset for help on using the changeset viewer.