Changeset 2705 in orxonox.OLD for orxonox/branches
- Timestamp:
- Nov 2, 2004, 10:35:07 PM (20 years ago)
- Location:
- orxonox/branches/automake-1.8
- Files:
-
- 6 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/automake-1.8/Makefile.in
r2018 r2705 1 # Makefile.in generated by automake 1. 7.9from Makefile.am.1 # Makefile.in generated by automake 1.8.5 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 20035 # Free Software Foundation, Inc.4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 14 14 15 15 @SET_MAKE@ 16 17 16 srcdir = @srcdir@ 18 17 top_srcdir = @top_srcdir@ … … 22 21 pkgincludedir = $(includedir)/@PACKAGE@ 23 22 top_builddir = . 24 25 23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 26 24 INSTALL = @INSTALL@ … … 36 34 PRE_UNINSTALL = : 37 35 POST_UNINSTALL = : 36 subdir = . 37 DIST_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 depcomp install-sh missing mkinstalldirs 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 44 $(ACLOCAL_M4) 45 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 46 configure.lineno configure.status.lineno 47 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 48 CONFIG_HEADER = config.h 49 CONFIG_CLEAN_FILES = 50 SOURCES = 51 DIST_SOURCES = 52 RECURSIVE_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 58 ETAGS = etags 59 CTAGS = ctags 60 DIST_SUBDIRS = $(SUBDIRS) 61 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 62 distdir = $(PACKAGE)-$(VERSION) 63 top_distdir = $(distdir) 64 am__remove_distdir = \ 65 { test ! -d $(distdir) \ 66 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 67 && rm -fr $(distdir); }; } 68 DIST_ARCHIVES = $(distdir).tar.gz 69 GZIP_ENV = --best 70 distuninstallcheck_listfiles = find . -type f -print 71 distcleancheck_listfiles = find . -type f -print 38 72 ACLOCAL = @ACLOCAL@ 39 73 AMDEP_FALSE = @AMDEP_FALSE@ … … 104 138 localstatedir = @localstatedir@ 105 139 mandir = @mandir@ 140 mkdir_p = @mkdir_p@ 106 141 oldincludedir = @oldincludedir@ 107 142 prefix = @prefix@ … … 112 147 target_alias = @target_alias@ 113 148 SUBDIRS = src console gui 114 subdir = .115 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4116 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs117 CONFIG_HEADER = config.h118 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-recursive126 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 mkinstalldirs130 DIST_SUBDIRS = $(SUBDIRS)131 149 all: config.h 132 150 $(MAKE) $(AM_MAKEFLAGS) all-recursive 133 151 134 152 .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) 153 am--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'; \ 139 166 cd $(top_srcdir) && \ 140 167 $(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 169 Makefile: $(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) 145 180 $(SHELL) ./config.status --recheck 146 $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 181 182 $(top_srcdir)/configure: $(am__configure_deps) 147 183 cd $(srcdir) && $(AUTOCONF) 148 149 $(ACLOCAL_M4): configure.ac 184 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 150 185 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 151 186 … … 159 194 @rm -f stamp-h1 160 195 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) 163 197 cd $(top_srcdir) && $(AUTOHEADER) 164 touch $(srcdir)/config.h.in 198 rm -f stamp-h1 199 touch $@ 165 200 166 201 distclean-hdr: … … 227 262 done 228 263 229 ETAGS = etags230 ETAGSFLAGS =231 232 CTAGS = ctags233 CTAGSFLAGS =234 235 tags: TAGS236 237 264 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 238 265 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ … … 243 270 END { for (i in files) print i; }'`; \ 244 271 mkid -fID $$unique 272 tags: TAGS 245 273 246 274 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ … … 248 276 tags=; \ 249 277 here=`pwd`; \ 250 if ( etags--etags-include --version) >/dev/null 2>&1; then \278 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 251 279 include_option=--etags-include; \ 280 empty_fix=.; \ 252 281 else \ 253 282 include_option=--include; \ 283 empty_fix=; \ 254 284 fi; \ 255 285 list='$(SUBDIRS)'; for subdir in $$list; do \ 256 286 if test "$$subdir" = .; then :; else \ 257 test -f $$subdir/TAGS &&\287 test ! -f $$subdir/TAGS || \ 258 288 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 259 289 fi; \ … … 265 295 $(AWK) ' { files[$$0] = 1; } \ 266 296 END { for (i in files) print i; }'`; \ 267 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 268 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 269 $$tags $$unique 270 297 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 298 test -n "$$unique" || unique=$$empty_fix; \ 299 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 300 $$tags $$unique; \ 301 fi 271 302 ctags: CTAGS 272 303 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ … … 291 322 distclean-tags: 292 323 -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 = --best304 distuninstallcheck_listfiles = find . -type f -print305 distcleancheck_listfiles = find . -type f -print306 324 307 325 distdir: $(DISTFILES) … … 319 337 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 320 338 dir="/$$dir"; \ 321 $(mk installdirs) "$(distdir)$$dir"; \339 $(mkdir_p) "$(distdir)$$dir"; \ 322 340 else \ 323 341 dir=''; \ … … 336 354 list='$(SUBDIRS)'; for subdir in $$list; do \ 337 355 if test "$$subdir" = .; then :; else \ 338 test -d $(distdir)/$$subdir\339 || mkdir $(distdir)/$$subdir\356 test -d "$(distdir)/$$subdir" \ 357 || mkdir "$(distdir)/$$subdir" \ 340 358 || exit 1; \ 341 359 (cd $$subdir && \ 342 360 $(MAKE) $(AM_MAKEFLAGS) \ 343 top_distdir=" $(top_distdir)" \344 distdir= ../$(distdir)/$$subdir\361 top_distdir="../$(top_distdir)" \ 362 distdir="../$(distdir)/$$subdir" \ 345 363 distdir) \ 346 364 || exit 1; \ … … 356 374 $(am__remove_distdir) 357 375 376 dist-bzip2: distdir 377 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 378 $(am__remove_distdir) 379 380 dist-tarZ: distdir 381 $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z 382 $(am__remove_distdir) 383 384 dist-shar: distdir 385 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 386 $(am__remove_distdir) 387 388 dist-zip: distdir 389 -rm -f $(distdir).zip 390 zip -rq $(distdir).zip $(distdir) 391 $(am__remove_distdir) 392 358 393 dist dist-all: distdir 359 394 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz … … 364 399 # tarfile. 365 400 distcheck: dist 366 $(am__remove_distdir) 367 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 401 case '$(DIST_ARCHIVES)' in \ 402 *.tar.gz*) \ 403 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\ 404 *.tar.bz2*) \ 405 bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\ 406 *.tar.Z*) \ 407 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\ 408 *.shar.gz*) \ 409 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 410 *.zip*) \ 411 unzip $(distdir).zip ;;\ 412 esac 368 413 chmod -R a-w $(distdir); chmod a+w $(distdir) 369 414 mkdir $(distdir)/_build … … 385 430 && chmod -R a-w "$$dc_install_base" \ 386 431 && ({ \ 387 (cd ../.. && $(mkinstalldirs)"$$dc_destdir") \432 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 388 433 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 389 434 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ … … 392 437 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 393 438 && rm -rf "$$dc_destdir" \ 394 && $(MAKE) $(AM_MAKEFLAGS) dist -gzip\395 && rm - f $(distdir).tar.gz\439 && $(MAKE) $(AM_MAKEFLAGS) dist \ 440 && rm -rf $(DIST_ARCHIVES) \ 396 441 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 397 442 $(am__remove_distdir) 398 @echo "$(distdir).tar.gz is ready for distribution" | \ 399 sed 'h;s/./=/g;p;x;p;x' 443 @(echo "$(distdir) archives ready for distribution: "; \ 444 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 445 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 400 446 distuninstallcheck: 401 447 @cd $(distuninstallcheck_dir) \ … … 421 467 installdirs: installdirs-recursive 422 468 installdirs-am: 423 424 469 install: install-recursive 425 470 install-exec: install-exec-recursive … … 459 504 dvi-am: 460 505 506 html: html-recursive 507 461 508 info: info-recursive 462 509 … … 495 542 uninstall-info: uninstall-info-recursive 496 543 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 544 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ 545 check-am clean clean-generic clean-recursive ctags \ 546 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \ 547 dist-tarZ dist-zip distcheck distclean distclean-generic \ 548 distclean-hdr distclean-recursive distclean-tags \ 549 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 550 html-am info info-am install install-am install-data \ 551 install-data-am install-exec install-exec-am install-info \ 552 install-info-am install-man install-strip installcheck \ 553 installcheck-am installdirs installdirs-am maintainer-clean \ 554 maintainer-clean-generic maintainer-clean-recursive \ 555 mostlyclean mostlyclean-generic mostlyclean-recursive pdf \ 556 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ 557 uninstall-info-am 513 558 514 559 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
orxonox/branches/automake-1.8/aclocal.m4
r1956 r2705 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.5 -*- Autoconf -*- 2 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 4 4 # Free Software Foundation, Inc. 5 5 # This file is free software; the Free Software Foundation … … 12 12 # PARTICULAR PURPOSE. 13 13 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. 140 17 141 18 # This program is free software; you can redistribute it and/or modify … … 157 34 # Automake X.Y traces this macro to ensure aclocal.m4 has been 158 35 # generated from the m4 files accompanying Automake X.Y. 159 AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.7"])36 AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8"]) 160 37 161 38 # AM_SET_CURRENT_AUTOMAKE_VERSION … … 164 41 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 165 42 AC_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.5])]) 321 44 322 45 # AM_AUX_DIR_EXPAND 323 46 324 # Copyright 2001Free Software Foundation, Inc.47 # Copyright (C) 2001, 2003 Free Software Foundation, Inc. 325 48 326 49 # This program is free software; you can redistribute it and/or modify … … 377 100 # configured tree to be moved without reconfiguration. 378 101 379 # Rely on autoconf to set up CDPATH properly. 380 AC_PREREQ([2.50]) 381 382 AC_DEFUN([AM_AUX_DIR_EXPAND], [ 102 AC_DEFUN([AM_AUX_DIR_EXPAND], 103 [dnl Rely on autoconf to set up CDPATH properly. 104 AC_PREREQ([2.50])dnl 383 105 # expand $ac_aux_dir to an absolute path 384 106 am_aux_dir=`cd $ac_aux_dir && pwd` 385 107 ]) 386 108 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. 133 AC_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 137 AC_SUBST([$1_TRUE]) 138 AC_SUBST([$1_FALSE]) 139 if $2; then 140 $1_TRUE= 141 $1_FALSE='#' 479 142 else 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= 145 fi 146 AC_CONFIG_COMMANDS_PRE( 147 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then 148 AC_MSG_ERROR([conditional "$1" was never defined. 149 Usually this means the macro was only invoked conditionally.]) 150 fi])]) 151 152 # serial 7 -*- Autoconf -*- 153 154 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 155 # Free Software Foundation, Inc. 488 156 489 157 # This program is free software; you can redistribute it and/or modify … … 569 237 for i in 1 2 3 4 5 6; do 570 238 echo '#include "conftst'$i'.h"' >> sub/conftest.c 571 : > sub/conftst$i.h 239 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 240 # Solaris 8's {/usr,}/bin/sh. 241 touch sub/conftst$i.h 572 242 done 573 243 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 597 267 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 598 268 # icc doesn't choke on unknown options, it will just issue warnings 599 # (even with -Werror). So we grep stderr for any message 600 # that says an option was ignored. 601 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 269 # or remarks (even with -Werror). So we grep stderr for any message 270 # that says an option was ignored or not supported. 271 # When given -MP, icc 7.0 and 7.1 complain thusly: 272 # icc: Command line warning: ignoring option '-M'; no argument required 273 # The diagnosis changed in icc 8.0: 274 # icc: Command line remark: option '-MP' not supported 275 if (grep 'ignoring option' conftest.err || 276 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 602 277 am_cv_$1_dependencies_compiler_type=$depmode 603 278 break … … 633 308 AC_DEFUN([AM_DEP_TRACK], 634 309 [AC_ARG_ENABLE(dependency-tracking, 635 [ --disable-dependency-tracking Speeds up one-time builds636 --enable-dependency-tracking Do not reject slow dependency extractors])310 [ --disable-dependency-tracking speeds up one-time build 311 --enable-dependency-tracking do not reject slow dependency extractors]) 637 312 if test "x$enable_dependency_tracking" != xno; then 638 313 am_depcomp="$ac_aux_dir/depcomp" … … 645 320 # Generate code to set up dependency tracking. -*- Autoconf -*- 646 321 647 # Copyright 1999, 2000, 2001, 2002Free Software Foundation, Inc.322 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. 648 323 649 324 # This program is free software; you can redistribute it and/or modify … … 684 359 # Extract the definition of DEP_FILES from the Makefile without 685 360 # running `make'. 686 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`361 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 687 362 test -z "$DEPDIR" && continue 688 363 # When using ansi2knr, U may be empty or an underscore; expand it 689 U=`sed -n -e '/^U = / s///p' < "$mf"`364 U=`sed -n 's/^U = //p' < "$mf"` 690 365 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 691 366 # We invoke sed twice because it is the simplest approach to 692 367 # changing $(DEPDIR) to its actual value in the expansion. 693 for file in `sed -n -e'368 for file in `sed -n ' 694 369 /^DEP_FILES = .*\\\\$/ { 695 370 s/^DEP_FILES = // … … 726 401 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) 727 402 ]) 403 404 # Do all the work for Automake. -*- Autoconf -*- 405 406 # This macro actually does too much some checks are only needed if 407 # your package does certain things. But this isn't really a big deal. 408 409 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 410 # Free Software Foundation, Inc. 411 412 # This program is free software; you can redistribute it and/or modify 413 # it under the terms of the GNU General Public License as published by 414 # the Free Software Foundation; either version 2, or (at your option) 415 # any later version. 416 417 # This program is distributed in the hope that it will be useful, 418 # but WITHOUT ANY WARRANTY; without even the implied warranty of 419 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 420 # GNU General Public License for more details. 421 422 # You should have received a copy of the GNU General Public License 423 # along with this program; if not, write to the Free Software 424 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 425 # 02111-1307, USA. 426 427 # serial 11 428 429 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) 430 # AM_INIT_AUTOMAKE([OPTIONS]) 431 # ----------------------------------------------- 432 # The call with PACKAGE and VERSION arguments is the old style 433 # call (pre autoconf-2.50), which is being phased out. PACKAGE 434 # and VERSION should now be passed to AC_INIT and removed from 435 # the call to AM_INIT_AUTOMAKE. 436 # We support both call styles for the transition. After 437 # the next Automake release, Autoconf can make the AC_INIT 438 # arguments mandatory, and then we can depend on a new Autoconf 439 # release and drop the old call support. 440 AC_DEFUN([AM_INIT_AUTOMAKE], 441 [AC_PREREQ([2.58])dnl 442 dnl Autoconf wants to disallow AM_ names. We explicitly allow 443 dnl the ones we care about. 444 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl 445 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 446 AC_REQUIRE([AC_PROG_INSTALL])dnl 447 # test to see if srcdir already configured 448 if test "`cd $srcdir && pwd`" != "`pwd`" && 449 test -f $srcdir/config.status; then 450 AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) 451 fi 452 453 # test whether we have cygpath 454 if test -z "$CYGPATH_W"; then 455 if (cygpath --version) >/dev/null 2>/dev/null; then 456 CYGPATH_W='cygpath -w' 457 else 458 CYGPATH_W=echo 459 fi 460 fi 461 AC_SUBST([CYGPATH_W]) 462 463 # Define the identity of the package. 464 dnl Distinguish between old-style and new-style calls. 465 m4_ifval([$2], 466 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl 467 AC_SUBST([PACKAGE], [$1])dnl 468 AC_SUBST([VERSION], [$2])], 469 [_AM_SET_OPTIONS([$1])dnl 470 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl 471 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl 472 473 _AM_IF_OPTION([no-define],, 474 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) 475 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl 476 477 # Some tools Automake needs. 478 AC_REQUIRE([AM_SANITY_CHECK])dnl 479 AC_REQUIRE([AC_ARG_PROGRAM])dnl 480 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) 481 AM_MISSING_PROG(AUTOCONF, autoconf) 482 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) 483 AM_MISSING_PROG(AUTOHEADER, autoheader) 484 AM_MISSING_PROG(MAKEINFO, makeinfo) 485 AM_MISSING_PROG(AMTAR, tar) 486 AM_PROG_INSTALL_SH 487 AM_PROG_INSTALL_STRIP 488 AC_REQUIRE([AM_PROG_MKDIR_P])dnl 489 # We need awk for the "check" target. The system "awk" is bad on 490 # some platforms. 491 AC_REQUIRE([AC_PROG_AWK])dnl 492 AC_REQUIRE([AC_PROG_MAKE_SET])dnl 493 AC_REQUIRE([AM_SET_LEADING_DOT])dnl 494 495 _AM_IF_OPTION([no-dependencies],, 496 [AC_PROVIDE_IFELSE([AC_PROG_CC], 497 [_AM_DEPENDENCIES(CC)], 498 [define([AC_PROG_CC], 499 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 500 AC_PROVIDE_IFELSE([AC_PROG_CXX], 501 [_AM_DEPENDENCIES(CXX)], 502 [define([AC_PROG_CXX], 503 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 504 ]) 505 ]) 506 507 508 # When config.status generates a header, we must update the stamp-h file. 509 # This file resides in the same directory as the config header 510 # that is generated. The stamp files are numbered to have different names. 511 512 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the 513 # loop where config.status creates the headers, so we can generate 514 # our stamp files there. 515 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], 516 [# Compute $1's index in $config_headers. 517 _am_stamp_count=1 518 for _am_header in $config_headers :; do 519 case $_am_header in 520 $1 | $1:* ) 521 break ;; 522 * ) 523 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 524 esac 525 done 526 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) 527 528 # AM_PROG_INSTALL_SH 529 # ------------------ 530 # Define $install_sh. 531 532 # Copyright (C) 2001, 2003 Free Software Foundation, Inc. 533 534 # This program is free software; you can redistribute it and/or modify 535 # it under the terms of the GNU General Public License as published by 536 # the Free Software Foundation; either version 2, or (at your option) 537 # any later version. 538 539 # This program is distributed in the hope that it will be useful, 540 # but WITHOUT ANY WARRANTY; without even the implied warranty of 541 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 542 # GNU General Public License for more details. 543 544 # You should have received a copy of the GNU General Public License 545 # along with this program; if not, write to the Free Software 546 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 547 # 02111-1307, USA. 548 549 AC_DEFUN([AM_PROG_INSTALL_SH], 550 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 551 install_sh=${install_sh-"$am_aux_dir/install-sh"} 552 AC_SUBST(install_sh)]) 553 554 # -*- Autoconf -*- 555 # Copyright (C) 2003 Free Software Foundation, Inc. 556 557 # This program is free software; you can redistribute it and/or modify 558 # it under the terms of the GNU General Public License as published by 559 # the Free Software Foundation; either version 2, or (at your option) 560 # any later version. 561 562 # This program is distributed in the hope that it will be useful, 563 # but WITHOUT ANY WARRANTY; without even the implied warranty of 564 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 565 # GNU General Public License for more details. 566 567 # You should have received a copy of the GNU General Public License 568 # along with this program; if not, write to the Free Software 569 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 570 # 02111-1307, USA. 571 572 # serial 1 573 574 # Check whether the underlying file-system supports filenames 575 # with a leading dot. For instance MS-DOS doesn't. 576 AC_DEFUN([AM_SET_LEADING_DOT], 577 [rm -rf .tst 2>/dev/null 578 mkdir .tst 2>/dev/null 579 if test -d .tst; then 580 am__leading_dot=. 581 else 582 am__leading_dot=_ 583 fi 584 rmdir .tst 2>/dev/null 585 AC_SUBST([am__leading_dot])]) 728 586 729 587 # Check to see how 'make' treats includes. -*- Autoconf -*- … … 790 648 ]) 791 649 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='#' 650 # -*- Autoconf -*- 651 652 653 # Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. 654 655 # This program is free software; you can redistribute it and/or modify 656 # it under the terms of the GNU General Public License as published by 657 # the Free Software Foundation; either version 2, or (at your option) 658 # any later version. 659 660 # This program is distributed in the hope that it will be useful, 661 # but WITHOUT ANY WARRANTY; without even the implied warranty of 662 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 663 # GNU General Public License for more details. 664 665 # You should have received a copy of the GNU General Public License 666 # along with this program; if not, write to the Free Software 667 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 668 # 02111-1307, USA. 669 670 # serial 3 671 672 # AM_MISSING_PROG(NAME, PROGRAM) 673 # ------------------------------ 674 AC_DEFUN([AM_MISSING_PROG], 675 [AC_REQUIRE([AM_MISSING_HAS_RUN]) 676 $1=${$1-"${am_missing_run}$2"} 677 AC_SUBST($1)]) 678 679 680 # AM_MISSING_HAS_RUN 681 # ------------------ 682 # Define MISSING if not defined so far and test if it supports --run. 683 # If it does, set am_missing_run to use it, otherwise, to nothing. 684 AC_DEFUN([AM_MISSING_HAS_RUN], 685 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 686 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 687 # Use eval to expand $SHELL 688 if eval "$MISSING --run true"; then 689 am_missing_run="$MISSING --run " 826 690 else 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 691 am_missing_run= 692 AC_MSG_WARN([`missing' script is too old or missing]) 693 fi 694 ]) 695 696 # AM_PROG_MKDIR_P 697 # --------------- 698 # Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise. 699 700 # Copyright (C) 2003, 2004 Free Software Foundation, Inc. 701 702 # This program is free software; you can redistribute it and/or modify 703 # it under the terms of the GNU General Public License as published by 704 # the Free Software Foundation; either version 2, or (at your option) 705 # any later version. 706 707 # This program is distributed in the hope that it will be useful, 708 # but WITHOUT ANY WARRANTY; without even the implied warranty of 709 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 710 # GNU General Public License for more details. 711 712 # You should have received a copy of the GNU General Public License 713 # along with this program; if not, write to the Free Software 714 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 715 # 02111-1307, USA. 716 717 # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories 718 # created by `make install' are always world readable, even if the 719 # installer happens to have an overly restrictive umask (e.g. 077). 720 # This was a mistake. There are at least two reasons why we must not 721 # use `-m 0755': 722 # - it causes special bits like SGID to be ignored, 723 # - it may be too restrictive (some setups expect 775 directories). 724 # 725 # Do not use -m 0755 and let people choose whatever they expect by 726 # setting umask. 727 # 728 # We cannot accept any implementation of `mkdir' that recognizes `-p'. 729 # Some implementations (such as Solaris 8's) are not thread-safe: if a 730 # parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c' 731 # concurrently, both version can detect that a/ is missing, but only 732 # one can create it and the other will error out. Consequently we 733 # restrict ourselves to GNU make (using the --version option ensures 734 # this.) 735 AC_DEFUN([AM_PROG_MKDIR_P], 736 [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 737 # Keeping the `.' argument allows $(mkdir_p) to be used without 738 # argument. Indeed, we sometimes output rules like 739 # $(mkdir_p) $(somedir) 740 # where $(somedir) is conditionally defined. 741 # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more 742 # expensive solution, as it forces Make to start a sub-shell.) 743 mkdir_p='mkdir -p -- .' 744 else 745 # On NextStep and OpenStep, the `mkdir' command does not 746 # recognize any option. It will interpret all options as 747 # directories to create, and then abort because `.' already 748 # exists. 749 for d in ./-p ./--version; 750 do 751 test -d $d && rmdir $d 752 done 753 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. 754 if test -f "$ac_aux_dir/mkinstalldirs"; then 755 mkdir_p='$(mkinstalldirs)' 756 else 757 mkdir_p='$(install_sh) -d' 758 fi 759 fi 760 AC_SUBST([mkdir_p])]) 761 762 # Helper functions for option handling. -*- Autoconf -*- 763 764 # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. 765 766 # This program is free software; you can redistribute it and/or modify 767 # it under the terms of the GNU General Public License as published by 768 # the Free Software Foundation; either version 2, or (at your option) 769 # any later version. 770 771 # This program is distributed in the hope that it will be useful, 772 # but WITHOUT ANY WARRANTY; without even the implied warranty of 773 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 774 # GNU General Public License for more details. 775 776 # You should have received a copy of the GNU General Public License 777 # along with this program; if not, write to the Free Software 778 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 779 # 02111-1307, USA. 780 781 # serial 2 782 783 # _AM_MANGLE_OPTION(NAME) 784 # ----------------------- 785 AC_DEFUN([_AM_MANGLE_OPTION], 786 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) 787 788 # _AM_SET_OPTION(NAME) 789 # ------------------------------ 790 # Set option NAME. Presently that only means defining a flag for this option. 791 AC_DEFUN([_AM_SET_OPTION], 792 [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) 793 794 # _AM_SET_OPTIONS(OPTIONS) 795 # ---------------------------------- 796 # OPTIONS is a space-separated list of Automake options. 797 AC_DEFUN([_AM_SET_OPTIONS], 798 [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) 799 800 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) 801 # ------------------------------------------- 802 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. 803 AC_DEFUN([_AM_IF_OPTION], 804 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) 805 806 # 807 # Check to make sure that the build environment is sane. 808 # 809 810 # Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc. 811 812 # This program is free software; you can redistribute it and/or modify 813 # it under the terms of the GNU General Public License as published by 814 # the Free Software Foundation; either version 2, or (at your option) 815 # any later version. 816 817 # This program is distributed in the hope that it will be useful, 818 # but WITHOUT ANY WARRANTY; without even the implied warranty of 819 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 820 # GNU General Public License for more details. 821 822 # You should have received a copy of the GNU General Public License 823 # along with this program; if not, write to the Free Software 824 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 825 # 02111-1307, USA. 826 827 # serial 3 828 829 # AM_SANITY_CHECK 830 # --------------- 831 AC_DEFUN([AM_SANITY_CHECK], 832 [AC_MSG_CHECKING([whether build environment is sane]) 833 # Just in case 834 sleep 1 835 echo timestamp > conftest.file 836 # Do `set' in a subshell so we don't clobber the current shell's 837 # arguments. Must try -L first in case configure is actually a 838 # symlink; some systems play weird games with the mod time of symlinks 839 # (eg FreeBSD returns the mod time of the symlink's containing 840 # directory). 841 if ( 842 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 843 if test "$[*]" = "X"; then 844 # -L didn't work. 845 set X `ls -t $srcdir/configure conftest.file` 846 fi 847 rm -f conftest.file 848 if test "$[*]" != "X $srcdir/configure conftest.file" \ 849 && test "$[*]" != "X conftest.file $srcdir/configure"; then 850 851 # If neither matched, then we have a broken ls. This can happen 852 # if, for instance, CONFIG_SHELL is bash and it inherits a 853 # broken ls alias from the environment. This has actually 854 # happened. Such a system could not be considered "sane". 855 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken 856 alias in your environment]) 857 fi 858 859 test "$[2]" = conftest.file 860 ) 861 then 862 # Ok. 863 : 864 else 865 AC_MSG_ERROR([newly created file is older than distributed files! 866 Check your system clock]) 867 fi 868 AC_MSG_RESULT(yes)]) 869 870 # AM_PROG_INSTALL_STRIP 871 872 # Copyright (C) 2001, 2003 Free Software Foundation, Inc. 873 874 # This program is free software; you can redistribute it and/or modify 875 # it under the terms of the GNU General Public License as published by 876 # the Free Software Foundation; either version 2, or (at your option) 877 # any later version. 878 879 # This program is distributed in the hope that it will be useful, 880 # but WITHOUT ANY WARRANTY; without even the implied warranty of 881 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 882 # GNU General Public License for more details. 883 884 # You should have received a copy of the GNU General Public License 885 # along with this program; if not, write to the Free Software 886 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 887 # 02111-1307, USA. 888 889 # One issue with vendor `install' (even GNU) is that you can't 890 # specify the program used to strip binaries. This is especially 891 # annoying in cross-compiling environments, where the build's strip 892 # is unlikely to handle the host's binaries. 893 # Fortunately install-sh will honor a STRIPPROG variable, so we 894 # always use install-sh in `make install-strip', and initialize 895 # STRIPPROG with the value of the STRIP variable (set by the user). 896 AC_DEFUN([AM_PROG_INSTALL_STRIP], 897 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl 898 # Installed binaries are usually stripped using `strip' when the user 899 # run `make install-strip'. However `strip' might not be the right 900 # tool to use in cross-compilation environments, therefore Automake 901 # will honor the `STRIP' environment variable to overrule this program. 902 dnl Don't test for $cross_compiling = yes, because it might be `maybe'. 903 if test "$cross_compiling" != no; then 904 AC_CHECK_TOOL([STRIP], [strip], :) 905 fi 906 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 907 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 908 -
orxonox/branches/automake-1.8/configure
r2701 r2705 312 312 #endif" 313 313 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'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 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' 315 315 ac_subst_files='' 316 316 … … 858 858 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 859 859 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 860 --disable-dependency-tracking Speeds up one-time builds861 --enable-dependency-tracking Do not reject slow dependency extractors860 --disable-dependency-tracking speeds up one-time build 861 --enable-dependency-tracking do not reject slow dependency extractors 862 862 863 863 Some influential environment variables: … … 1321 1321 1322 1322 1323 am__api_version="1. 7"1323 am__api_version="1.8" 1324 1324 ac_aux_dir= 1325 1325 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do … … 1484 1484 rm conftest.sed 1485 1485 1486 1487 1486 # expand $ac_aux_dir to an absolute path 1488 1487 am_aux_dir=`cd $ac_aux_dir && pwd` … … 1496 1495 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 1497 1496 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 1497 fi 1498 1499 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; 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 -- .' 1507 else 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 ./--version; 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 1498 1522 fi 1499 1523 … … 1576 1600 rmdir .tst 2>/dev/null 1577 1601 1578 1602 # test to see if srcdir already configured 1579 1603 if test "`cd $srcdir && pwd`" != "`pwd`" && 1580 1604 test -f $srcdir/config.status; then … … 2391 2415 for i in 1 2 3 4 5 6; do 2392 2416 echo '#include "conftst'$i'.h"' >> sub/conftest.c 2393 : > sub/conftst$i.h 2417 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 2418 # Solaris 8's {/usr,}/bin/sh. 2419 touch sub/conftst$i.h 2394 2420 done 2395 2421 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 2419 2445 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 2420 2446 # icc doesn't choke on unknown options, it will just issue warnings 2421 # (even with -Werror). So we grep stderr for any message 2422 # that says an option was ignored. 2423 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 2447 # or remarks (even with -Werror). So we grep stderr for any message 2448 # that says an option was ignored or not supported. 2449 # When given -MP, icc 7.0 and 7.1 complain thusly: 2450 # icc: Command line warning: ignoring option '-M'; no argument required 2451 # The diagnosis changed in icc 8.0: 2452 # icc: Command line remark: option '-MP' not supported 2453 if (grep 'ignoring option' conftest.err || 2454 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 2424 2455 am_cv_CXX_dependencies_compiler_type=$depmode 2425 2456 break … … 3222 3253 for i in 1 2 3 4 5 6; do 3223 3254 echo '#include "conftst'$i'.h"' >> sub/conftest.c 3224 : > sub/conftst$i.h 3255 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 3256 # Solaris 8's {/usr,}/bin/sh. 3257 touch sub/conftst$i.h 3225 3258 done 3226 3259 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 3250 3283 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 3251 3284 # icc doesn't choke on unknown options, it will just issue warnings 3252 # (even with -Werror). So we grep stderr for any message 3253 # that says an option was ignored. 3254 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 3285 # or remarks (even with -Werror). So we grep stderr for any message 3286 # that says an option was ignored or not supported. 3287 # When given -MP, icc 7.0 and 7.1 complain thusly: 3288 # icc: Command line warning: ignoring option '-M'; no argument required 3289 # The diagnosis changed in icc 8.0: 3290 # icc: Command line remark: option '-MP' not supported 3291 if (grep 'ignoring option' conftest.err || 3292 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 3255 3293 am_cv_CC_dependencies_compiler_type=$depmode 3256 3294 break … … 7008 7046 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 7009 7047 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t 7048 s,@mkdir_p@,$mkdir_p,;t t 7010 7049 s,@AWK@,$AWK,;t t 7011 7050 s,@SET_MAKE@,$SET_MAKE,;t t … … 7663 7702 # Extract the definition of DEP_FILES from the Makefile without 7664 7703 # running `make'. 7665 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`7704 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 7666 7705 test -z "$DEPDIR" && continue 7667 7706 # When using ansi2knr, U may be empty or an underscore; expand it 7668 U=`sed -n -e '/^U = / s///p' < "$mf"`7707 U=`sed -n 's/^U = //p' < "$mf"` 7669 7708 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 7670 7709 # We invoke sed twice because it is the simplest approach to 7671 7710 # changing $(DEPDIR) to its actual value in the expansion. 7672 for file in `sed -n -e'7711 for file in `sed -n ' 7673 7712 /^DEP_FILES = .*\\\\$/ { 7674 7713 s/^DEP_FILES = // -
orxonox/branches/automake-1.8/console/Makefile.in
r2589 r2705 1 # Makefile.in generated by automake 1. 7.9from Makefile.am.1 # Makefile.in generated by automake 1.8.5 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 20035 # Free Software Foundation, Inc.4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 14 14 15 15 @SET_MAKE@ 16 17 18 SOURCES = $(console_SOURCES) 16 19 17 20 srcdir = @srcdir@ … … 22 25 pkgincludedir = $(includedir)/@PACKAGE@ 23 26 top_builddir = .. 24 25 27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 26 28 INSTALL = @INSTALL@ … … 36 38 PRE_UNINSTALL = : 37 39 POST_UNINSTALL = : 40 bin_PROGRAMS = console$(EXEEXT) 41 subdir = console 42 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ 43 $(srcdir)/Makefile.in 44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 45 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 47 $(ACLOCAL_M4) 48 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 49 CONFIG_HEADER = $(top_builddir)/config.h 50 CONFIG_CLEAN_FILES = 51 am__installdirs = "$(DESTDIR)$(bindir)" 52 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 53 PROGRAMS = $(bin_PROGRAMS) 54 am_console_OBJECTS = orxonox_console.$(OBJEXT) \ 55 orxonox_console_entry.$(OBJEXT) orxonox_console_log.$(OBJEXT) 56 console_OBJECTS = $(am_console_OBJECTS) 57 console_LDADD = $(LDADD) 58 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 59 depcomp = $(SHELL) $(top_srcdir)/depcomp 60 am__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 64 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 65 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 66 CXXLD = $(CXX) 67 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ 68 -o $@ 69 SOURCES = $(console_SOURCES) 70 DIST_SOURCES = $(console_SOURCES) 71 HEADERS = $(noinst_HEADERS) 72 ETAGS = etags 73 CTAGS = ctags 74 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 38 75 ACLOCAL = @ACLOCAL@ 39 76 AMDEP_FALSE = @AMDEP_FALSE@ … … 104 141 localstatedir = @localstatedir@ 105 142 mandir = @mandir@ 143 mkdir_p = @mkdir_p@ 106 144 oldincludedir = @oldincludedir@ 107 145 prefix = @prefix@ … … 112 150 target_alias = @target_alias@ 113 151 AM_CXXFLAGS = `pkg-config --cflags gtk+-2.0` $(MSBITFIELDS) 114 115 #AM_LDFLAGS=`pkg-config --libs gtk+-2.0`116 bin_PROGRAMS = console117 152 console_SOURCES = orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc 118 153 noinst_HEADERS = orxonox_console.h orxonox_console_entry.h orxonox_console_log.h 119 subdir = console120 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4121 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs122 CONFIG_HEADER = $(top_builddir)/config.h123 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)/depcomp136 am__depfiles_maybe = depfiles137 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/orxonox_console.Po \138 @AMDEP_TRUE@ ./$(DEPDIR)/orxonox_console_entry.Po \139 @AMDEP_TRUE@ ./$(DEPDIR)/orxonox_console_log.Po140 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.am149 SOURCES = $(console_SOURCES)150 151 154 all: all-am 152 155 153 156 .SUFFIXES: 154 157 .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'; \ 156 168 cd $(top_srcdir) && \ 157 169 $(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 171 Makefile: $(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 161 187 install-binPROGRAMS: $(bin_PROGRAMS) 162 188 @$(NORMAL_INSTALL) 163 $(mkinstalldirs) $(DESTDIR)$(bindir)189 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" 164 190 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 165 191 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ … … 167 193 ; then \ 168 194 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 169 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \170 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f|| exit 1; \195 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 196 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 171 197 else :; fi; \ 172 198 done … … 176 202 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 177 203 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 178 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \179 rm -f $(DESTDIR)$(bindir)/$$f; \204 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 205 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 180 206 done 181 207 … … 187 213 188 214 mostlyclean-compile: 189 -rm -f *.$(OBJEXT) core *.core215 -rm -f *.$(OBJEXT) 190 216 191 217 distclean-compile: … … 197 223 198 224 .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 204 227 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 205 228 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 206 229 @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 $@ $< 208 231 209 232 .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 215 235 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 216 236 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 217 237 @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) '$<'` 219 239 uninstall-info-am: 220 221 ETAGS = etags222 ETAGSFLAGS =223 224 CTAGS = ctags225 CTAGSFLAGS =226 227 tags: TAGS228 240 229 241 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) … … 235 247 END { for (i in files) print i; }'`; \ 236 248 mkid -fID $$unique 249 tags: TAGS 237 250 238 251 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 246 259 $(AWK) ' { files[$$0] = 1; } \ 247 260 END { for (i in files) print i; }'`; \ 248 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 249 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 250 $$tags $$unique 251 261 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 262 test -n "$$unique" || unique=$$empty_fix; \ 263 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 264 $$tags $$unique; \ 265 fi 252 266 ctags: CTAGS 253 267 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 272 286 distclean-tags: 273 287 -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)278 288 279 289 distdir: $(DISTFILES) … … 289 299 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 290 300 dir="/$$dir"; \ 291 $(mk installdirs) "$(distdir)$$dir"; \301 $(mkdir_p) "$(distdir)$$dir"; \ 292 302 else \ 293 303 dir=''; \ … … 307 317 check: check-am 308 318 all-am: Makefile $(PROGRAMS) $(HEADERS) 309 310 319 installdirs: 311 $(mkinstalldirs) $(DESTDIR)$(bindir) 320 for dir in "$(DESTDIR)$(bindir)"; do \ 321 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 322 done 312 323 install: install-am 313 324 install-exec: install-exec-am … … 348 359 dvi-am: 349 360 361 html: html-am 362 350 363 info: info-am 351 364 … … 383 396 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 384 397 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 \398 distclean-generic distclean-tags distdir dvi dvi-am html \ 399 html-am info info-am install install-am install-binPROGRAMS \ 400 install-data install-data-am install-exec install-exec-am \ 401 install-info install-info-am install-man install-strip \ 402 installcheck installcheck-am installdirs maintainer-clean \ 390 403 maintainer-clean-generic mostlyclean mostlyclean-compile \ 391 404 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ -
orxonox/branches/automake-1.8/gui/Makefile.in
r2613 r2705 1 # Makefile.in generated by automake 1. 7.9from Makefile.am.1 # Makefile.in generated by automake 1.8.5 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 20035 # Free Software Foundation, Inc.4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 14 14 15 15 @SET_MAKE@ 16 17 18 SOURCES = $(gui_SOURCES) 16 19 17 20 srcdir = @srcdir@ … … 22 25 pkgincludedir = $(includedir)/@PACKAGE@ 23 26 top_builddir = .. 24 25 27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 26 28 INSTALL = @INSTALL@ … … 36 38 PRE_UNINSTALL = : 37 39 POST_UNINSTALL = : 40 bin_PROGRAMS = gui$(EXEEXT) 41 subdir = gui 42 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ 43 $(srcdir)/Makefile.in 44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 45 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 47 $(ACLOCAL_M4) 48 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 49 CONFIG_HEADER = $(top_builddir)/config.h 50 CONFIG_CLEAN_FILES = 51 am__installdirs = "$(DESTDIR)$(bindir)" 52 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 53 PROGRAMS = $(bin_PROGRAMS) 54 am_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) 58 gui_OBJECTS = $(am_gui_OBJECTS) 59 gui_LDADD = $(LDADD) 60 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 61 depcomp = $(SHELL) $(top_srcdir)/depcomp 62 am__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 70 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 71 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 72 CXXLD = $(CXX) 73 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ 74 -o $@ 75 SOURCES = $(gui_SOURCES) 76 DIST_SOURCES = $(gui_SOURCES) 77 HEADERS = $(noinst_HEADERS) 78 ETAGS = etags 79 CTAGS = ctags 80 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 38 81 ACLOCAL = @ACLOCAL@ 39 82 AMDEP_FALSE = @AMDEP_FALSE@ … … 104 147 localstatedir = @localstatedir@ 105 148 mandir = @mandir@ 149 mkdir_p = @mkdir_p@ 106 150 oldincludedir = @oldincludedir@ 107 151 prefix = @prefix@ … … 112 156 target_alias = @target_alias@ 113 157 AM_CXXFLAGS = `pkg-config --cflags gtk+-2.0` $(MSBITFIELDS) 114 115 #AM_LDFLAGS=`pkg-config --libs gtk+-2.0`116 bin_PROGRAMS = gui117 158 gui_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 119 159 noinst_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 120 160 … … 128 168 #TESTS=chk 129 169 EXTRA_DIST = rc banner.xpm 130 subdir = gui131 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4132 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs133 CONFIG_HEADER = $(top_builddir)/config.h134 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)/depcomp149 am__depfiles_maybe = depfiles150 @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.Po157 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.am166 SOURCES = $(gui_SOURCES)167 168 170 all: all-am 169 171 170 172 .SUFFIXES: 171 173 .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'; \ 173 184 cd $(top_srcdir) && \ 174 185 $(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 187 Makefile: $(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 178 203 install-binPROGRAMS: $(bin_PROGRAMS) 179 204 @$(NORMAL_INSTALL) 180 $(mkinstalldirs) $(DESTDIR)$(bindir)205 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" 181 206 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 182 207 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ … … 184 209 ; then \ 185 210 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 186 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \187 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f|| exit 1; \211 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 212 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 188 213 else :; fi; \ 189 214 done … … 193 218 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 194 219 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 195 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \196 rm -f $(DESTDIR)$(bindir)/$$f; \220 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 221 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 197 222 done 198 223 … … 204 229 205 230 mostlyclean-compile: 206 -rm -f *.$(OBJEXT) core *.core231 -rm -f *.$(OBJEXT) 207 232 208 233 distclean-compile: … … 218 243 219 244 .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 225 247 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 226 248 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 227 249 @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 $@ $< 229 251 230 252 .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 236 255 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 237 256 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 238 257 @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) '$<'` 240 259 uninstall-info-am: 241 242 ETAGS = etags243 ETAGSFLAGS =244 245 CTAGS = ctags246 CTAGSFLAGS =247 248 tags: TAGS249 260 250 261 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) … … 256 267 END { for (i in files) print i; }'`; \ 257 268 mkid -fID $$unique 269 tags: TAGS 258 270 259 271 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 267 279 $(AWK) ' { files[$$0] = 1; } \ 268 280 END { for (i in files) print i; }'`; \ 269 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 270 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 271 $$tags $$unique 272 281 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 282 test -n "$$unique" || unique=$$empty_fix; \ 283 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 284 $$tags $$unique; \ 285 fi 273 286 ctags: CTAGS 274 287 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 293 306 distclean-tags: 294 307 -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)299 308 300 309 distdir: $(DISTFILES) … … 310 319 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 311 320 dir="/$$dir"; \ 312 $(mk installdirs) "$(distdir)$$dir"; \321 $(mkdir_p) "$(distdir)$$dir"; \ 313 322 else \ 314 323 dir=''; \ … … 328 337 check: check-am 329 338 all-am: Makefile $(PROGRAMS) $(HEADERS) 330 331 339 installdirs: 332 $(mkinstalldirs) $(DESTDIR)$(bindir) 340 for dir in "$(DESTDIR)$(bindir)"; do \ 341 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 342 done 333 343 install: install-am 334 344 install-exec: install-exec-am … … 369 379 dvi-am: 370 380 381 html: html-am 382 371 383 info: info-am 372 384 … … 404 416 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 405 417 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 \418 distclean-generic distclean-tags distdir dvi dvi-am html \ 419 html-am info info-am install install-am install-binPROGRAMS \ 420 install-data install-data-am install-exec install-exec-am \ 421 install-info install-info-am install-man install-strip \ 422 installcheck installcheck-am installdirs maintainer-clean \ 411 423 maintainer-clean-generic mostlyclean mostlyclean-compile \ 412 424 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ -
orxonox/branches/automake-1.8/src/Makefile.in
r2640 r2705 1 # Makefile.in generated by automake 1. 7.9from Makefile.am.1 # Makefile.in generated by automake 1.8.5 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 20035 # Free Software Foundation, Inc.4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 14 14 15 15 @SET_MAKE@ 16 17 18 SOURCES = $(orxonox_SOURCES) 16 19 17 20 srcdir = @srcdir@ … … 22 25 pkgincludedir = $(includedir)/@PACKAGE@ 23 26 top_builddir = .. 24 25 27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 26 28 INSTALL = @INSTALL@ … … 36 38 PRE_UNINSTALL = : 37 39 POST_UNINSTALL = : 40 bin_PROGRAMS = orxonox$(EXEEXT) 41 subdir = src 42 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ 43 $(srcdir)/Makefile.in INSTALL 44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 45 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 47 $(ACLOCAL_M4) 48 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 49 CONFIG_HEADER = $(top_builddir)/config.h 50 CONFIG_CLEAN_FILES = 51 am__installdirs = "$(DESTDIR)$(bindir)" 52 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 53 PROGRAMS = $(bin_PROGRAMS) 54 am_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) 60 orxonox_OBJECTS = $(am_orxonox_OBJECTS) 61 orxonox_LDADD = $(LDADD) 62 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 63 depcomp = $(SHELL) $(top_srcdir)/depcomp 64 am__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 76 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 77 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 78 CXXLD = $(CXX) 79 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ 80 -o $@ 81 SOURCES = $(orxonox_SOURCES) 82 DIST_SOURCES = $(orxonox_SOURCES) 83 HEADERS = $(noinst_HEADERS) 84 ETAGS = etags 85 CTAGS = ctags 86 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 38 87 ACLOCAL = @ACLOCAL@ 39 88 AMDEP_FALSE = @AMDEP_FALSE@ … … 104 153 localstatedir = @localstatedir@ 105 154 mandir = @mandir@ 155 mkdir_p = @mkdir_p@ 106 156 oldincludedir = @oldincludedir@ 107 157 prefix = @prefix@ … … 113 163 AM_CXXFLAGS = "-I/usr/X11R6/include" 114 164 AM_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 = orxonox119 165 orxonox_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 121 166 noinst_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 = src123 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4124 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs125 CONFIG_HEADER = $(top_builddir)/config.h126 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)/depcomp143 am__depfiles_maybe = depfiles144 @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.Po153 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.am163 SOURCES = $(orxonox_SOURCES)164 165 167 all: all-am 166 168 167 169 .SUFFIXES: 168 170 .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'; \ 170 181 cd $(top_srcdir) && \ 171 182 $(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 184 Makefile: $(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 175 200 install-binPROGRAMS: $(bin_PROGRAMS) 176 201 @$(NORMAL_INSTALL) 177 $(mkinstalldirs) $(DESTDIR)$(bindir)202 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" 178 203 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 179 204 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ … … 181 206 ; then \ 182 207 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 183 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \184 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f|| exit 1; \208 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 209 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 185 210 else :; fi; \ 186 211 done … … 190 215 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 191 216 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 192 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \193 rm -f $(DESTDIR)$(bindir)/$$f; \217 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 218 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 194 219 done 195 220 … … 201 226 202 227 mostlyclean-compile: 203 -rm -f *.$(OBJEXT) core *.core228 -rm -f *.$(OBJEXT) 204 229 205 230 distclean-compile: … … 224 249 225 250 .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 231 253 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 232 254 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 233 255 @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 $@ $< 235 257 236 258 .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 242 261 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 243 262 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 244 263 @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) '$<'` 246 265 uninstall-info-am: 247 248 ETAGS = etags249 ETAGSFLAGS =250 251 CTAGS = ctags252 CTAGSFLAGS =253 254 tags: TAGS255 266 256 267 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) … … 262 273 END { for (i in files) print i; }'`; \ 263 274 mkid -fID $$unique 275 tags: TAGS 264 276 265 277 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 273 285 $(AWK) ' { files[$$0] = 1; } \ 274 286 END { for (i in files) print i; }'`; \ 275 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 276 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 277 $$tags $$unique 278 287 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 288 test -n "$$unique" || unique=$$empty_fix; \ 289 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 290 $$tags $$unique; \ 291 fi 279 292 ctags: CTAGS 280 293 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 299 312 distclean-tags: 300 313 -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)305 314 306 315 distdir: $(DISTFILES) … … 316 325 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 317 326 dir="/$$dir"; \ 318 $(mk installdirs) "$(distdir)$$dir"; \327 $(mkdir_p) "$(distdir)$$dir"; \ 319 328 else \ 320 329 dir=''; \ … … 334 343 check: check-am 335 344 all-am: Makefile $(PROGRAMS) $(HEADERS) 336 337 345 installdirs: 338 $(mkinstalldirs) $(DESTDIR)$(bindir) 346 for dir in "$(DESTDIR)$(bindir)"; do \ 347 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 348 done 339 349 install: install-am 340 350 install-exec: install-exec-am … … 375 385 dvi-am: 376 386 387 html: html-am 388 377 389 info: info-am 378 390 … … 410 422 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 411 423 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 \424 distclean-generic distclean-tags distdir dvi dvi-am html \ 425 html-am info info-am install install-am install-binPROGRAMS \ 426 install-data install-data-am install-exec install-exec-am \ 427 install-info install-info-am install-man install-strip \ 428 installcheck installcheck-am installdirs maintainer-clean \ 417 429 maintainer-clean-generic mostlyclean mostlyclean-compile \ 418 430 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
Note: See TracChangeset
for help on using the changeset viewer.