Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5475 in orxonox.OLD for trunk/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/Makefile.in

    r5463 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@
    3739DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
    3840        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
     
    148150am__leading_dot = @am__leading_dot@
    149151am__quote = @am__quote@
     152am__tar = @am__tar@
     153am__untar = @am__untar@
    150154bindir = @bindir@
    151155build = @build@
     
    262266# (2) otherwise, pass the desired values on the `make' command line.
    263267$(RECURSIVE_TARGETS):
    264         @set fnord $$MAKEFLAGS; amf=$$2; \
     268        @failcom='exit 1'; \
     269        for f in x $$MAKEFLAGS; do \
     270          case $$f in \
     271            *=* | --[!k]*);; \
     272            *k*) failcom='fail=yes';; \
     273          esac; \
     274        done; \
    265275        dot_seen=no; \
    266276        target=`echo $@ | sed s/-recursive//`; \
     
    274284          fi; \
    275285          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    276            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
     286          || eval $$failcom; \
    277287        done; \
    278288        if test "$$dot_seen" = "no"; then \
     
    282292mostlyclean-recursive clean-recursive distclean-recursive \
    283293maintainer-clean-recursive:
    284         @set fnord $$MAKEFLAGS; amf=$$2; \
     294        @failcom='exit 1'; \
     295        for f in x $$MAKEFLAGS; do \
     296          case $$f in \
     297            *=* | --[!k]*);; \
     298            *k*) failcom='fail=yes';; \
     299          esac; \
     300        done; \
    285301        dot_seen=no; \
    286302        case "$@" in \
     
    303319          fi; \
    304320          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    305            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
     321          || eval $$failcom; \
    306322        done && test -z "$$fail"
    307323tags-recursive:
     
    405421          fi; \
    406422        done
    407         list='$(SUBDIRS)'; for subdir in $$list; do \
     423        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    408424          if test "$$subdir" = .; then :; else \
    409425            test -d "$(distdir)/$$subdir" \
    410             || mkdir "$(distdir)/$$subdir" \
     426            || $(mkdir_p) "$(distdir)/$$subdir" \
    411427            || exit 1; \
     428            distdir=`$(am__cd) $(distdir) && pwd`; \
     429            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
    412430            (cd $$subdir && \
    413431              $(MAKE) $(AM_MAKEFLAGS) \
    414                 top_distdir="../$(top_distdir)" \
    415                 distdir="../$(distdir)/$$subdir" \
     432                top_distdir="$$top_distdir" \
     433                distdir="$$distdir/$$subdir" \
    416434                distdir) \
    417435              || exit 1; \
     
    424442        || chmod -R a+r $(distdir)
    425443dist-gzip: distdir
    426         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
     444        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    427445        $(am__remove_distdir)
    428446
    429447dist-bzip2: distdir
    430         $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
     448        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
    431449        $(am__remove_distdir)
    432450
    433451dist-tarZ: distdir
    434         $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
     452        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    435453        $(am__remove_distdir)
    436454
     
    445463
    446464dist dist-all: distdir
    447         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
     465        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    448466        $(am__remove_distdir)
    449467
     
    454472        case '$(DIST_ARCHIVES)' in \
    455473        *.tar.gz*) \
    456           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
     474          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
    457475        *.tar.bz2*) \
    458           bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
     476          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
    459477        *.tar.Z*) \
    460           uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
     478          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
    461479        *.shar.gz*) \
    462480          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
     
    517535check-am: all-am
    518536check: check-recursive
     537@DOXYGEN_FALSE@all-local:
    519538all-am: Makefile config.h all-local
    520539installdirs: installdirs-recursive
     
    539558
    540559distclean-generic:
    541         -rm -f $(CONFIG_CLEAN_FILES)
     560        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    542561
    543562maintainer-clean-generic:
    544563        @echo "This command is intended for maintainers to use"
    545564        @echo "it deletes files that may require special tools to rebuild."
     565@DOXYGEN_FALSE@distclean-local:
     566@DOXYGEN_FALSE@clean-local:
    546567clean: clean-recursive
    547568
Note: See TracChangeset for help on using the changeset viewer.