Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 21, 2005, 3:59:28 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: removed the modelinfo from the includes of vector.h

File:
1 edited

Legend:

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

    r5479 r5672  
    1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
     1# Makefile.in generated by automake 1.8.5 from Makefile.am.
    22# @configure_input@
    33
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005  Free Software Foundation, Inc.
     5# 2003, 2004  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 = :
    36 build_triplet = @build@
    3736host_triplet = @host@
    38 target_triplet = @target@
    3937subdir = src/lib/gui
    4038DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     
    212210# (2) otherwise, pass the desired values on the `make' command line.
    213211$(RECURSIVE_TARGETS):
    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; \
     212        @set fnord $$MAKEFLAGS; amf=$$2; \
    221213        dot_seen=no; \
    222214        target=`echo $@ | sed s/-recursive//`; \
     
    230222          fi; \
    231223          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    232           || eval $$failcom; \
     224           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
    233225        done; \
    234226        if test "$$dot_seen" = "no"; then \
     
    238230mostlyclean-recursive clean-recursive distclean-recursive \
    239231maintainer-clean-recursive:
    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; \
     232        @set fnord $$MAKEFLAGS; amf=$$2; \
    247233        dot_seen=no; \
    248234        case "$@" in \
     
    265251          fi; \
    266252          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    267           || eval $$failcom; \
     253           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
    268254        done && test -z "$$fail"
    269255tags-recursive:
     
    364350          fi; \
    365351        done
    366         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
     352        list='$(SUBDIRS)'; for subdir in $$list; do \
    367353          if test "$$subdir" = .; then :; else \
    368354            test -d "$(distdir)/$$subdir" \
    369             || $(mkdir_p) "$(distdir)/$$subdir" \
     355            || mkdir "$(distdir)/$$subdir" \
    370356            || exit 1; \
    371             distdir=`$(am__cd) $(distdir) && pwd`; \
    372             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
    373357            (cd $$subdir && \
    374358              $(MAKE) $(AM_MAKEFLAGS) \
    375                 top_distdir="$$top_distdir" \
    376                 distdir="$$distdir/$$subdir" \
     359                top_distdir="../$(top_distdir)" \
     360                distdir="../$(distdir)/$$subdir" \
    377361                distdir) \
    378362              || exit 1; \
     
    403387
    404388distclean-generic:
    405         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
     389        -rm -f $(CONFIG_CLEAN_FILES)
    406390
    407391maintainer-clean-generic:
Note: See TracChangeset for help on using the changeset viewer.