Changeset 2993 in orxonox.OLD for orxonox/branches/osX/Makefile.in
- Timestamp:
- Nov 26, 2004, 1:57:22 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/osX/Makefile.in
r2985 r2993 1 # Makefile.in generated by automake 1. 7.6from 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@ … … 37 35 POST_UNINSTALL = : 38 36 host_triplet = @host@ 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 TODO config.guess config.sub depcomp install-sh missing \ 41 mkinstalldirs 42 subdir = . 43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 46 $(ACLOCAL_M4) 47 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 48 configure.lineno configure.status.lineno 49 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 50 CONFIG_HEADER = config.h 51 CONFIG_CLEAN_FILES = 52 SOURCES = 53 DIST_SOURCES = 54 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 55 html-recursive info-recursive install-data-recursive \ 56 install-exec-recursive install-info-recursive \ 57 install-recursive installcheck-recursive installdirs-recursive \ 58 pdf-recursive ps-recursive uninstall-info-recursive \ 59 uninstall-recursive 60 ETAGS = etags 61 CTAGS = ctags 62 DIST_SUBDIRS = $(SUBDIRS) 63 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 64 distdir = $(PACKAGE)-$(VERSION) 65 top_distdir = $(distdir) 66 am__remove_distdir = \ 67 { test ! -d $(distdir) \ 68 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 69 && rm -fr $(distdir); }; } 70 DIST_ARCHIVES = $(distdir).tar.gz 71 GZIP_ENV = --best 72 distuninstallcheck_listfiles = find . -type f -print 73 distcleancheck_listfiles = find . -type f -print 39 74 ACLOCAL = @ACLOCAL@ 40 75 AMDEP_FALSE = @AMDEP_FALSE@ … … 121 156 localstatedir = @localstatedir@ 122 157 mandir = @mandir@ 158 mkdir_p = @mkdir_p@ 123 159 oldincludedir = @oldincludedir@ 124 160 prefix = @prefix@ … … 133 169 target_vendor = @target_vendor@ 134 170 SUBDIRS = src console gui importer 135 subdir = .136 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4137 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs138 CONFIG_HEADER = config.h139 CONFIG_CLEAN_FILES =140 DIST_SOURCES =141 142 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \143 ps-recursive install-info-recursive uninstall-info-recursive \144 all-recursive install-data-recursive install-exec-recursive \145 installdirs-recursive install-recursive uninstall-recursive \146 check-recursive installcheck-recursive147 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \148 Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in \149 config.sub configure configure.ac depcomp install-sh missing \150 mkinstalldirs151 DIST_SUBDIRS = $(SUBDIRS)152 171 all: config.h 153 172 $(MAKE) $(AM_MAKEFLAGS) all-recursive 154 173 155 174 .SUFFIXES: 156 157 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 158 configure.lineno 159 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 175 am--refresh: 176 @: 177 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 178 @for dep in $?; do \ 179 case '$(am__configure_deps)' in \ 180 *$$dep*) \ 181 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ 182 cd $(srcdir) && $(AUTOMAKE) --gnu \ 183 && exit 0; \ 184 exit 1;; \ 185 esac; \ 186 done; \ 187 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 160 188 cd $(top_srcdir) && \ 161 189 $(AUTOMAKE) --gnu Makefile 162 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 163 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) 164 165 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 190 .PRECIOUS: Makefile 191 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 192 @case '$?' in \ 193 *config.status*) \ 194 echo ' $(SHELL) ./config.status'; \ 195 $(SHELL) ./config.status;; \ 196 *) \ 197 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 198 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 199 esac; 200 201 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 166 202 $(SHELL) ./config.status --recheck 167 $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 203 204 $(top_srcdir)/configure: $(am__configure_deps) 168 205 cd $(srcdir) && $(AUTOCONF) 169 170 $(ACLOCAL_M4): configure.ac 206 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 171 207 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 172 208 … … 180 216 @rm -f stamp-h1 181 217 cd $(top_builddir) && $(SHELL) ./config.status config.h 182 183 $(srcdir)/config.h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) 218 $(srcdir)/config.h.in: $(am__configure_deps) 184 219 cd $(top_srcdir) && $(AUTOHEADER) 185 touch $(srcdir)/config.h.in 220 rm -f stamp-h1 221 touch $@ 186 222 187 223 distclean-hdr: … … 248 284 done 249 285 250 ETAGS = etags251 ETAGSFLAGS =252 253 CTAGS = ctags254 CTAGSFLAGS =255 256 tags: TAGS257 258 286 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 259 287 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ … … 264 292 END { for (i in files) print i; }'`; \ 265 293 mkid -fID $$unique 294 tags: TAGS 266 295 267 296 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ … … 269 298 tags=; \ 270 299 here=`pwd`; \ 271 if ( etags--etags-include --version) >/dev/null 2>&1; then \300 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 272 301 include_option=--etags-include; \ 302 empty_fix=.; \ 273 303 else \ 274 304 include_option=--include; \ 305 empty_fix=; \ 275 306 fi; \ 276 307 list='$(SUBDIRS)'; for subdir in $$list; do \ 277 308 if test "$$subdir" = .; then :; else \ 278 test -f $$subdir/TAGS &&\309 test ! -f $$subdir/TAGS || \ 279 310 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 280 311 fi; \ … … 286 317 $(AWK) ' { files[$$0] = 1; } \ 287 318 END { for (i in files) print i; }'`; \ 288 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 289 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 290 $$tags $$unique 291 319 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 320 test -n "$$unique" || unique=$$empty_fix; \ 321 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 322 $$tags $$unique; \ 323 fi 292 324 ctags: CTAGS 293 325 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ … … 312 344 distclean-tags: 313 345 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 314 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)315 316 top_distdir = .317 distdir = $(PACKAGE)-$(VERSION)318 319 am__remove_distdir = \320 { test ! -d $(distdir) \321 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \322 && rm -fr $(distdir); }; }323 324 GZIP_ENV = --best325 distuninstallcheck_listfiles = find . -type f -print326 distcleancheck_listfiles = find . -type f -print327 346 328 347 distdir: $(DISTFILES) … … 340 359 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 341 360 dir="/$$dir"; \ 342 $(mk installdirs) "$(distdir)$$dir"; \361 $(mkdir_p) "$(distdir)$$dir"; \ 343 362 else \ 344 363 dir=''; \ … … 357 376 list='$(SUBDIRS)'; for subdir in $$list; do \ 358 377 if test "$$subdir" = .; then :; else \ 359 test -d $(distdir)/$$subdir\360 || mkdir $(distdir)/$$subdir\378 test -d "$(distdir)/$$subdir" \ 379 || mkdir "$(distdir)/$$subdir" \ 361 380 || exit 1; \ 362 381 (cd $$subdir && \ 363 382 $(MAKE) $(AM_MAKEFLAGS) \ 364 top_distdir=" $(top_distdir)" \365 distdir= ../$(distdir)/$$subdir\383 top_distdir="../$(top_distdir)" \ 384 distdir="../$(distdir)/$$subdir" \ 366 385 distdir) \ 367 386 || exit 1; \ … … 377 396 $(am__remove_distdir) 378 397 398 dist-bzip2: distdir 399 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 400 $(am__remove_distdir) 401 402 dist-tarZ: distdir 403 $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z 404 $(am__remove_distdir) 405 406 dist-shar: distdir 407 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 408 $(am__remove_distdir) 409 410 dist-zip: distdir 411 -rm -f $(distdir).zip 412 zip -rq $(distdir).zip $(distdir) 413 $(am__remove_distdir) 414 379 415 dist dist-all: distdir 380 416 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz … … 385 421 # tarfile. 386 422 distcheck: dist 387 $(am__remove_distdir) 388 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 423 case '$(DIST_ARCHIVES)' in \ 424 *.tar.gz*) \ 425 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\ 426 *.tar.bz2*) \ 427 bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\ 428 *.tar.Z*) \ 429 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\ 430 *.shar.gz*) \ 431 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 432 *.zip*) \ 433 unzip $(distdir).zip ;;\ 434 esac 389 435 chmod -R a-w $(distdir); chmod a+w $(distdir) 390 436 mkdir $(distdir)/_build … … 406 452 && chmod -R a-w "$$dc_install_base" \ 407 453 && ({ \ 408 (cd ../.. && $(mkinstalldirs)"$$dc_destdir") \454 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 409 455 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 410 456 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ … … 413 459 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 414 460 && rm -rf "$$dc_destdir" \ 415 && $(MAKE) $(AM_MAKEFLAGS) dist -gzip\416 && rm - f $(distdir).tar.gz\461 && $(MAKE) $(AM_MAKEFLAGS) dist \ 462 && rm -rf $(DIST_ARCHIVES) \ 417 463 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 418 464 $(am__remove_distdir) 419 @echo "$(distdir).tar.gz is ready for distribution" | \ 420 sed 'h;s/./=/g;p;x;p;x' 465 @(echo "$(distdir) archives ready for distribution: "; \ 466 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 467 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 421 468 distuninstallcheck: 422 469 @cd $(distuninstallcheck_dir) \ … … 442 489 installdirs: installdirs-recursive 443 490 installdirs-am: 444 445 491 install: install-recursive 446 492 install-exec: install-exec-recursive … … 454 500 install-strip: 455 501 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 456 INSTALL_STRIP_FLAG=-s \502 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 457 503 `test -z '$(STRIP)' || \ 458 504 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install … … 462 508 463 509 distclean-generic: 464 -rm -f Makefile$(CONFIG_CLEAN_FILES)510 -rm -f $(CONFIG_CLEAN_FILES) 465 511 466 512 maintainer-clean-generic: … … 473 519 distclean: distclean-recursive 474 520 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 521 -rm -f Makefile 475 522 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags 476 523 … … 478 525 479 526 dvi-am: 527 528 html: html-recursive 480 529 481 530 info: info-recursive … … 496 545 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 497 546 -rm -rf $(top_srcdir)/autom4te.cache 547 -rm -f Makefile 498 548 maintainer-clean-am: distclean-am maintainer-clean-generic 499 549 … … 514 564 uninstall-info: uninstall-info-recursive 515 565 516 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ 517 clean-generic clean-recursive ctags ctags-recursive dist \ 518 dist-all dist-gzip distcheck distclean distclean-generic \ 519 distclean-hdr distclean-recursive distclean-tags distcleancheck \ 520 distdir distuninstallcheck dvi dvi-am dvi-recursive info \ 521 info-am info-recursive install install-am install-data \ 522 install-data-am install-data-recursive install-exec \ 523 install-exec-am install-exec-recursive install-info \ 524 install-info-am install-info-recursive install-man \ 525 install-recursive install-strip installcheck installcheck-am \ 526 installdirs installdirs-am installdirs-recursive \ 527 maintainer-clean maintainer-clean-generic \ 528 maintainer-clean-recursive mostlyclean mostlyclean-generic \ 529 mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \ 530 ps-recursive tags tags-recursive uninstall uninstall-am \ 531 uninstall-info-am uninstall-info-recursive uninstall-recursive 566 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ 567 check-am clean clean-generic clean-recursive ctags \ 568 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \ 569 dist-tarZ dist-zip distcheck distclean distclean-generic \ 570 distclean-hdr distclean-recursive distclean-tags \ 571 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 572 html-am info info-am install install-am install-data \ 573 install-data-am install-exec install-exec-am install-info \ 574 install-info-am install-man install-strip installcheck \ 575 installcheck-am installdirs installdirs-am maintainer-clean \ 576 maintainer-clean-generic maintainer-clean-recursive \ 577 mostlyclean mostlyclean-generic mostlyclean-recursive pdf \ 578 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ 579 uninstall-info-am 532 580 533 581 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset
for help on using the changeset viewer.