Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2706 in orxonox.OLD for orxonox/trunk


Ignore:
Timestamp:
Nov 3, 2004, 12:09:17 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: changed to automake-1.8 and made it windows-compatible again. I sure hope, taht it works now, or else…

Location:
orxonox/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/Makefile.in

    r2018 r2706  
    1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
     1# Makefile.in generated by automake 1.8.2 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
    5 # Free Software Foundation, Inc.
     4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     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,
     
    1414
    1515@SET_MAKE@
    16 
    1716srcdir = @srcdir@
    1817top_srcdir = @top_srcdir@
     
    2221pkgincludedir = $(includedir)/@PACKAGE@
    2322top_builddir = .
    24 
    2523am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    2624INSTALL = @INSTALL@
     
    3634PRE_UNINSTALL = :
    3735POST_UNINSTALL = :
     36subdir = .
     37DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
     38        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
     39        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
     40        TODO depcomp install-sh missing mkinstalldirs
     41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     42am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     44        $(ACLOCAL_M4)
     45am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
     46 configure.lineno configure.status.lineno
     47mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
     48CONFIG_HEADER = config.h
     49CONFIG_CLEAN_FILES =
     50SOURCES =
     51DIST_SOURCES =
     52RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
     53        html-recursive info-recursive install-data-recursive \
     54        install-exec-recursive install-info-recursive \
     55        install-recursive installcheck-recursive installdirs-recursive \
     56        pdf-recursive ps-recursive uninstall-info-recursive \
     57        uninstall-recursive
     58ETAGS = etags
     59CTAGS = ctags
     60DIST_SUBDIRS = $(SUBDIRS)
     61DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     62distdir = $(PACKAGE)-$(VERSION)
     63top_distdir = $(distdir)
     64am__remove_distdir = \
     65  { test ! -d $(distdir) \
     66    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
     67         && rm -fr $(distdir); }; }
     68DIST_ARCHIVES = $(distdir).tar.gz
     69GZIP_ENV = --best
     70distuninstallcheck_listfiles = find . -type f -print
     71distcleancheck_listfiles = find . -type f -print
    3872ACLOCAL = @ACLOCAL@
    3973AMDEP_FALSE = @AMDEP_FALSE@
     
    104138localstatedir = @localstatedir@
    105139mandir = @mandir@
     140mkdir_p = @mkdir_p@
    106141oldincludedir = @oldincludedir@
    107142prefix = @prefix@
     
    112147target_alias = @target_alias@
    113148SUBDIRS = src console gui
    114 subdir = .
    115 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    116 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
    117 CONFIG_HEADER = config.h
    118 CONFIG_CLEAN_FILES =
    119 DIST_SOURCES =
    120 
    121 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
    122         ps-recursive install-info-recursive uninstall-info-recursive \
    123         all-recursive install-data-recursive install-exec-recursive \
    124         installdirs-recursive install-recursive uninstall-recursive \
    125         check-recursive installcheck-recursive
    126 DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
    127         COPYING ChangeLog INSTALL Makefile.am NEWS aclocal.m4 \
    128         config.h.in configure configure.ac depcomp install-sh missing \
    129         mkinstalldirs
    130 DIST_SUBDIRS = $(SUBDIRS)
    131149all: config.h
    132150        $(MAKE) $(AM_MAKEFLAGS) all-recursive
    133151
    134152.SUFFIXES:
    135 
    136 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
    137  configure.lineno
    138 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
     153am--refresh:
     154        @:
     155$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
     156        @for dep in $?; do \
     157          case '$(am__configure_deps)' in \
     158            *$$dep*) \
     159              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
     160              cd $(srcdir) && $(AUTOMAKE) --gnu  \
     161                && exit 0; \
     162              exit 1;; \
     163          esac; \
     164        done; \
     165        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
    139166        cd $(top_srcdir) && \
    140167          $(AUTOMAKE) --gnu  Makefile
    141 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
    142         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
    143 
    144 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
     168.PRECIOUS: Makefile
     169Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     170        @case '$?' in \
     171          *config.status*) \
     172            echo ' $(SHELL) ./config.status'; \
     173            $(SHELL) ./config.status;; \
     174          *) \
     175            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
     176            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
     177        esac;
     178
     179$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    145180        $(SHELL) ./config.status --recheck
    146 $(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
     181
     182$(top_srcdir)/configure:  $(am__configure_deps)
    147183        cd $(srcdir) && $(AUTOCONF)
    148 
    149 $(ACLOCAL_M4):  configure.ac
     184$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    150185        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    151186
     
    159194        @rm -f stamp-h1
    160195        cd $(top_builddir) && $(SHELL) ./config.status config.h
    161 
    162 $(srcdir)/config.h.in:  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
     196$(srcdir)/config.h.in:  $(am__configure_deps)
    163197        cd $(top_srcdir) && $(AUTOHEADER)
    164         touch $(srcdir)/config.h.in
     198        rm -f stamp-h1
     199        touch $@
    165200
    166201distclean-hdr:
     
    227262        done
    228263
    229 ETAGS = etags
    230 ETAGSFLAGS =
    231 
    232 CTAGS = ctags
    233 CTAGSFLAGS =
    234 
    235 tags: TAGS
    236 
    237264ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    238265        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
     
    243270               END { for (i in files) print i; }'`; \
    244271        mkid -fID $$unique
     272tags: TAGS
    245273
    246274TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
     
    268296          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    269297             $$tags $$unique
    270 
    271298ctags: CTAGS
    272299CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
     
    291318distclean-tags:
    292319        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    293 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    294 
    295 top_distdir = .
    296 distdir = $(PACKAGE)-$(VERSION)
    297 
    298 am__remove_distdir = \
    299   { test ! -d $(distdir) \
    300     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
    301          && rm -fr $(distdir); }; }
    302 
    303 GZIP_ENV = --best
    304 distuninstallcheck_listfiles = find . -type f -print
    305 distcleancheck_listfiles = find . -type f -print
    306320
    307321distdir: $(DISTFILES)
     
    319333          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
    320334            dir="/$$dir"; \
    321             $(mkinstalldirs) "$(distdir)$$dir"; \
     335            $(mkdir_p) "$(distdir)$$dir"; \
    322336          else \
    323337            dir=''; \
     
    336350        list='$(SUBDIRS)'; for subdir in $$list; do \
    337351          if test "$$subdir" = .; then :; else \
    338             test -d $(distdir)/$$subdir \
    339             || mkdir $(distdir)/$$subdir \
     352            test -d "$(distdir)/$$subdir" \
     353            || mkdir "$(distdir)/$$subdir" \
    340354            || exit 1; \
    341355            (cd $$subdir && \
    342356              $(MAKE) $(AM_MAKEFLAGS) \
    343                 top_distdir="$(top_distdir)" \
    344                 distdir=../$(distdir)/$$subdir \
     357                top_distdir="../$(top_distdir)" \
     358                distdir="../$(distdir)/$$subdir" \
    345359                distdir) \
    346360              || exit 1; \
     
    356370        $(am__remove_distdir)
    357371
     372dist-bzip2: distdir
     373        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
     374        $(am__remove_distdir)
     375
     376dist-tarZ: distdir
     377        $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
     378        $(am__remove_distdir)
     379
     380dist-shar: distdir
     381        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
     382        $(am__remove_distdir)
     383
     384dist-zip: distdir
     385        -rm -f $(distdir).zip
     386        zip -rq $(distdir).zip $(distdir)
     387        $(am__remove_distdir)
     388
    358389dist dist-all: distdir
    359390        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
     
    364395# tarfile.
    365396distcheck: dist
    366         $(am__remove_distdir)
    367         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
     397        case '$(DIST_ARCHIVES)' in \
     398        *.tar.gz*) \
     399          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
     400        *.tar.bz2*) \
     401          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
     402        *.tar.Z*) \
     403          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
     404        *.shar.gz*) \
     405          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
     406        *.zip*) \
     407          unzip $(distdir).zip ;;\
     408        esac
    368409        chmod -R a-w $(distdir); chmod a+w $(distdir)
    369410        mkdir $(distdir)/_build
     
    385426          && chmod -R a-w "$$dc_install_base" \
    386427          && ({ \
    387                (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
     428               (cd ../.. && $(mkdir_p) "$$dc_destdir") \
    388429               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    389430               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
     
    392433              } || { rm -rf "$$dc_destdir"; exit 1; }) \
    393434          && rm -rf "$$dc_destdir" \
    394           && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
    395           && rm -f $(distdir).tar.gz \
     435          && $(MAKE) $(AM_MAKEFLAGS) dist \
     436          && rm -rf $(DIST_ARCHIVES) \
    396437          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
    397438        $(am__remove_distdir)
    398         @echo "$(distdir).tar.gz is ready for distribution" | \
    399           sed 'h;s/./=/g;p;x;p;x'
     439        @(echo "$(distdir) archives ready for distribution: "; \
     440          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
     441          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
    400442distuninstallcheck:
    401443        @cd $(distuninstallcheck_dir) \
     
    421463installdirs: installdirs-recursive
    422464installdirs-am:
    423 
    424465install: install-recursive
    425466install-exec: install-exec-recursive
     
    459500dvi-am:
    460501
     502html: html-recursive
     503
    461504info: info-recursive
    462505
     
    495538uninstall-info: uninstall-info-recursive
    496539
    497 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
    498         clean-generic clean-recursive ctags ctags-recursive dist \
    499         dist-all dist-gzip distcheck distclean distclean-generic \
    500         distclean-hdr distclean-recursive distclean-tags distcleancheck \
    501         distdir distuninstallcheck dvi dvi-am dvi-recursive info \
    502         info-am info-recursive install install-am install-data \
    503         install-data-am install-data-recursive install-exec \
    504         install-exec-am install-exec-recursive install-info \
    505         install-info-am install-info-recursive install-man \
    506         install-recursive install-strip installcheck installcheck-am \
    507         installdirs installdirs-am installdirs-recursive \
    508         maintainer-clean maintainer-clean-generic \
    509         maintainer-clean-recursive mostlyclean mostlyclean-generic \
    510         mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
    511         ps-recursive tags tags-recursive uninstall uninstall-am \
    512         uninstall-info-am uninstall-info-recursive uninstall-recursive
     540.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
     541        check-am clean clean-generic clean-recursive ctags \
     542        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
     543        dist-tarZ dist-zip distcheck distclean distclean-generic \
     544        distclean-hdr distclean-recursive distclean-tags \
     545        distcleancheck distdir distuninstallcheck dvi dvi-am html \
     546        html-am info info-am install install-am install-data \
     547        install-data-am install-exec install-exec-am install-info \
     548        install-info-am install-man install-strip installcheck \
     549        installcheck-am installdirs installdirs-am maintainer-clean \
     550        maintainer-clean-generic maintainer-clean-recursive \
     551        mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
     552        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
     553        uninstall-info-am
    513554
    514555# Tell versions [3.59,3.63) of GNU make to not export all variables.
  • orxonox/trunk/aclocal.m4

    r1956 r2706  
    1 # generated automatically by aclocal 1.7.9 -*- Autoconf -*-
    2 
    3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
     1# generated automatically by aclocal 1.8.2 -*- Autoconf -*-
     2
     3# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    44# Free Software Foundation, Inc.
    55# This file is free software; the Free Software Foundation
     
    1212# PARTICULAR PURPOSE.
    1313
    14 # Do all the work for Automake.                            -*- Autoconf -*-
    15 
    16 # This macro actually does too much some checks are only needed if
    17 # your package does certain things.  But this isn't really a big deal.
    18 
    19 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
    20 # Free Software Foundation, Inc.
    21 
    22 # This program is free software; you can redistribute it and/or modify
    23 # it under the terms of the GNU General Public License as published by
    24 # the Free Software Foundation; either version 2, or (at your option)
    25 # any later version.
    26 
    27 # This program is distributed in the hope that it will be useful,
    28 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    30 # GNU General Public License for more details.
    31 
    32 # You should have received a copy of the GNU General Public License
    33 # along with this program; if not, write to the Free Software
    34 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    35 # 02111-1307, USA.
    36 
    37 # serial 10
    38 
    39 AC_PREREQ([2.54])
    40 
    41 # Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
    42 # the ones we care about.
    43 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
    44 
    45 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
    46 # AM_INIT_AUTOMAKE([OPTIONS])
    47 # -----------------------------------------------
    48 # The call with PACKAGE and VERSION arguments is the old style
    49 # call (pre autoconf-2.50), which is being phased out.  PACKAGE
    50 # and VERSION should now be passed to AC_INIT and removed from
    51 # the call to AM_INIT_AUTOMAKE.
    52 # We support both call styles for the transition.  After
    53 # the next Automake release, Autoconf can make the AC_INIT
    54 # arguments mandatory, and then we can depend on a new Autoconf
    55 # release and drop the old call support.
    56 AC_DEFUN([AM_INIT_AUTOMAKE],
    57 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
    58  AC_REQUIRE([AC_PROG_INSTALL])dnl
    59 # test to see if srcdir already configured
    60 if test "`cd $srcdir && pwd`" != "`pwd`" &&
    61    test -f $srcdir/config.status; then
    62   AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
    63 fi
    64 
    65 # test whether we have cygpath
    66 if test -z "$CYGPATH_W"; then
    67   if (cygpath --version) >/dev/null 2>/dev/null; then
    68     CYGPATH_W='cygpath -w'
    69   else
    70     CYGPATH_W=echo
    71   fi
    72 fi
    73 AC_SUBST([CYGPATH_W])
    74 
    75 # Define the identity of the package.
    76 dnl Distinguish between old-style and new-style calls.
    77 m4_ifval([$2],
    78 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
    79  AC_SUBST([PACKAGE], [$1])dnl
    80  AC_SUBST([VERSION], [$2])],
    81 [_AM_SET_OPTIONS([$1])dnl
    82  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
    83  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
    84 
    85 _AM_IF_OPTION([no-define],,
    86 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
    87  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
    88 
    89 # Some tools Automake needs.
    90 AC_REQUIRE([AM_SANITY_CHECK])dnl
    91 AC_REQUIRE([AC_ARG_PROGRAM])dnl
    92 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
    93 AM_MISSING_PROG(AUTOCONF, autoconf)
    94 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
    95 AM_MISSING_PROG(AUTOHEADER, autoheader)
    96 AM_MISSING_PROG(MAKEINFO, makeinfo)
    97 AM_MISSING_PROG(AMTAR, tar)
    98 AM_PROG_INSTALL_SH
    99 AM_PROG_INSTALL_STRIP
    100 # We need awk for the "check" target.  The system "awk" is bad on
    101 # some platforms.
    102 AC_REQUIRE([AC_PROG_AWK])dnl
    103 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
    104 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
    105 
    106 _AM_IF_OPTION([no-dependencies],,
    107 [AC_PROVIDE_IFELSE([AC_PROG_CC],
    108                   [_AM_DEPENDENCIES(CC)],
    109                   [define([AC_PROG_CC],
    110                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
    111 AC_PROVIDE_IFELSE([AC_PROG_CXX],
    112                   [_AM_DEPENDENCIES(CXX)],
    113                   [define([AC_PROG_CXX],
    114                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
    115 ])
    116 ])
    117 
    118 
    119 # When config.status generates a header, we must update the stamp-h file.
    120 # This file resides in the same directory as the config header
    121 # that is generated.  The stamp files are numbered to have different names.
    122 
    123 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
    124 # loop where config.status creates the headers, so we can generate
    125 # our stamp files there.
    126 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
    127 [# Compute $1's index in $config_headers.
    128 _am_stamp_count=1
    129 for _am_header in $config_headers :; do
    130   case $_am_header in
    131     $1 | $1:* )
    132       break ;;
    133     * )
    134       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
    135   esac
    136 done
    137 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
    138 
    139 # Copyright 2002  Free Software Foundation, Inc.
     14#                                                        -*- Autoconf -*-
     15# Copyright (C) 2002, 2003  Free Software Foundation, Inc.
     16# Generated from amversion.in; do not edit by hand.
    14017
    14118# This program is free software; you can redistribute it and/or modify
     
    15734# Automake X.Y traces this macro to ensure aclocal.m4 has been
    15835# generated from the m4 files accompanying Automake X.Y.
    159 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])
     36AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8"])
    16037
    16138# AM_SET_CURRENT_AUTOMAKE_VERSION
     
    16441# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
    16542AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
    166          [AM_AUTOMAKE_VERSION([1.7.9])])
    167 
    168 # Helper functions for option handling.                    -*- Autoconf -*-
    169 
    170 # Copyright 2001, 2002  Free Software Foundation, Inc.
    171 
    172 # This program is free software; you can redistribute it and/or modify
    173 # it under the terms of the GNU General Public License as published by
    174 # the Free Software Foundation; either version 2, or (at your option)
    175 # any later version.
    176 
    177 # This program is distributed in the hope that it will be useful,
    178 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    179 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    180 # GNU General Public License for more details.
    181 
    182 # You should have received a copy of the GNU General Public License
    183 # along with this program; if not, write to the Free Software
    184 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    185 # 02111-1307, USA.
    186 
    187 # serial 2
    188 
    189 # _AM_MANGLE_OPTION(NAME)
    190 # -----------------------
    191 AC_DEFUN([_AM_MANGLE_OPTION],
    192 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
    193 
    194 # _AM_SET_OPTION(NAME)
    195 # ------------------------------
    196 # Set option NAME.  Presently that only means defining a flag for this option.
    197 AC_DEFUN([_AM_SET_OPTION],
    198 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
    199 
    200 # _AM_SET_OPTIONS(OPTIONS)
    201 # ----------------------------------
    202 # OPTIONS is a space-separated list of Automake options.
    203 AC_DEFUN([_AM_SET_OPTIONS],
    204 [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
    205 
    206 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
    207 # -------------------------------------------
    208 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
    209 AC_DEFUN([_AM_IF_OPTION],
    210 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
    211 
    212 #
    213 # Check to make sure that the build environment is sane.
    214 #
    215 
    216 # Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
    217 
    218 # This program is free software; you can redistribute it and/or modify
    219 # it under the terms of the GNU General Public License as published by
    220 # the Free Software Foundation; either version 2, or (at your option)
    221 # any later version.
    222 
    223 # This program is distributed in the hope that it will be useful,
    224 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    225 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    226 # GNU General Public License for more details.
    227 
    228 # You should have received a copy of the GNU General Public License
    229 # along with this program; if not, write to the Free Software
    230 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    231 # 02111-1307, USA.
    232 
    233 # serial 3
    234 
    235 # AM_SANITY_CHECK
    236 # ---------------
    237 AC_DEFUN([AM_SANITY_CHECK],
    238 [AC_MSG_CHECKING([whether build environment is sane])
    239 # Just in case
    240 sleep 1
    241 echo timestamp > conftest.file
    242 # Do `set' in a subshell so we don't clobber the current shell's
    243 # arguments.  Must try -L first in case configure is actually a
    244 # symlink; some systems play weird games with the mod time of symlinks
    245 # (eg FreeBSD returns the mod time of the symlink's containing
    246 # directory).
    247 if (
    248    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
    249    if test "$[*]" = "X"; then
    250       # -L didn't work.
    251       set X `ls -t $srcdir/configure conftest.file`
    252    fi
    253    rm -f conftest.file
    254    if test "$[*]" != "X $srcdir/configure conftest.file" \
    255       && test "$[*]" != "X conftest.file $srcdir/configure"; then
    256 
    257       # If neither matched, then we have a broken ls.  This can happen
    258       # if, for instance, CONFIG_SHELL is bash and it inherits a
    259       # broken ls alias from the environment.  This has actually
    260       # happened.  Such a system could not be considered "sane".
    261       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
    262 alias in your environment])
    263    fi
    264 
    265    test "$[2]" = conftest.file
    266    )
    267 then
    268    # Ok.
    269    :
    270 else
    271    AC_MSG_ERROR([newly created file is older than distributed files!
    272 Check your system clock])
    273 fi
    274 AC_MSG_RESULT(yes)])
    275 
    276 #  -*- Autoconf -*-
    277 
    278 
    279 # Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
    280 
    281 # This program is free software; you can redistribute it and/or modify
    282 # it under the terms of the GNU General Public License as published by
    283 # the Free Software Foundation; either version 2, or (at your option)
    284 # any later version.
    285 
    286 # This program is distributed in the hope that it will be useful,
    287 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    288 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    289 # GNU General Public License for more details.
    290 
    291 # You should have received a copy of the GNU General Public License
    292 # along with this program; if not, write to the Free Software
    293 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    294 # 02111-1307, USA.
    295 
    296 # serial 3
    297 
    298 # AM_MISSING_PROG(NAME, PROGRAM)
    299 # ------------------------------
    300 AC_DEFUN([AM_MISSING_PROG],
    301 [AC_REQUIRE([AM_MISSING_HAS_RUN])
    302 $1=${$1-"${am_missing_run}$2"}
    303 AC_SUBST($1)])
    304 
    305 
    306 # AM_MISSING_HAS_RUN
    307 # ------------------
    308 # Define MISSING if not defined so far and test if it supports --run.
    309 # If it does, set am_missing_run to use it, otherwise, to nothing.
    310 AC_DEFUN([AM_MISSING_HAS_RUN],
    311 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    312 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
    313 # Use eval to expand $SHELL
    314 if eval "$MISSING --run true"; then
    315   am_missing_run="$MISSING --run "
    316 else
    317   am_missing_run=
    318   AC_MSG_WARN([`missing' script is too old or missing])
    319 fi
    320 ])
     43         [AM_AUTOMAKE_VERSION([1.8.2])])
    32144
    32245# AM_AUX_DIR_EXPAND
    32346
    324 # Copyright 2001 Free Software Foundation, Inc.
     47# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
    32548
    32649# This program is free software; you can redistribute it and/or modify
     
    377100# configured tree to be moved without reconfiguration.
    378101
    379 # Rely on autoconf to set up CDPATH properly.
    380 AC_PREREQ([2.50])
    381 
    382 AC_DEFUN([AM_AUX_DIR_EXPAND], [
     102AC_DEFUN([AM_AUX_DIR_EXPAND],
     103[dnl Rely on autoconf to set up CDPATH properly.
     104AC_PREREQ([2.50])dnl
    383105# expand $ac_aux_dir to an absolute path
    384106am_aux_dir=`cd $ac_aux_dir && pwd`
    385107])
    386108
    387 # AM_PROG_INSTALL_SH
    388 # ------------------
    389 # Define $install_sh.
    390 
    391 # Copyright 2001 Free Software Foundation, Inc.
    392 
    393 # This program is free software; you can redistribute it and/or modify
    394 # it under the terms of the GNU General Public License as published by
    395 # the Free Software Foundation; either version 2, or (at your option)
    396 # any later version.
    397 
    398 # This program is distributed in the hope that it will be useful,
    399 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    400 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    401 # GNU General Public License for more details.
    402 
    403 # You should have received a copy of the GNU General Public License
    404 # along with this program; if not, write to the Free Software
    405 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    406 # 02111-1307, USA.
    407 
    408 AC_DEFUN([AM_PROG_INSTALL_SH],
    409 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    410 install_sh=${install_sh-"$am_aux_dir/install-sh"}
    411 AC_SUBST(install_sh)])
    412 
    413 # AM_PROG_INSTALL_STRIP
    414 
    415 # Copyright 2001 Free Software Foundation, Inc.
    416 
    417 # This program is free software; you can redistribute it and/or modify
    418 # it under the terms of the GNU General Public License as published by
    419 # the Free Software Foundation; either version 2, or (at your option)
    420 # any later version.
    421 
    422 # This program is distributed in the hope that it will be useful,
    423 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    424 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    425 # GNU General Public License for more details.
    426 
    427 # You should have received a copy of the GNU General Public License
    428 # along with this program; if not, write to the Free Software
    429 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    430 # 02111-1307, USA.
    431 
    432 # One issue with vendor `install' (even GNU) is that you can't
    433 # specify the program used to strip binaries.  This is especially
    434 # annoying in cross-compiling environments, where the build's strip
    435 # is unlikely to handle the host's binaries.
    436 # Fortunately install-sh will honor a STRIPPROG variable, so we
    437 # always use install-sh in `make install-strip', and initialize
    438 # STRIPPROG with the value of the STRIP variable (set by the user).
    439 AC_DEFUN([AM_PROG_INSTALL_STRIP],
    440 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
    441 # Installed binaries are usually stripped using `strip' when the user
    442 # run `make install-strip'.  However `strip' might not be the right
    443 # tool to use in cross-compilation environments, therefore Automake
    444 # will honor the `STRIP' environment variable to overrule this program.
    445 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
    446 if test "$cross_compiling" != no; then
    447   AC_CHECK_TOOL([STRIP], [strip], :)
    448 fi
    449 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
    450 AC_SUBST([INSTALL_STRIP_PROGRAM])])
    451 
    452 #                                                          -*- Autoconf -*-
    453 # Copyright (C) 2003  Free Software Foundation, Inc.
    454 
    455 # This program is free software; you can redistribute it and/or modify
    456 # it under the terms of the GNU General Public License as published by
    457 # the Free Software Foundation; either version 2, or (at your option)
    458 # any later version.
    459 
    460 # This program is distributed in the hope that it will be useful,
    461 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    462 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    463 # GNU General Public License for more details.
    464 
    465 # You should have received a copy of the GNU General Public License
    466 # along with this program; if not, write to the Free Software
    467 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    468 # 02111-1307, USA.
    469 
    470 # serial 1
    471 
    472 # Check whether the underlying file-system supports filenames
    473 # with a leading dot.  For instance MS-DOS doesn't.
    474 AC_DEFUN([AM_SET_LEADING_DOT],
    475 [rm -rf .tst 2>/dev/null
    476 mkdir .tst 2>/dev/null
    477 if test -d .tst; then
    478   am__leading_dot=.
     109# AM_CONDITIONAL                                              -*- Autoconf -*-
     110
     111# Copyright (C) 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
     112
     113# This program is free software; you can redistribute it and/or modify
     114# it under the terms of the GNU General Public License as published by
     115# the Free Software Foundation; either version 2, or (at your option)
     116# any later version.
     117
     118# This program is distributed in the hope that it will be useful,
     119# but WITHOUT ANY WARRANTY; without even the implied warranty of
     120# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     121# GNU General Public License for more details.
     122
     123# You should have received a copy of the GNU General Public License
     124# along with this program; if not, write to the Free Software
     125# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
     126# 02111-1307, USA.
     127
     128# serial 6
     129
     130# AM_CONDITIONAL(NAME, SHELL-CONDITION)
     131# -------------------------------------
     132# Define a conditional.
     133AC_DEFUN([AM_CONDITIONAL],
     134[AC_PREREQ(2.52)dnl
     135 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
     136        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
     137AC_SUBST([$1_TRUE])
     138AC_SUBST([$1_FALSE])
     139if $2; then
     140  $1_TRUE=
     141  $1_FALSE='#'
    479142else
    480   am__leading_dot=_
    481 fi
    482 rmdir .tst 2>/dev/null
    483 AC_SUBST([am__leading_dot])])
    484 
    485 # serial 5                                              -*- Autoconf -*-
    486 
    487 # Copyright (C) 1999, 2000, 2001, 2002, 2003  Free Software Foundation, Inc.
     143  $1_TRUE='#'
     144  $1_FALSE=
     145fi
     146AC_CONFIG_COMMANDS_PRE(
     147[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
     148  AC_MSG_ERROR([conditional "$1" was never defined.
     149Usually this means the macro was only invoked conditionally.])
     150fi])])
     151
     152# serial 6                                              -*- Autoconf -*-
     153
     154# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
     155# Free Software Foundation, Inc.
    488156
    489157# This program is free software; you can redistribute it and/or modify
     
    633301AC_DEFUN([AM_DEP_TRACK],
    634302[AC_ARG_ENABLE(dependency-tracking,
    635 [  --disable-dependency-tracking Speeds up one-time builds
    636   --enable-dependency-tracking  Do not reject slow dependency extractors])
     303[  --disable-dependency-tracking  speeds up one-time build
     304  --enable-dependency-tracking   do not reject slow dependency extractors])
    637305if test "x$enable_dependency_tracking" != xno; then
    638306  am_depcomp="$ac_aux_dir/depcomp"
     
    645313# Generate code to set up dependency tracking.   -*- Autoconf -*-
    646314
    647 # Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
     315# Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
    648316
    649317# This program is free software; you can redistribute it and/or modify
     
    727395])
    728396
     397# Do all the work for Automake.                            -*- Autoconf -*-
     398
     399# This macro actually does too much some checks are only needed if
     400# your package does certain things.  But this isn't really a big deal.
     401
     402# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
     403# Free Software Foundation, Inc.
     404
     405# This program is free software; you can redistribute it and/or modify
     406# it under the terms of the GNU General Public License as published by
     407# the Free Software Foundation; either version 2, or (at your option)
     408# any later version.
     409
     410# This program is distributed in the hope that it will be useful,
     411# but WITHOUT ANY WARRANTY; without even the implied warranty of
     412# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     413# GNU General Public License for more details.
     414
     415# You should have received a copy of the GNU General Public License
     416# along with this program; if not, write to the Free Software
     417# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
     418# 02111-1307, USA.
     419
     420# serial 11
     421
     422# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
     423# AM_INIT_AUTOMAKE([OPTIONS])
     424# -----------------------------------------------
     425# The call with PACKAGE and VERSION arguments is the old style
     426# call (pre autoconf-2.50), which is being phased out.  PACKAGE
     427# and VERSION should now be passed to AC_INIT and removed from
     428# the call to AM_INIT_AUTOMAKE.
     429# We support both call styles for the transition.  After
     430# the next Automake release, Autoconf can make the AC_INIT
     431# arguments mandatory, and then we can depend on a new Autoconf
     432# release and drop the old call support.
     433AC_DEFUN([AM_INIT_AUTOMAKE],
     434[AC_PREREQ([2.58])dnl
     435dnl Autoconf wants to disallow AM_ names.  We explicitly allow
     436dnl the ones we care about.
     437m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
     438AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
     439AC_REQUIRE([AC_PROG_INSTALL])dnl
     440# test to see if srcdir already configured
     441if test "`cd $srcdir && pwd`" != "`pwd`" &&
     442   test -f $srcdir/config.status; then
     443  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
     444fi
     445
     446# test whether we have cygpath
     447if test -z "$CYGPATH_W"; then
     448  if (cygpath --version) >/dev/null 2>/dev/null; then
     449    CYGPATH_W='cygpath -w'
     450  else
     451    CYGPATH_W=echo
     452  fi
     453fi
     454AC_SUBST([CYGPATH_W])
     455
     456# Define the identity of the package.
     457dnl Distinguish between old-style and new-style calls.
     458m4_ifval([$2],
     459[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
     460 AC_SUBST([PACKAGE], [$1])dnl
     461 AC_SUBST([VERSION], [$2])],
     462[_AM_SET_OPTIONS([$1])dnl
     463 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
     464 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
     465
     466_AM_IF_OPTION([no-define],,
     467[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
     468 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
     469
     470# Some tools Automake needs.
     471AC_REQUIRE([AM_SANITY_CHECK])dnl
     472AC_REQUIRE([AC_ARG_PROGRAM])dnl
     473AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
     474AM_MISSING_PROG(AUTOCONF, autoconf)
     475AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
     476AM_MISSING_PROG(AUTOHEADER, autoheader)
     477AM_MISSING_PROG(MAKEINFO, makeinfo)
     478AM_MISSING_PROG(AMTAR, tar)
     479AM_PROG_INSTALL_SH
     480AM_PROG_INSTALL_STRIP
     481AC_REQUIRE([AM_PROG_MKDIR_P])dnl
     482# We need awk for the "check" target.  The system "awk" is bad on
     483# some platforms.
     484AC_REQUIRE([AC_PROG_AWK])dnl
     485AC_REQUIRE([AC_PROG_MAKE_SET])dnl
     486AC_REQUIRE([AM_SET_LEADING_DOT])dnl
     487
     488_AM_IF_OPTION([no-dependencies],,
     489[AC_PROVIDE_IFELSE([AC_PROG_CC],
     490                  [_AM_DEPENDENCIES(CC)],
     491                  [define([AC_PROG_CC],
     492                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
     493AC_PROVIDE_IFELSE([AC_PROG_CXX],
     494                  [_AM_DEPENDENCIES(CXX)],
     495                  [define([AC_PROG_CXX],
     496                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
     497])
     498])
     499
     500
     501# When config.status generates a header, we must update the stamp-h file.
     502# This file resides in the same directory as the config header
     503# that is generated.  The stamp files are numbered to have different names.
     504
     505# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
     506# loop where config.status creates the headers, so we can generate
     507# our stamp files there.
     508AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
     509[# Compute $1's index in $config_headers.
     510_am_stamp_count=1
     511for _am_header in $config_headers :; do
     512  case $_am_header in
     513    $1 | $1:* )
     514      break ;;
     515    * )
     516      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
     517  esac
     518done
     519echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
     520
     521# AM_PROG_INSTALL_SH
     522# ------------------
     523# Define $install_sh.
     524
     525# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
     526
     527# This program is free software; you can redistribute it and/or modify
     528# it under the terms of the GNU General Public License as published by
     529# the Free Software Foundation; either version 2, or (at your option)
     530# any later version.
     531
     532# This program is distributed in the hope that it will be useful,
     533# but WITHOUT ANY WARRANTY; without even the implied warranty of
     534# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     535# GNU General Public License for more details.
     536
     537# You should have received a copy of the GNU General Public License
     538# along with this program; if not, write to the Free Software
     539# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
     540# 02111-1307, USA.
     541
     542AC_DEFUN([AM_PROG_INSTALL_SH],
     543[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
     544install_sh=${install_sh-"$am_aux_dir/install-sh"}
     545AC_SUBST(install_sh)])
     546
     547#                                                          -*- Autoconf -*-
     548# Copyright (C) 2003  Free Software Foundation, Inc.
     549
     550# This program is free software; you can redistribute it and/or modify
     551# it under the terms of the GNU General Public License as published by
     552# the Free Software Foundation; either version 2, or (at your option)
     553# any later version.
     554
     555# This program is distributed in the hope that it will be useful,
     556# but WITHOUT ANY WARRANTY; without even the implied warranty of
     557# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     558# GNU General Public License for more details.
     559
     560# You should have received a copy of the GNU General Public License
     561# along with this program; if not, write to the Free Software
     562# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
     563# 02111-1307, USA.
     564
     565# serial 1
     566
     567# Check whether the underlying file-system supports filenames
     568# with a leading dot.  For instance MS-DOS doesn't.
     569AC_DEFUN([AM_SET_LEADING_DOT],
     570[rm -rf .tst 2>/dev/null
     571mkdir .tst 2>/dev/null
     572if test -d .tst; then
     573  am__leading_dot=.
     574else
     575  am__leading_dot=_
     576fi
     577rmdir .tst 2>/dev/null
     578AC_SUBST([am__leading_dot])])
     579
    729580# Check to see how 'make' treats includes.      -*- Autoconf -*-
    730581
     
    790641])
    791642
    792 # AM_CONDITIONAL                                              -*- Autoconf -*-
    793 
    794 # Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
    795 
    796 # This program is free software; you can redistribute it and/or modify
    797 # it under the terms of the GNU General Public License as published by
    798 # the Free Software Foundation; either version 2, or (at your option)
    799 # any later version.
    800 
    801 # This program is distributed in the hope that it will be useful,
    802 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    803 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    804 # GNU General Public License for more details.
    805 
    806 # You should have received a copy of the GNU General Public License
    807 # along with this program; if not, write to the Free Software
    808 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    809 # 02111-1307, USA.
    810 
    811 # serial 5
    812 
    813 AC_PREREQ(2.52)
    814 
    815 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
    816 # -------------------------------------
    817 # Define a conditional.
    818 AC_DEFUN([AM_CONDITIONAL],
    819 [ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
    820         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
    821 AC_SUBST([$1_TRUE])
    822 AC_SUBST([$1_FALSE])
    823 if $2; then
    824   $1_TRUE=
    825   $1_FALSE='#'
     643#  -*- Autoconf -*-
     644
     645
     646# Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
     647
     648# This program is free software; you can redistribute it and/or modify
     649# it under the terms of the GNU General Public License as published by
     650# the Free Software Foundation; either version 2, or (at your option)
     651# any later version.
     652
     653# This program is distributed in the hope that it will be useful,
     654# but WITHOUT ANY WARRANTY; without even the implied warranty of
     655# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     656# GNU General Public License for more details.
     657
     658# You should have received a copy of the GNU General Public License
     659# along with this program; if not, write to the Free Software
     660# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
     661# 02111-1307, USA.
     662
     663# serial 3
     664
     665# AM_MISSING_PROG(NAME, PROGRAM)
     666# ------------------------------
     667AC_DEFUN([AM_MISSING_PROG],
     668[AC_REQUIRE([AM_MISSING_HAS_RUN])
     669$1=${$1-"${am_missing_run}$2"}
     670AC_SUBST($1)])
     671
     672
     673# AM_MISSING_HAS_RUN
     674# ------------------
     675# Define MISSING if not defined so far and test if it supports --run.
     676# If it does, set am_missing_run to use it, otherwise, to nothing.
     677AC_DEFUN([AM_MISSING_HAS_RUN],
     678[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
     679test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
     680# Use eval to expand $SHELL
     681if eval "$MISSING --run true"; then
     682  am_missing_run="$MISSING --run "
    826683else
    827   $1_TRUE='#'
    828   $1_FALSE=
    829 fi
    830 AC_CONFIG_COMMANDS_PRE(
    831 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
    832   AC_MSG_ERROR([conditional "$1" was never defined.
    833 Usually this means the macro was only invoked conditionally.])
    834 fi])])
    835 
     684  am_missing_run=
     685  AC_MSG_WARN([`missing' script is too old or missing])
     686fi
     687])
     688
     689# AM_PROG_MKDIR_P
     690# ---------------
     691# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
     692
     693# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
     694
     695# This program is free software; you can redistribute it and/or modify
     696# it under the terms of the GNU General Public License as published by
     697# the Free Software Foundation; either version 2, or (at your option)
     698# any later version.
     699
     700# This program is distributed in the hope that it will be useful,
     701# but WITHOUT ANY WARRANTY; without even the implied warranty of
     702# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     703# GNU General Public License for more details.
     704
     705# You should have received a copy of the GNU General Public License
     706# along with this program; if not, write to the Free Software
     707# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
     708# 02111-1307, USA.
     709
     710# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
     711# created by `make install' are always world readable, even if the
     712# installer happens to have an overly restrictive umask (e.g. 077).
     713# This was a mistake.  There are at least two reasons why we must not
     714# use `-m 0755':
     715#   - it causes special bits like SGID to be ignored,
     716#   - it may be too restrictive (some setups expect 775 directories).
     717#
     718# Do not use -m 0755 and let people choose whatever they expect by
     719# setting umask.
     720AC_DEFUN([AM_PROG_MKDIR_P],
     721[if mkdir -p -- . 2>/dev/null; then
     722  # Keeping the `.' argument allows $(mkdir_p) to be used without
     723  # argument.  Indeed, we sometimes output rules like
     724  #   $(mkdir_p) $(somedir)
     725  # where $(somedir) is conditionally defined.
     726  # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
     727  # expensive solution, as it forces Make to start a sub-shell.)
     728  mkdir_p='mkdir -p -- .'
     729else
     730  # On NextStep and OpenStep, the `mkdir' command does not
     731  # recognize any option.  It will interpret all options as
     732  # directories to create, and then abort because `.' already
     733  # exists.
     734  for d in ./-p ./--;
     735  do
     736    test -d $d && rmdir $d
     737  done
     738  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
     739  if test -f "$ac_aux_dir/mkinstalldirs"; then
     740    mkdir_p='$(mkinstalldirs)'
     741  else
     742    mkdir_p='$(install_sh) -d'
     743  fi
     744fi
     745AC_SUBST([mkdir_p])])
     746
     747# Helper functions for option handling.                    -*- Autoconf -*-
     748
     749# Copyright (C) 2001, 2002, 2003  Free Software Foundation, Inc.
     750
     751# This program is free software; you can redistribute it and/or modify
     752# it under the terms of the GNU General Public License as published by
     753# the Free Software Foundation; either version 2, or (at your option)
     754# any later version.
     755
     756# This program is distributed in the hope that it will be useful,
     757# but WITHOUT ANY WARRANTY; without even the implied warranty of
     758# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     759# GNU General Public License for more details.
     760
     761# You should have received a copy of the GNU General Public License
     762# along with this program; if not, write to the Free Software
     763# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
     764# 02111-1307, USA.
     765
     766# serial 2
     767
     768# _AM_MANGLE_OPTION(NAME)
     769# -----------------------
     770AC_DEFUN([_AM_MANGLE_OPTION],
     771[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
     772
     773# _AM_SET_OPTION(NAME)
     774# ------------------------------
     775# Set option NAME.  Presently that only means defining a flag for this option.
     776AC_DEFUN([_AM_SET_OPTION],
     777[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
     778
     779# _AM_SET_OPTIONS(OPTIONS)
     780# ----------------------------------
     781# OPTIONS is a space-separated list of Automake options.
     782AC_DEFUN([_AM_SET_OPTIONS],
     783[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
     784
     785# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
     786# -------------------------------------------
     787# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
     788AC_DEFUN([_AM_IF_OPTION],
     789[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
     790
     791#
     792# Check to make sure that the build environment is sane.
     793#
     794
     795# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
     796
     797# This program is free software; you can redistribute it and/or modify
     798# it under the terms of the GNU General Public License as published by
     799# the Free Software Foundation; either version 2, or (at your option)
     800# any later version.
     801
     802# This program is distributed in the hope that it will be useful,
     803# but WITHOUT ANY WARRANTY; without even the implied warranty of
     804# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     805# GNU General Public License for more details.
     806
     807# You should have received a copy of the GNU General Public License
     808# along with this program; if not, write to the Free Software
     809# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
     810# 02111-1307, USA.
     811
     812# serial 3
     813
     814# AM_SANITY_CHECK
     815# ---------------
     816AC_DEFUN([AM_SANITY_CHECK],
     817[AC_MSG_CHECKING([whether build environment is sane])
     818# Just in case
     819sleep 1
     820echo timestamp > conftest.file
     821# Do `set' in a subshell so we don't clobber the current shell's
     822# arguments.  Must try -L first in case configure is actually a
     823# symlink; some systems play weird games with the mod time of symlinks
     824# (eg FreeBSD returns the mod time of the symlink's containing
     825# directory).
     826if (
     827   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
     828   if test "$[*]" = "X"; then
     829      # -L didn't work.
     830      set X `ls -t $srcdir/configure conftest.file`
     831   fi
     832   rm -f conftest.file
     833   if test "$[*]" != "X $srcdir/configure conftest.file" \
     834      && test "$[*]" != "X conftest.file $srcdir/configure"; then
     835
     836      # If neither matched, then we have a broken ls.  This can happen
     837      # if, for instance, CONFIG_SHELL is bash and it inherits a
     838      # broken ls alias from the environment.  This has actually
     839      # happened.  Such a system could not be considered "sane".
     840      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
     841alias in your environment])
     842   fi
     843
     844   test "$[2]" = conftest.file
     845   )
     846then
     847   # Ok.
     848   :
     849else
     850   AC_MSG_ERROR([newly created file is older than distributed files!
     851Check your system clock])
     852fi
     853AC_MSG_RESULT(yes)])
     854
     855# AM_PROG_INSTALL_STRIP
     856
     857# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
     858
     859# This program is free software; you can redistribute it and/or modify
     860# it under the terms of the GNU General Public License as published by
     861# the Free Software Foundation; either version 2, or (at your option)
     862# any later version.
     863
     864# This program is distributed in the hope that it will be useful,
     865# but WITHOUT ANY WARRANTY; without even the implied warranty of
     866# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     867# GNU General Public License for more details.
     868
     869# You should have received a copy of the GNU General Public License
     870# along with this program; if not, write to the Free Software
     871# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
     872# 02111-1307, USA.
     873
     874# One issue with vendor `install' (even GNU) is that you can't
     875# specify the program used to strip binaries.  This is especially
     876# annoying in cross-compiling environments, where the build's strip
     877# is unlikely to handle the host's binaries.
     878# Fortunately install-sh will honor a STRIPPROG variable, so we
     879# always use install-sh in `make install-strip', and initialize
     880# STRIPPROG with the value of the STRIP variable (set by the user).
     881AC_DEFUN([AM_PROG_INSTALL_STRIP],
     882[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
     883# Installed binaries are usually stripped using `strip' when the user
     884# run `make install-strip'.  However `strip' might not be the right
     885# tool to use in cross-compilation environments, therefore Automake
     886# will honor the `STRIP' environment variable to overrule this program.
     887dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
     888if test "$cross_compiling" != no; then
     889  AC_CHECK_TOOL([STRIP], [strip], :)
     890fi
     891INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
     892AC_SUBST([INSTALL_STRIP_PROGRAM])])
     893
  • orxonox/trunk/configure

    r2701 r2706  
    312312#endif"
    313313
    314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP MSBITFIELDS LIBOBJS LTLIBOBJS'
     314ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP MSBITFIELDS LIBOBJS LTLIBOBJS'
    315315ac_subst_files=''
    316316
     
    858858  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    859859  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
    860   --disable-dependency-tracking Speeds up one-time builds
    861   --enable-dependency-tracking  Do not reject slow dependency extractors
     860  --disable-dependency-tracking  speeds up one-time build
     861  --enable-dependency-tracking   do not reject slow dependency extractors
    862862
    863863Some influential environment variables:
     
    13211321
    13221322
    1323 am__api_version="1.7"
     1323am__api_version="1.8"
    13241324ac_aux_dir=
    13251325for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
     
    14841484rm conftest.sed
    14851485
    1486 
    14871486# expand $ac_aux_dir to an absolute path
    14881487am_aux_dir=`cd $ac_aux_dir && pwd`
     
    14961495  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
    14971496echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
     1497fi
     1498
     1499if mkdir -p -- . 2>/dev/null; then
     1500  # Keeping the `.' argument allows $(mkdir_p) to be used without
     1501  # argument.  Indeed, we sometimes output rules like
     1502  #   $(mkdir_p) $(somedir)
     1503  # where $(somedir) is conditionally defined.
     1504  # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
     1505  # expensive solution, as it forces Make to start a sub-shell.)
     1506  mkdir_p='mkdir -p -- .'
     1507else
     1508  # On NextStep and OpenStep, the `mkdir' command does not
     1509  # recognize any option.  It will interpret all options as
     1510  # directories to create, and then abort because `.' already
     1511  # exists.
     1512  for d in ./-p ./--;
     1513  do
     1514    test -d $d && rmdir $d
     1515  done
     1516  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
     1517  if test -f "$ac_aux_dir/mkinstalldirs"; then
     1518    mkdir_p='$(mkinstalldirs)'
     1519  else
     1520    mkdir_p='$(install_sh) -d'
     1521  fi
    14981522fi
    14991523
     
    15761600rmdir .tst 2>/dev/null
    15771601
    1578  # test to see if srcdir already configured
     1602# test to see if srcdir already configured
    15791603if test "`cd $srcdir && pwd`" != "`pwd`" &&
    15801604   test -f $srcdir/config.status; then
     
    70087032s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
    70097033s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
     7034s,@mkdir_p@,$mkdir_p,;t t
    70107035s,@AWK@,$AWK,;t t
    70117036s,@SET_MAKE@,$SET_MAKE,;t t
  • orxonox/trunk/console/Makefile.in

    r2589 r2706  
    1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
     1# Makefile.in generated by automake 1.8.2 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
    5 # Free Software Foundation, Inc.
     4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     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,
     
    1414
    1515@SET_MAKE@
     16
     17
     18SOURCES = $(console_SOURCES)
    1619
    1720srcdir = @srcdir@
     
    2225pkgincludedir = $(includedir)/@PACKAGE@
    2326top_builddir = ..
    24 
    2527am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    2628INSTALL = @INSTALL@
     
    3638PRE_UNINSTALL = :
    3739POST_UNINSTALL = :
     40bin_PROGRAMS = console$(EXEEXT)
     41subdir = console
     42DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
     43        $(srcdir)/Makefile.in
     44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     45am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     47        $(ACLOCAL_M4)
     48mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
     49CONFIG_HEADER = $(top_builddir)/config.h
     50CONFIG_CLEAN_FILES =
     51am__installdirs = $(DESTDIR)$(bindir)
     52binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
     53PROGRAMS = $(bin_PROGRAMS)
     54am_console_OBJECTS = orxonox_console.$(OBJEXT) \
     55        orxonox_console_entry.$(OBJEXT) orxonox_console_log.$(OBJEXT)
     56console_OBJECTS = $(am_console_OBJECTS)
     57console_LDADD = $(LDADD)
     58DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
     59depcomp = $(SHELL) $(top_srcdir)/depcomp
     60am__depfiles_maybe = depfiles
     61@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/orxonox_console.Po \
     62@AMDEP_TRUE@    ./$(DEPDIR)/orxonox_console_entry.Po \
     63@AMDEP_TRUE@    ./$(DEPDIR)/orxonox_console_log.Po
     64CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
     65        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
     66CXXLD = $(CXX)
     67CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
     68        -o $@
     69SOURCES = $(console_SOURCES)
     70DIST_SOURCES = $(console_SOURCES)
     71HEADERS = $(noinst_HEADERS)
     72ETAGS = etags
     73CTAGS = ctags
     74DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    3875ACLOCAL = @ACLOCAL@
    3976AMDEP_FALSE = @AMDEP_FALSE@
     
    104141localstatedir = @localstatedir@
    105142mandir = @mandir@
     143mkdir_p = @mkdir_p@
    106144oldincludedir = @oldincludedir@
    107145prefix = @prefix@
     
    112150target_alias = @target_alias@
    113151AM_CXXFLAGS = `pkg-config --cflags gtk+-2.0` $(MSBITFIELDS)
    114 
    115 #AM_LDFLAGS=`pkg-config --libs  gtk+-2.0`
    116 bin_PROGRAMS = console
    117152console_SOURCES = orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc
    118153noinst_HEADERS = orxonox_console.h orxonox_console_entry.h orxonox_console_log.h
    119 subdir = console
    120 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    121 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
    122 CONFIG_HEADER = $(top_builddir)/config.h
    123 CONFIG_CLEAN_FILES =
    124 bin_PROGRAMS = console$(EXEEXT)
    125 PROGRAMS = $(bin_PROGRAMS)
    126 
    127 am_console_OBJECTS = orxonox_console.$(OBJEXT) \
    128         orxonox_console_entry.$(OBJEXT) orxonox_console_log.$(OBJEXT)
    129 console_OBJECTS = $(am_console_OBJECTS)
    130 console_LDADD = $(LDADD)
    131 console_DEPENDENCIES =
    132 console_LDFLAGS =
    133 
    134 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
    135 depcomp = $(SHELL) $(top_srcdir)/depcomp
    136 am__depfiles_maybe = depfiles
    137 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/orxonox_console.Po \
    138 @AMDEP_TRUE@    ./$(DEPDIR)/orxonox_console_entry.Po \
    139 @AMDEP_TRUE@    ./$(DEPDIR)/orxonox_console_log.Po
    140 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    141         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
    142 CXXLD = $(CXX)
    143 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
    144         -o $@
    145 DIST_SOURCES = $(console_SOURCES)
    146 HEADERS = $(noinst_HEADERS)
    147 
    148 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am
    149 SOURCES = $(console_SOURCES)
    150 
    151154all: all-am
    152155
    153156.SUFFIXES:
    154157.SUFFIXES: .cc .o .obj
    155 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
     158$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
     159        @for dep in $?; do \
     160          case '$(am__configure_deps)' in \
     161            *$$dep*) \
     162              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
     163                && exit 0; \
     164              exit 1;; \
     165          esac; \
     166        done; \
     167        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  console/Makefile'; \
    156168        cd $(top_srcdir) && \
    157169          $(AUTOMAKE) --gnu  console/Makefile
    158 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
    159         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
    160 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
     170.PRECIOUS: Makefile
     171Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     172        @case '$?' in \
     173          *config.status*) \
     174            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
     175          *) \
     176            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
     177            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
     178        esac;
     179
     180$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
     181        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
     182
     183$(top_srcdir)/configure:  $(am__configure_deps)
     184        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
     185$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
     186        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    161187install-binPROGRAMS: $(bin_PROGRAMS)
    162188        @$(NORMAL_INSTALL)
    163         $(mkinstalldirs) $(DESTDIR)$(bindir)
     189        $(mkdir_p) $(DESTDIR)$(bindir)
    164190        @list='$(bin_PROGRAMS)'; for p in $$list; do \
    165191          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
     
    187213
    188214mostlyclean-compile:
    189         -rm -f *.$(OBJEXT) core *.core
     215        -rm -f *.$(OBJEXT)
    190216
    191217distclean-compile:
     
    197223
    198224.cc.o:
    199 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
    200 @am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
    201 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
    202 @am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
    203 @am__fastdepCXX_TRUE@   fi
     225@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
     226@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
    204227@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    205228@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
    206229@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    207 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
     230@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
    208231
    209232.cc.obj:
    210 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
    211 @am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
    212 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
    213 @am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
    214 @am__fastdepCXX_TRUE@   fi
     233@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
     234@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
    215235@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    216236@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
    217237@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    218 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
     238@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    219239uninstall-info-am:
    220 
    221 ETAGS = etags
    222 ETAGSFLAGS =
    223 
    224 CTAGS = ctags
    225 CTAGSFLAGS =
    226 
    227 tags: TAGS
    228240
    229241ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
     
    235247               END { for (i in files) print i; }'`; \
    236248        mkid -fID $$unique
     249tags: TAGS
    237250
    238251TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     
    249262          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    250263             $$tags $$unique
    251 
    252264ctags: CTAGS
    253265CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     
    272284distclean-tags:
    273285        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    274 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    275 
    276 top_distdir = ..
    277 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
    278286
    279287distdir: $(DISTFILES)
     
    289297          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
    290298            dir="/$$dir"; \
    291             $(mkinstalldirs) "$(distdir)$$dir"; \
     299            $(mkdir_p) "$(distdir)$$dir"; \
    292300          else \
    293301            dir=''; \
     
    307315check: check-am
    308316all-am: Makefile $(PROGRAMS) $(HEADERS)
    309 
    310317installdirs:
    311         $(mkinstalldirs) $(DESTDIR)$(bindir)
     318        $(mkdir_p) $(DESTDIR)$(bindir)
    312319install: install-am
    313320install-exec: install-exec-am
     
    348355dvi-am:
    349356
     357html: html-am
     358
    350359info: info-am
    351360
     
    383392.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
    384393        clean-generic ctags distclean distclean-compile \
    385         distclean-generic distclean-tags distdir dvi dvi-am info \
    386         info-am install install-am install-binPROGRAMS install-data \
    387         install-data-am install-exec install-exec-am install-info \
    388         install-info-am install-man install-strip installcheck \
    389         installcheck-am installdirs maintainer-clean \
     394        distclean-generic distclean-tags distdir dvi dvi-am html \
     395        html-am info info-am install install-am install-binPROGRAMS \
     396        install-data install-data-am install-exec install-exec-am \
     397        install-info install-info-am install-man install-strip \
     398        installcheck installcheck-am installdirs maintainer-clean \
    390399        maintainer-clean-generic mostlyclean mostlyclean-compile \
    391400        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  • orxonox/trunk/gui/Makefile.in

    r2613 r2706  
    1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
     1# Makefile.in generated by automake 1.8.2 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
    5 # Free Software Foundation, Inc.
     4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     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,
     
    1414
    1515@SET_MAKE@
     16
     17
     18SOURCES = $(gui_SOURCES)
    1619
    1720srcdir = @srcdir@
     
    2225pkgincludedir = $(includedir)/@PACKAGE@
    2326top_builddir = ..
    24 
    2527am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    2628INSTALL = @INSTALL@
     
    3638PRE_UNINSTALL = :
    3739POST_UNINSTALL = :
     40bin_PROGRAMS = gui$(EXEEXT)
     41subdir = gui
     42DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
     43        $(srcdir)/Makefile.in
     44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     45am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     47        $(ACLOCAL_M4)
     48mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
     49CONFIG_HEADER = $(top_builddir)/config.h
     50CONFIG_CLEAN_FILES =
     51am__installdirs = $(DESTDIR)$(bindir)
     52binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
     53PROGRAMS = $(bin_PROGRAMS)
     54am_gui_OBJECTS = orxonox_gui.$(OBJEXT) orxonox_gui_video.$(OBJEXT) \
     55        orxonox_gui_audio.$(OBJEXT) orxonox_gui_exec.$(OBJEXT) \
     56        orxonox_gui_flags.$(OBJEXT) orxonox_gui_banner.$(OBJEXT) \
     57        orxonox_gui_keys.$(OBJEXT)
     58gui_OBJECTS = $(am_gui_OBJECTS)
     59gui_LDADD = $(LDADD)
     60DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
     61depcomp = $(SHELL) $(top_srcdir)/depcomp
     62am__depfiles_maybe = depfiles
     63@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/orxonox_gui.Po \
     64@AMDEP_TRUE@    ./$(DEPDIR)/orxonox_gui_audio.Po \
     65@AMDEP_TRUE@    ./$(DEPDIR)/orxonox_gui_banner.Po \
     66@AMDEP_TRUE@    ./$(DEPDIR)/orxonox_gui_exec.Po \
     67@AMDEP_TRUE@    ./$(DEPDIR)/orxonox_gui_flags.Po \
     68@AMDEP_TRUE@    ./$(DEPDIR)/orxonox_gui_keys.Po \
     69@AMDEP_TRUE@    ./$(DEPDIR)/orxonox_gui_video.Po
     70CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
     71        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
     72CXXLD = $(CXX)
     73CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
     74        -o $@
     75SOURCES = $(gui_SOURCES)
     76DIST_SOURCES = $(gui_SOURCES)
     77HEADERS = $(noinst_HEADERS)
     78ETAGS = etags
     79CTAGS = ctags
     80DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    3881ACLOCAL = @ACLOCAL@
    3982AMDEP_FALSE = @AMDEP_FALSE@
     
    104147localstatedir = @localstatedir@
    105148mandir = @mandir@
     149mkdir_p = @mkdir_p@
    106150oldincludedir = @oldincludedir@
    107151prefix = @prefix@
     
    112156target_alias = @target_alias@
    113157AM_CXXFLAGS = `pkg-config --cflags gtk+-2.0` $(MSBITFIELDS)
    114 
    115 #AM_LDFLAGS=`pkg-config --libs  gtk+-2.0`
    116 bin_PROGRAMS = gui
    117158gui_SOURCES = orxonox_gui.cc orxonox_gui_video.cc       orxonox_gui_audio.cc orxonox_gui_exec.cc orxonox_gui_flags.cc orxonox_gui_banner.cc orxonox_gui_keys.cc
    118 
    119159noinst_HEADERS = orxonox_gui.h orxonox_gui_video.h orxonox_gui_audio.h orxonox_gui_exec.h orxonox_gui_flags.h orxonox_gui_banner.h orxonox_gui_keys.h
    120160
     
    128168#TESTS=chk
    129169EXTRA_DIST = rc banner.xpm
    130 subdir = gui
    131 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    132 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
    133 CONFIG_HEADER = $(top_builddir)/config.h
    134 CONFIG_CLEAN_FILES =
    135 bin_PROGRAMS = gui$(EXEEXT)
    136 PROGRAMS = $(bin_PROGRAMS)
    137 
    138 am_gui_OBJECTS = orxonox_gui.$(OBJEXT) orxonox_gui_video.$(OBJEXT) \
    139         orxonox_gui_audio.$(OBJEXT) orxonox_gui_exec.$(OBJEXT) \
    140         orxonox_gui_flags.$(OBJEXT) orxonox_gui_banner.$(OBJEXT) \
    141         orxonox_gui_keys.$(OBJEXT)
    142 gui_OBJECTS = $(am_gui_OBJECTS)
    143 gui_LDADD = $(LDADD)
    144 gui_DEPENDENCIES =
    145 gui_LDFLAGS =
    146 
    147 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
    148 depcomp = $(SHELL) $(top_srcdir)/depcomp
    149 am__depfiles_maybe = depfiles
    150 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/orxonox_gui.Po \
    151 @AMDEP_TRUE@    ./$(DEPDIR)/orxonox_gui_audio.Po \
    152 @AMDEP_TRUE@    ./$(DEPDIR)/orxonox_gui_banner.Po \
    153 @AMDEP_TRUE@    ./$(DEPDIR)/orxonox_gui_exec.Po \
    154 @AMDEP_TRUE@    ./$(DEPDIR)/orxonox_gui_flags.Po \
    155 @AMDEP_TRUE@    ./$(DEPDIR)/orxonox_gui_keys.Po \
    156 @AMDEP_TRUE@    ./$(DEPDIR)/orxonox_gui_video.Po
    157 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    158         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
    159 CXXLD = $(CXX)
    160 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
    161         -o $@
    162 DIST_SOURCES = $(gui_SOURCES)
    163 HEADERS = $(noinst_HEADERS)
    164 
    165 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am
    166 SOURCES = $(gui_SOURCES)
    167 
    168170all: all-am
    169171
    170172.SUFFIXES:
    171173.SUFFIXES: .cc .o .obj
    172 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
     174$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
     175        @for dep in $?; do \
     176          case '$(am__configure_deps)' in \
     177            *$$dep*) \
     178              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
     179                && exit 0; \
     180              exit 1;; \
     181          esac; \
     182        done; \
     183        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  gui/Makefile'; \
    173184        cd $(top_srcdir) && \
    174185          $(AUTOMAKE) --gnu  gui/Makefile
    175 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
    176         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
    177 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
     186.PRECIOUS: Makefile
     187Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     188        @case '$?' in \
     189          *config.status*) \
     190            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
     191          *) \
     192            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
     193            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
     194        esac;
     195
     196$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
     197        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
     198
     199$(top_srcdir)/configure:  $(am__configure_deps)
     200        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
     201$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
     202        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    178203install-binPROGRAMS: $(bin_PROGRAMS)
    179204        @$(NORMAL_INSTALL)
    180         $(mkinstalldirs) $(DESTDIR)$(bindir)
     205        $(mkdir_p) $(DESTDIR)$(bindir)
    181206        @list='$(bin_PROGRAMS)'; for p in $$list; do \
    182207          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
     
    204229
    205230mostlyclean-compile:
    206         -rm -f *.$(OBJEXT) core *.core
     231        -rm -f *.$(OBJEXT)
    207232
    208233distclean-compile:
     
    218243
    219244.cc.o:
    220 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
    221 @am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
    222 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
    223 @am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
    224 @am__fastdepCXX_TRUE@   fi
     245@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
     246@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
    225247@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    226248@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
    227249@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    228 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
     250@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
    229251
    230252.cc.obj:
    231 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
    232 @am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
    233 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
    234 @am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
    235 @am__fastdepCXX_TRUE@   fi
     253@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
     254@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
    236255@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    237256@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
    238257@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    239 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
     258@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    240259uninstall-info-am:
    241 
    242 ETAGS = etags
    243 ETAGSFLAGS =
    244 
    245 CTAGS = ctags
    246 CTAGSFLAGS =
    247 
    248 tags: TAGS
    249260
    250261ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
     
    256267               END { for (i in files) print i; }'`; \
    257268        mkid -fID $$unique
     269tags: TAGS
    258270
    259271TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     
    270282          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    271283             $$tags $$unique
    272 
    273284ctags: CTAGS
    274285CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     
    293304distclean-tags:
    294305        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    295 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    296 
    297 top_distdir = ..
    298 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
    299306
    300307distdir: $(DISTFILES)
     
    310317          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
    311318            dir="/$$dir"; \
    312             $(mkinstalldirs) "$(distdir)$$dir"; \
     319            $(mkdir_p) "$(distdir)$$dir"; \
    313320          else \
    314321            dir=''; \
     
    328335check: check-am
    329336all-am: Makefile $(PROGRAMS) $(HEADERS)
    330 
    331337installdirs:
    332         $(mkinstalldirs) $(DESTDIR)$(bindir)
     338        $(mkdir_p) $(DESTDIR)$(bindir)
    333339install: install-am
    334340install-exec: install-exec-am
     
    369375dvi-am:
    370376
     377html: html-am
     378
    371379info: info-am
    372380
     
    404412.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
    405413        clean-generic ctags distclean distclean-compile \
    406         distclean-generic distclean-tags distdir dvi dvi-am info \
    407         info-am install install-am install-binPROGRAMS install-data \
    408         install-data-am install-exec install-exec-am install-info \
    409         install-info-am install-man install-strip installcheck \
    410         installcheck-am installdirs maintainer-clean \
     414        distclean-generic distclean-tags distdir dvi dvi-am html \
     415        html-am info info-am install install-am install-binPROGRAMS \
     416        install-data install-data-am install-exec install-exec-am \
     417        install-info install-info-am install-man install-strip \
     418        installcheck installcheck-am installdirs maintainer-clean \
    411419        maintainer-clean-generic mostlyclean mostlyclean-compile \
    412420        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  • orxonox/trunk/src/Makefile.in

    r2640 r2706  
    1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
     1# Makefile.in generated by automake 1.8.2 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
    5 # Free Software Foundation, Inc.
     4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     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,
     
    1414
    1515@SET_MAKE@
     16
     17
     18SOURCES = $(orxonox_SOURCES)
    1619
    1720srcdir = @srcdir@
     
    2225pkgincludedir = $(includedir)/@PACKAGE@
    2326top_builddir = ..
    24 
    2527am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    2628INSTALL = @INSTALL@
     
    3638PRE_UNINSTALL = :
    3739POST_UNINSTALL = :
     40bin_PROGRAMS = orxonox$(EXEEXT)
     41subdir = src
     42DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
     43        $(srcdir)/Makefile.in INSTALL
     44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     45am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     47        $(ACLOCAL_M4)
     48mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
     49CONFIG_HEADER = $(top_builddir)/config.h
     50CONFIG_CLEAN_FILES =
     51am__installdirs = $(DESTDIR)$(bindir)
     52binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
     53PROGRAMS = $(bin_PROGRAMS)
     54am_orxonox_OBJECTS = orxonox.$(OBJEXT) world.$(OBJEXT) \
     55        player.$(OBJEXT) data_tank.$(OBJEXT) world_entity.$(OBJEXT) \
     56        vector.$(OBJEXT) camera.$(OBJEXT) collision.$(OBJEXT) \
     57        command_node.$(OBJEXT) ini_parser.$(OBJEXT) keynames.$(OBJEXT) \
     58        track.$(OBJEXT) base_entity.$(OBJEXT) game_loader.$(OBJEXT) \
     59        campaign.$(OBJEXT) story_entity.$(OBJEXT)
     60orxonox_OBJECTS = $(am_orxonox_OBJECTS)
     61orxonox_LDADD = $(LDADD)
     62DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
     63depcomp = $(SHELL) $(top_srcdir)/depcomp
     64am__depfiles_maybe = depfiles
     65@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/base_entity.Po \
     66@AMDEP_TRUE@    ./$(DEPDIR)/camera.Po ./$(DEPDIR)/campaign.Po \
     67@AMDEP_TRUE@    ./$(DEPDIR)/collision.Po \
     68@AMDEP_TRUE@    ./$(DEPDIR)/command_node.Po \
     69@AMDEP_TRUE@    ./$(DEPDIR)/data_tank.Po \
     70@AMDEP_TRUE@    ./$(DEPDIR)/game_loader.Po \
     71@AMDEP_TRUE@    ./$(DEPDIR)/ini_parser.Po ./$(DEPDIR)/keynames.Po \
     72@AMDEP_TRUE@    ./$(DEPDIR)/orxonox.Po ./$(DEPDIR)/player.Po \
     73@AMDEP_TRUE@    ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/track.Po \
     74@AMDEP_TRUE@    ./$(DEPDIR)/vector.Po ./$(DEPDIR)/world.Po \
     75@AMDEP_TRUE@    ./$(DEPDIR)/world_entity.Po
     76CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
     77        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
     78CXXLD = $(CXX)
     79CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
     80        -o $@
     81SOURCES = $(orxonox_SOURCES)
     82DIST_SOURCES = $(orxonox_SOURCES)
     83HEADERS = $(noinst_HEADERS)
     84ETAGS = etags
     85CTAGS = ctags
     86DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    3887ACLOCAL = @ACLOCAL@
    3988AMDEP_FALSE = @AMDEP_FALSE@
     
    104153localstatedir = @localstatedir@
    105154mandir = @mandir@
     155mkdir_p = @mkdir_p@
    106156oldincludedir = @oldincludedir@
    107157prefix = @prefix@
     
    113163AM_CXXFLAGS = "-I/usr/X11R6/include"
    114164AM_LDFLAGS = "-L/usr/Mesa-6.0.1/lib  -L/usr/X11R6/lib -lXt -lX11" $(MWINDOWS)
    115 
    116 
    117 #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
    118 bin_PROGRAMS = orxonox
    119165orxonox_SOURCES = orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc game_loader.cc campaign.cc story_entity.cc
    120 
    121166noinst_HEADERS = ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h
    122 subdir = src
    123 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    124 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
    125 CONFIG_HEADER = $(top_builddir)/config.h
    126 CONFIG_CLEAN_FILES =
    127 bin_PROGRAMS = orxonox$(EXEEXT)
    128 PROGRAMS = $(bin_PROGRAMS)
    129 
    130 am_orxonox_OBJECTS = orxonox.$(OBJEXT) world.$(OBJEXT) player.$(OBJEXT) \
    131         data_tank.$(OBJEXT) world_entity.$(OBJEXT) vector.$(OBJEXT) \
    132         camera.$(OBJEXT) collision.$(OBJEXT) command_node.$(OBJEXT) \
    133         ini_parser.$(OBJEXT) keynames.$(OBJEXT) track.$(OBJEXT) \
    134         base_entity.$(OBJEXT) game_loader.$(OBJEXT) campaign.$(OBJEXT) \
    135         story_entity.$(OBJEXT)
    136 orxonox_OBJECTS = $(am_orxonox_OBJECTS)
    137 orxonox_LDADD = $(LDADD)
    138 orxonox_DEPENDENCIES =
    139 orxonox_LDFLAGS =
    140 
    141 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
    142 depcomp = $(SHELL) $(top_srcdir)/depcomp
    143 am__depfiles_maybe = depfiles
    144 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/base_entity.Po ./$(DEPDIR)/camera.Po \
    145 @AMDEP_TRUE@    ./$(DEPDIR)/campaign.Po ./$(DEPDIR)/collision.Po \
    146 @AMDEP_TRUE@    ./$(DEPDIR)/command_node.Po \
    147 @AMDEP_TRUE@    ./$(DEPDIR)/data_tank.Po ./$(DEPDIR)/game_loader.Po \
    148 @AMDEP_TRUE@    ./$(DEPDIR)/ini_parser.Po ./$(DEPDIR)/keynames.Po \
    149 @AMDEP_TRUE@    ./$(DEPDIR)/orxonox.Po ./$(DEPDIR)/player.Po \
    150 @AMDEP_TRUE@    ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/track.Po \
    151 @AMDEP_TRUE@    ./$(DEPDIR)/vector.Po ./$(DEPDIR)/world.Po \
    152 @AMDEP_TRUE@    ./$(DEPDIR)/world_entity.Po
    153 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    154         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
    155 CXXLD = $(CXX)
    156 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
    157         -o $@
    158 DIST_SOURCES = $(orxonox_SOURCES)
    159 HEADERS = $(noinst_HEADERS)
    160 
    161 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in INSTALL \
    162         Makefile.am
    163 SOURCES = $(orxonox_SOURCES)
    164 
    165167all: all-am
    166168
    167169.SUFFIXES:
    168170.SUFFIXES: .cc .o .obj
    169 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
     171$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
     172        @for dep in $?; do \
     173          case '$(am__configure_deps)' in \
     174            *$$dep*) \
     175              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
     176                && exit 0; \
     177              exit 1;; \
     178          esac; \
     179        done; \
     180        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
    170181        cd $(top_srcdir) && \
    171182          $(AUTOMAKE) --gnu  src/Makefile
    172 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
    173         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
    174 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
     183.PRECIOUS: Makefile
     184Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     185        @case '$?' in \
     186          *config.status*) \
     187            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
     188          *) \
     189            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
     190            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
     191        esac;
     192
     193$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
     194        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
     195
     196$(top_srcdir)/configure:  $(am__configure_deps)
     197        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
     198$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
     199        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    175200install-binPROGRAMS: $(bin_PROGRAMS)
    176201        @$(NORMAL_INSTALL)
    177         $(mkinstalldirs) $(DESTDIR)$(bindir)
     202        $(mkdir_p) $(DESTDIR)$(bindir)
    178203        @list='$(bin_PROGRAMS)'; for p in $$list; do \
    179204          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
     
    201226
    202227mostlyclean-compile:
    203         -rm -f *.$(OBJEXT) core *.core
     228        -rm -f *.$(OBJEXT)
    204229
    205230distclean-compile:
     
    224249
    225250.cc.o:
    226 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
    227 @am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
    228 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
    229 @am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
    230 @am__fastdepCXX_TRUE@   fi
     251@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
     252@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
    231253@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    232254@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
    233255@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    234 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
     256@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
    235257
    236258.cc.obj:
    237 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
    238 @am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
    239 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
    240 @am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
    241 @am__fastdepCXX_TRUE@   fi
     259@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
     260@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
    242261@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    243262@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
    244263@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    245 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
     264@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    246265uninstall-info-am:
    247 
    248 ETAGS = etags
    249 ETAGSFLAGS =
    250 
    251 CTAGS = ctags
    252 CTAGSFLAGS =
    253 
    254 tags: TAGS
    255266
    256267ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
     
    262273               END { for (i in files) print i; }'`; \
    263274        mkid -fID $$unique
     275tags: TAGS
    264276
    265277TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     
    276288          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    277289             $$tags $$unique
    278 
    279290ctags: CTAGS
    280291CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     
    299310distclean-tags:
    300311        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    301 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    302 
    303 top_distdir = ..
    304 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
    305312
    306313distdir: $(DISTFILES)
     
    316323          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
    317324            dir="/$$dir"; \
    318             $(mkinstalldirs) "$(distdir)$$dir"; \
     325            $(mkdir_p) "$(distdir)$$dir"; \
    319326          else \
    320327            dir=''; \
     
    334341check: check-am
    335342all-am: Makefile $(PROGRAMS) $(HEADERS)
    336 
    337343installdirs:
    338         $(mkinstalldirs) $(DESTDIR)$(bindir)
     344        $(mkdir_p) $(DESTDIR)$(bindir)
    339345install: install-am
    340346install-exec: install-exec-am
     
    375381dvi-am:
    376382
     383html: html-am
     384
    377385info: info-am
    378386
     
    410418.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
    411419        clean-generic ctags distclean distclean-compile \
    412         distclean-generic distclean-tags distdir dvi dvi-am info \
    413         info-am install install-am install-binPROGRAMS install-data \
    414         install-data-am install-exec install-exec-am install-info \
    415         install-info-am install-man install-strip installcheck \
    416         installcheck-am installdirs maintainer-clean \
     420        distclean-generic distclean-tags distdir dvi dvi-am html \
     421        html-am info info-am install install-am install-binPROGRAMS \
     422        install-data install-data-am install-exec install-exec-am \
     423        install-info install-info-am install-man install-strip \
     424        installcheck installcheck-am installdirs maintainer-clean \
    417425        maintainer-clean-generic mostlyclean mostlyclean-compile \
    418426        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
Note: See TracChangeset for help on using the changeset viewer.