1# Makefile.in generated by automake 1.9.6 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005 Free Software Foundation, Inc. 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# Copyright (C) 2006 International Business Machines and others. 18# All Rights Reserved. 19# This file is distributed under the Eclipse Public License. 20 21# Author: Andreas Waechter IBM 2006-04-13 22 23# Copyright (C) 2006, 2007 International Business Machines and others. 24# All Rights Reserved. 25# This file is distributed under the Eclipse Public License. 26 27# Author: Andreas Waechter IBM 2006-04-13 28 29######################################################################## 30# Documentation installation # 31######################################################################## 32srcdir = @srcdir@ 33top_srcdir = @top_srcdir@ 34VPATH = @srcdir@ 35pkgdatadir = $(datadir)/@PACKAGE@ 36pkglibdir = $(libdir)/@PACKAGE@ 37pkgincludedir = $(includedir)/@PACKAGE@ 38top_builddir = . 39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 40INSTALL = @INSTALL@ 41install_sh_DATA = $(install_sh) -c -m 644 42install_sh_PROGRAM = $(install_sh) -c 43install_sh_SCRIPT = $(install_sh) -c 44INSTALL_HEADER = $(INSTALL_DATA) 45transform = $(program_transform_name) 46NORMAL_INSTALL = : 47PRE_INSTALL = : 48POST_INSTALL = : 49NORMAL_UNINSTALL = : 50PRE_UNINSTALL = : 51POST_UNINSTALL = : 52build_triplet = @build@ 53host_triplet = @host@ 54DIST_COMMON = README $(am__configure_deps) \ 55 $(srcdir)/BuildTools/Makemain.inc $(srcdir)/Makefile.am \ 56 $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS INSTALL \ 57 config.guess config.sub depcomp install-sh ltmain.sh missing 58@HAVE_EXTERNALS_TRUE@am__append_1 = Dependencies 59@HAVE_EXTERNALS_TRUE@am__append_2 = .Dependencies-stamp 60subdir = . 61ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 62am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 63 $(top_srcdir)/configure.ac 64am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 65 $(ACLOCAL_M4) 66am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 67 configure.lineno configure.status.lineno 68mkinstalldirs = $(install_sh) -d 69CONFIG_CLEAN_FILES = 70SOURCES = 71DIST_SOURCES = 72RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 73 html-recursive info-recursive install-data-recursive \ 74 install-exec-recursive install-info-recursive \ 75 install-recursive installcheck-recursive installdirs-recursive \ 76 pdf-recursive ps-recursive uninstall-info-recursive \ 77 uninstall-recursive 78ETAGS = etags 79CTAGS = ctags 80DIST_SUBDIRS = $(SUBDIRS) 81DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 82distdir = $(PACKAGE)-$(VERSION) 83top_distdir = $(distdir) 84am__remove_distdir = \ 85 { test ! -d $(distdir) \ 86 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 87 && rm -fr $(distdir); }; } 88DIST_ARCHIVES = $(distdir).tar.gz 89GZIP_ENV = --best 90distuninstallcheck_listfiles = find . -type f -print 91distcleancheck_listfiles = find . -type f -print 92ABSBUILDDIR = @ABSBUILDDIR@ 93ACLOCAL = @ACLOCAL@ 94ADD_CFLAGS = @ADD_CFLAGS@ 95ADD_CXXFLAGS = @ADD_CXXFLAGS@ 96ADD_FFLAGS = @ADD_FFLAGS@ 97AMDEP_FALSE = @AMDEP_FALSE@ 98AMDEP_TRUE = @AMDEP_TRUE@ 99AMTAR = @AMTAR@ 100AR = @AR@ 101AUTOCONF = @AUTOCONF@ 102AUTOHEADER = @AUTOHEADER@ 103AUTOMAKE = @AUTOMAKE@ 104AUX_DIR = @AUX_DIR@ 105AWK = @AWK@ 106BUILDTOOLSDIR = @BUILDTOOLSDIR@ 107CC = @CC@ 108CCDEPMODE = @CCDEPMODE@ 109CDEFS = @CDEFS@ 110CFLAGS = @CFLAGS@ 111COIN_CC_IS_CL_FALSE = @COIN_CC_IS_CL_FALSE@ 112COIN_CC_IS_CL_TRUE = @COIN_CC_IS_CL_TRUE@ 113COIN_CXX_IS_CL_FALSE = @COIN_CXX_IS_CL_FALSE@ 114COIN_CXX_IS_CL_TRUE = @COIN_CXX_IS_CL_TRUE@ 115COIN_SKIP_PROJECTS = @COIN_SKIP_PROJECTS@ 116CPP = @CPP@ 117CPPFLAGS = @CPPFLAGS@ 118CXX = @CXX@ 119CXXCPP = @CXXCPP@ 120CXXDEFS = @CXXDEFS@ 121CXXDEPMODE = @CXXDEPMODE@ 122CXXFLAGS = @CXXFLAGS@ 123CYGPATH_W = @CYGPATH_W@ 124DBG_CFLAGS = @DBG_CFLAGS@ 125DBG_CXXFLAGS = @DBG_CXXFLAGS@ 126DBG_FFLAGS = @DBG_FFLAGS@ 127DEFS = @DEFS@ 128DEPDIR = @DEPDIR@ 129DEPENDENCY_LINKING_FALSE = @DEPENDENCY_LINKING_FALSE@ 130DEPENDENCY_LINKING_TRUE = @DEPENDENCY_LINKING_TRUE@ 131ECHO = @ECHO@ 132ECHO_C = @ECHO_C@ 133ECHO_N = @ECHO_N@ 134ECHO_T = @ECHO_T@ 135EGREP = @EGREP@ 136EXEEXT = @EXEEXT@ 137F77 = @F77@ 138FFLAGS = @FFLAGS@ 139HAVE_EXTERNALS_FALSE = @HAVE_EXTERNALS_FALSE@ 140HAVE_EXTERNALS_TRUE = @HAVE_EXTERNALS_TRUE@ 141INSTALL_DATA = @INSTALL_DATA@ 142INSTALL_PROGRAM = @INSTALL_PROGRAM@ 143INSTALL_SCRIPT = @INSTALL_SCRIPT@ 144INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 145LDFLAGS = @LDFLAGS@ 146LIBEXT = @LIBEXT@ 147LIBOBJS = @LIBOBJS@ 148LIBS = @LIBS@ 149LIBTOOL = @LIBTOOL@ 150LIBTOOLM4 = @LIBTOOLM4@ 151LN_S = @LN_S@ 152LTLIBOBJS = @LTLIBOBJS@ 153LT_LDFLAGS = @LT_LDFLAGS@ 154MAINT = @MAINT@ 155MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 156MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 157MAKEINFO = @MAKEINFO@ 158MPICC = @MPICC@ 159MPICXX = @MPICXX@ 160MPIF77 = @MPIF77@ 161OBJEXT = @OBJEXT@ 162OPT_CFLAGS = @OPT_CFLAGS@ 163OPT_CXXFLAGS = @OPT_CXXFLAGS@ 164OPT_FFLAGS = @OPT_FFLAGS@ 165PACKAGE = @PACKAGE@ 166PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 167PACKAGE_NAME = @PACKAGE_NAME@ 168PACKAGE_STRING = @PACKAGE_STRING@ 169PACKAGE_TARNAME = @PACKAGE_TARNAME@ 170PACKAGE_VERSION = @PACKAGE_VERSION@ 171PATH_SEPARATOR = @PATH_SEPARATOR@ 172RANLIB = @RANLIB@ 173RPATH_FLAGS = @RPATH_FLAGS@ 174SET_MAKE = @SET_MAKE@ 175SHELL = @SHELL@ 176STRIP = @STRIP@ 177VERSION = @VERSION@ 178VPATH_DISTCLEANFILES = @VPATH_DISTCLEANFILES@ 179abs_bin_dir = @abs_bin_dir@ 180abs_include_dir = @abs_include_dir@ 181abs_lib_dir = @abs_lib_dir@ 182abs_source_dir = @abs_source_dir@ 183ac_c_preproc_warn_flag = @ac_c_preproc_warn_flag@ 184ac_ct_AR = @ac_ct_AR@ 185ac_ct_CC = @ac_ct_CC@ 186ac_ct_CXX = @ac_ct_CXX@ 187ac_ct_F77 = @ac_ct_F77@ 188ac_ct_RANLIB = @ac_ct_RANLIB@ 189ac_ct_STRIP = @ac_ct_STRIP@ 190ac_cxx_preproc_warn_flag = @ac_cxx_preproc_warn_flag@ 191am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 192am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 193am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 194am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 195am__include = @am__include@ 196am__leading_dot = @am__leading_dot@ 197am__quote = @am__quote@ 198am__tar = @am__tar@ 199am__untar = @am__untar@ 200bindir = @bindir@ 201build = @build@ 202build_alias = @build_alias@ 203build_cpu = @build_cpu@ 204build_os = @build_os@ 205build_vendor = @build_vendor@ 206datadir = @datadir@ 207exec_prefix = @exec_prefix@ 208have_autoconf = @have_autoconf@ 209have_automake = @have_automake@ 210have_svn = @have_svn@ 211host = @host@ 212host_alias = @host_alias@ 213host_cpu = @host_cpu@ 214host_os = @host_os@ 215host_vendor = @host_vendor@ 216includedir = @includedir@ 217infodir = @infodir@ 218install_sh = @install_sh@ 219libdir = @libdir@ 220libexecdir = @libexecdir@ 221localstatedir = @localstatedir@ 222mandir = @mandir@ 223mkdir_p = @mkdir_p@ 224oldincludedir = @oldincludedir@ 225prefix = @prefix@ 226program_transform_name = @program_transform_name@ 227sbindir = @sbindir@ 228sharedstatedir = @sharedstatedir@ 229sol_cc_compiler = @sol_cc_compiler@ 230subdirs = @subdirs@ 231sysconfdir = @sysconfdir@ 232target_alias = @target_alias@ 233AUTOMAKE_OPTIONS = foreign 234EXTRA_DIST = doxydoc/doxygen.conf $(am__append_1) 235 236######################################################################## 237# Subdirectories # 238######################################################################## 239 240# subdirs is set by configure as the list of all subdirectories to recurse 241# into 242SUBDIRS = $(subdirs) 243 244######################################################################## 245# Maintainer Stuff # 246######################################################################## 247 248# Files that are generated and should be cleaned with make distclean 249DISTCLEANFILES = coin_subdirs.txt $(am__append_2) \ 250 $(VPATH_DISTCLEANFILES) 251DocFiles = README AUTHORS LICENSE 252DocInstallDir = $(datadir)/coin/doc/$(PACKAGE_NAME) 253COIN_HAS_DOXYGEN = @COIN_HAS_DOXYGEN_TRUE@TRUE 254COIN_HAS_LATEX = @COIN_HAS_LATEX_TRUE@TRUE 255all: all-recursive 256 257.SUFFIXES: 258am--refresh: 259 @: 260$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/BuildTools/Makemain.inc $(am__configure_deps) 261 @for dep in $?; do \ 262 case '$(am__configure_deps)' in \ 263 *$$dep*) \ 264 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ 265 cd $(srcdir) && $(AUTOMAKE) --foreign \ 266 && exit 0; \ 267 exit 1;; \ 268 esac; \ 269 done; \ 270 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 271 cd $(top_srcdir) && \ 272 $(AUTOMAKE) --foreign Makefile 273.PRECIOUS: Makefile 274Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 275 @case '$?' in \ 276 *config.status*) \ 277 echo ' $(SHELL) ./config.status'; \ 278 $(SHELL) ./config.status;; \ 279 *) \ 280 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 281 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 282 esac; 283 284$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 285 $(SHELL) ./config.status --recheck 286 287$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 288 cd $(srcdir) && $(AUTOCONF) 289$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 290 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 291 292mostlyclean-libtool: 293 -rm -f *.lo 294 295clean-libtool: 296 -rm -rf .libs _libs 297 298distclean-libtool: 299 -rm -f libtool 300uninstall-info-am: 301 302# This directory's subdirectories are mostly independent; you can cd 303# into them and run `make' without going through this Makefile. 304# To change the values of `make' variables: instead of editing Makefiles, 305# (1) if the variable is set in `config.status', edit `config.status' 306# (which will cause the Makefiles to be regenerated when you run `make'); 307# (2) otherwise, pass the desired values on the `make' command line. 308$(RECURSIVE_TARGETS): 309 @failcom='exit 1'; \ 310 for f in x $$MAKEFLAGS; do \ 311 case $$f in \ 312 *=* | --[!k]*);; \ 313 *k*) failcom='fail=yes';; \ 314 esac; \ 315 done; \ 316 dot_seen=no; \ 317 target=`echo $@ | sed s/-recursive//`; \ 318 list='$(SUBDIRS)'; for subdir in $$list; do \ 319 echo "Making $$target in $$subdir"; \ 320 if test "$$subdir" = "."; then \ 321 dot_seen=yes; \ 322 local_target="$$target-am"; \ 323 else \ 324 local_target="$$target"; \ 325 fi; \ 326 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 327 || eval $$failcom; \ 328 done; \ 329 if test "$$dot_seen" = "no"; then \ 330 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 331 fi; test -z "$$fail" 332 333mostlyclean-recursive clean-recursive distclean-recursive \ 334maintainer-clean-recursive: 335 @failcom='exit 1'; \ 336 for f in x $$MAKEFLAGS; do \ 337 case $$f in \ 338 *=* | --[!k]*);; \ 339 *k*) failcom='fail=yes';; \ 340 esac; \ 341 done; \ 342 dot_seen=no; \ 343 case "$@" in \ 344 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 345 *) list='$(SUBDIRS)' ;; \ 346 esac; \ 347 rev=''; for subdir in $$list; do \ 348 if test "$$subdir" = "."; then :; else \ 349 rev="$$subdir $$rev"; \ 350 fi; \ 351 done; \ 352 rev="$$rev ."; \ 353 target=`echo $@ | sed s/-recursive//`; \ 354 for subdir in $$rev; do \ 355 echo "Making $$target in $$subdir"; \ 356 if test "$$subdir" = "."; then \ 357 local_target="$$target-am"; \ 358 else \ 359 local_target="$$target"; \ 360 fi; \ 361 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 362 || eval $$failcom; \ 363 done && test -z "$$fail" 364tags-recursive: 365 list='$(SUBDIRS)'; for subdir in $$list; do \ 366 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 367 done 368ctags-recursive: 369 list='$(SUBDIRS)'; for subdir in $$list; do \ 370 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 371 done 372 373ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 374 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 375 unique=`for i in $$list; do \ 376 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 377 done | \ 378 $(AWK) ' { files[$$0] = 1; } \ 379 END { for (i in files) print i; }'`; \ 380 mkid -fID $$unique 381tags: TAGS 382 383TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 384 $(TAGS_FILES) $(LISP) 385 tags=; \ 386 here=`pwd`; \ 387 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 388 include_option=--etags-include; \ 389 empty_fix=.; \ 390 else \ 391 include_option=--include; \ 392 empty_fix=; \ 393 fi; \ 394 list='$(SUBDIRS)'; for subdir in $$list; do \ 395 if test "$$subdir" = .; then :; else \ 396 test ! -f $$subdir/TAGS || \ 397 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 398 fi; \ 399 done; \ 400 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 401 unique=`for i in $$list; do \ 402 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 403 done | \ 404 $(AWK) ' { files[$$0] = 1; } \ 405 END { for (i in files) print i; }'`; \ 406 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 407 test -n "$$unique" || unique=$$empty_fix; \ 408 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 409 $$tags $$unique; \ 410 fi 411ctags: CTAGS 412CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 413 $(TAGS_FILES) $(LISP) 414 tags=; \ 415 here=`pwd`; \ 416 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 417 unique=`for i in $$list; do \ 418 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 419 done | \ 420 $(AWK) ' { files[$$0] = 1; } \ 421 END { for (i in files) print i; }'`; \ 422 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 423 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 424 $$tags $$unique 425 426GTAGS: 427 here=`$(am__cd) $(top_builddir) && pwd` \ 428 && cd $(top_srcdir) \ 429 && gtags -i $(GTAGS_ARGS) $$here 430 431distclean-tags: 432 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 433 434distdir: $(DISTFILES) 435 $(am__remove_distdir) 436 mkdir $(distdir) 437 $(mkdir_p) $(distdir)/BuildTools $(distdir)/doxydoc 438 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 439 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 440 list='$(DISTFILES)'; for file in $$list; do \ 441 case $$file in \ 442 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 443 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 444 esac; \ 445 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 446 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 447 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 448 dir="/$$dir"; \ 449 $(mkdir_p) "$(distdir)$$dir"; \ 450 else \ 451 dir=''; \ 452 fi; \ 453 if test -d $$d/$$file; then \ 454 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 455 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 456 fi; \ 457 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 458 else \ 459 test -f $(distdir)/$$file \ 460 || cp -p $$d/$$file $(distdir)/$$file \ 461 || exit 1; \ 462 fi; \ 463 done 464 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 465 if test "$$subdir" = .; then :; else \ 466 test -d "$(distdir)/$$subdir" \ 467 || $(mkdir_p) "$(distdir)/$$subdir" \ 468 || exit 1; \ 469 distdir=`$(am__cd) $(distdir) && pwd`; \ 470 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 471 (cd $$subdir && \ 472 $(MAKE) $(AM_MAKEFLAGS) \ 473 top_distdir="$$top_distdir" \ 474 distdir="$$distdir/$$subdir" \ 475 distdir) \ 476 || exit 1; \ 477 fi; \ 478 done 479 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 480 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 481 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 482 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 483 || chmod -R a+r $(distdir) 484dist-gzip: distdir 485 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 486 $(am__remove_distdir) 487 488dist-bzip2: distdir 489 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 490 $(am__remove_distdir) 491 492dist-tarZ: distdir 493 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 494 $(am__remove_distdir) 495 496dist-shar: distdir 497 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 498 $(am__remove_distdir) 499 500dist-zip: distdir 501 -rm -f $(distdir).zip 502 zip -rq $(distdir).zip $(distdir) 503 $(am__remove_distdir) 504 505dist dist-all: distdir 506 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 507 $(am__remove_distdir) 508 509# This target untars the dist file and tries a VPATH configuration. Then 510# it guarantees that the distribution is self-contained by making another 511# tarfile. 512distcheck: dist 513 case '$(DIST_ARCHIVES)' in \ 514 *.tar.gz*) \ 515 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 516 *.tar.bz2*) \ 517 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 518 *.tar.Z*) \ 519 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 520 *.shar.gz*) \ 521 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 522 *.zip*) \ 523 unzip $(distdir).zip ;;\ 524 esac 525 chmod -R a-w $(distdir); chmod a+w $(distdir) 526 mkdir $(distdir)/_build 527 mkdir $(distdir)/_inst 528 chmod a-w $(distdir) 529 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 530 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 531 && cd $(distdir)/_build \ 532 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 533 $(DISTCHECK_CONFIGURE_FLAGS) \ 534 && $(MAKE) $(AM_MAKEFLAGS) \ 535 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 536 && $(MAKE) $(AM_MAKEFLAGS) check \ 537 && $(MAKE) $(AM_MAKEFLAGS) install \ 538 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 539 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 540 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 541 distuninstallcheck \ 542 && chmod -R a-w "$$dc_install_base" \ 543 && ({ \ 544 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 545 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 546 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 547 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 548 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 549 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 550 && rm -rf "$$dc_destdir" \ 551 && $(MAKE) $(AM_MAKEFLAGS) dist \ 552 && rm -rf $(DIST_ARCHIVES) \ 553 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 554 $(am__remove_distdir) 555 @(echo "$(distdir) archives ready for distribution: "; \ 556 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 557 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 558distuninstallcheck: 559 @cd $(distuninstallcheck_dir) \ 560 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 561 || { echo "ERROR: files left after uninstall:" ; \ 562 if test -n "$(DESTDIR)"; then \ 563 echo " (check DESTDIR support)"; \ 564 fi ; \ 565 $(distuninstallcheck_listfiles) ; \ 566 exit 1; } >&2 567distcleancheck: distclean 568 @if test '$(srcdir)' = . ; then \ 569 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 570 exit 1 ; \ 571 fi 572 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 573 || { echo "ERROR: files left in build directory after distclean:" ; \ 574 $(distcleancheck_listfiles) ; \ 575 exit 1; } >&2 576check-am: all-am 577check: check-recursive 578all-am: Makefile 579installdirs: installdirs-recursive 580installdirs-am: 581install: install-recursive 582install-exec: install-exec-recursive 583install-data: install-data-recursive 584uninstall: uninstall-recursive 585 586install-am: all-am 587 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 588 589installcheck: installcheck-recursive 590install-strip: 591 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 592 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 593 `test -z '$(STRIP)' || \ 594 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 595mostlyclean-generic: 596 597clean-generic: 598 599distclean-generic: 600 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 601 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 602 603maintainer-clean-generic: 604 @echo "This command is intended for maintainers to use" 605 @echo "it deletes files that may require special tools to rebuild." 606clean: clean-recursive 607 608clean-am: clean-generic clean-libtool mostlyclean-am 609 610distclean: distclean-recursive 611 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 612 -rm -f Makefile 613distclean-am: clean-am distclean-generic distclean-libtool \ 614 distclean-tags 615 616dvi: dvi-recursive 617 618dvi-am: 619 620html: html-recursive 621 622info: info-recursive 623 624info-am: 625 626install-data-am: 627 628install-exec-am: 629 630install-info: install-info-recursive 631 632install-man: 633 634installcheck-am: 635 636maintainer-clean: maintainer-clean-recursive 637 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 638 -rm -rf $(top_srcdir)/autom4te.cache 639 -rm -f Makefile 640maintainer-clean-am: distclean-am maintainer-clean-generic 641 642mostlyclean: mostlyclean-recursive 643 644mostlyclean-am: mostlyclean-generic mostlyclean-libtool 645 646pdf: pdf-recursive 647 648pdf-am: 649 650ps: ps-recursive 651 652ps-am: 653 654uninstall-am: uninstall-info-am 655 656uninstall-info: uninstall-info-recursive 657 658.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ 659 check-am clean clean-generic clean-libtool clean-recursive \ 660 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 661 dist-shar dist-tarZ dist-zip distcheck distclean \ 662 distclean-generic distclean-libtool distclean-recursive \ 663 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 664 dvi-am html html-am info info-am install install-am \ 665 install-data install-data-am install-exec install-exec-am \ 666 install-info install-info-am install-man install-strip \ 667 installcheck installcheck-am installdirs installdirs-am \ 668 maintainer-clean maintainer-clean-generic \ 669 maintainer-clean-recursive mostlyclean mostlyclean-generic \ 670 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ 671 tags tags-recursive uninstall uninstall-am uninstall-info-am 672 673 674######################################################################## 675# Extra Targets # 676######################################################################## 677 678test: all 679 cd FlopCpp; make test 680 681unitTest: test 682 683tests: all 684 for dir in $(subdirs); do \ 685 if test -r $$dir/test/Makefile; then \ 686 (cd $$dir; make test) \ 687 fi; \ 688 done 689 690unitTests: tests 691 692doxydoc: 693 cd $(srcdir); doxygen doxydoc/doxygen.conf 694 695.PHONY: test unitTest tests unitTests doxydoc 696 697doxygen-docs: 698 if test "$(COIN_HAS_DOXYGEN)" = TRUE; then \ 699 if test -d "doxydoc/"; then \ 700 doxygen doxydoc/doxygen.conf;\ 701 fi;\ 702 fi 703 704pdf-doxygen-docs: doxygen-docs 705 if test "$(COIN_HAS_DOXYGEN)" = TRUE; then \ 706 if test -d "doxydoc/latex"; then \ 707 if test "$(COIN_HAS_LATEX)" = TRUE; then \ 708 cd doxydoc/latex;\ 709 $(MAKE) pdf;\ 710 cd -;\ 711 fi;\ 712 fi;\ 713 fi 714 715clean-doxygen-docs: 716 if test -d "doxydoc/"; then \ 717 cd doxydoc ;\ 718 rm -rf html latex *.log *.tag;\ 719 fi 720 721install-doxygen-docs: doxygen-docs 722 if test "$(COIN_HAS_DOXYGEN)" = TRUE; then \ 723 if test -d "doxydoc/"; then \ 724 test -d "$(DESTDIR)$(DocInstallDir)/doxydoc" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)/doxydoc"; \ 725 $(INSTALL_DATA) @coin_doxy_tagname@ "$(DESTDIR)$(DocInstallDir)/@coin_doxy_tagname@";\ 726 if test -f "doxydoc/latex/refman.pdf"; then \ 727 $(INSTALL_DATA) doxydoc/latex/refman.pdf "$(DESTDIR)$(DocInstallDir)";\ 728 fi;\ 729 if test -d "doxydoc/html"; then \ 730 test -d "$(DESTDIR)$(DocInstallDir)/doxydoc/search/" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)/doxydoc/search/"; \ 731 $(INSTALL_DATA) doxydoc/html/*.* "$(DESTDIR)$(DocInstallDir)/doxydoc";\ 732 $(INSTALL_DATA) doxydoc/html/search/*.* "$(DESTDIR)$(DocInstallDir)/doxydoc/search";\ 733 fi;\ 734 fi;\ 735 fi 736 737uninstall-doxygen-docs: 738 if test -d "$(DESTDIR)$(DocInstallDir)/doxydoc/"; then \ 739 rm -rf "$(DESTDIR)$(DocInstallDir)/doxydoc/"; \ 740 fi 741 if test -f "$(DESTDIR)$(DocInstallDir)/refman.pdf"; then \ 742 rm -f "$(DESTDIR)$(DocInstallDir)/refman.pdf"; \ 743 fi 744 745all-doxygen-docs: 746 for dir in $(subdirs) ; do \ 747 do_project=true;\ 748 for proj in $(COIN_SKIP_DOXYGEN); do\ 749 if test $$dir = $$proj; then\ 750 do_project=false;\ 751 fi;\ 752 done;\ 753 if test -r $$dir/doxydoc & $$do_project = true; then \ 754 (cd $$dir ; $(MAKE) doxygen-docs) \ 755 fi ; \ 756 done ; 757 758clean-all-doxygen-docs: 759 for dir in $(subdirs) ; do \ 760 if test -r $$dir/doxydoc ; then \ 761 (cd $$dir ; $(MAKE) clean-doxygen-docs) \ 762 fi ; \ 763 done ; 764 765install-all-doxygen-docs: all-doxygen-docs 766 for dir in $(subdirs) ; do \ 767 do_project=true;\ 768 for proj in $(COIN_SKIP_DOXYGEN); do\ 769 if test $$dir = $$proj; then\ 770 do_project=false;\ 771 fi;\ 772 done;\ 773 if test -r $$dir/doxydoc & $$do_project = true; then \ 774 (cd $$dir ; $(MAKE) install-doxygen-docs) \ 775 fi ; \ 776 done ; 777 778uninstall-all-doxygen-docs: 779 for dir in $(subdirs) ; do \ 780 if test -r $$dir/doxydoc ; then \ 781 (cd $$dir ; $(MAKE) uninstall-doxygen-docs) \ 782 fi ; \ 783 done ; 784 785install-doc: $(DocFiles) 786 test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)" 787 for file in $(DocFiles); do \ 788 if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \ 789 if test -f "$$dir$$file"; then $(INSTALL_DATA) "$$dir$$file" "$(DESTDIR)$(DocInstallDir)/$$file"; fi; \ 790 done 791 792uninstall-doc: 793 for file in $(DocFiles); do \ 794 rm -f "$(DESTDIR)$(DocInstallDir)/$$file"; \ 795 done 796 797######################################################################## 798# Maintainer Stuff # 799######################################################################## 800 801# Make sure acinclude is using most recent coin.m4 802@MAINTAINER_MODE_TRUE@$(srcdir)/acinclude.m4: $(BUILDTOOLSDIR)/coin.m4 803@MAINTAINER_MODE_TRUE@ cat $(LIBTOOLM4) $< > $@ 804 805# Make sure the autotools scripts are up to date 806@MAINTAINER_MODE_TRUE@$(AUX_DIR)/install-sh: $(BUILDTOOLSDIR)/install-sh 807@MAINTAINER_MODE_TRUE@ cp $< $@ 808 809@MAINTAINER_MODE_TRUE@$(AUX_DIR)/missing: $(BUILDTOOLSDIR)/missing 810@MAINTAINER_MODE_TRUE@ cp $< $@ 811 812@MAINTAINER_MODE_TRUE@$(AUX_DIR)/config.guess: $(BUILDTOOLSDIR)/config.guess 813@MAINTAINER_MODE_TRUE@ cp $< $@ 814 815@MAINTAINER_MODE_TRUE@$(AUX_DIR)/config.sub: $(BUILDTOOLSDIR)/config.sub 816@MAINTAINER_MODE_TRUE@ cp $< $@ 817 818@MAINTAINER_MODE_TRUE@$(AUX_DIR)/depcomp: $(BUILDTOOLSDIR)/depcomp 819@MAINTAINER_MODE_TRUE@ cp $< $@ 820 821@MAINTAINER_MODE_TRUE@$(AUX_DIR)/ltmain.sh: $(BUILDTOOLSDIR)/ltmain.sh 822@MAINTAINER_MODE_TRUE@ cp $< $@ 823 824# Take care of updating externals (if Dependencies file exists) 825@HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@$(top_builddir)/Makefile: .Dependencies-stamp 826 827@HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@.Dependencies-stamp: $(srcdir)/Dependencies 828@HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@ cd $(srcdir); BuildTools/set_externals Dependencies 829@HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@ touch .Dependencies-stamp 830 831@HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@update-externals: .Dependencies-stamp 832@HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@ cd $(srcdir); svn update 833 834.PHONY: install-doc uninstall-doc update-externals 835# Tell versions [3.59,3.63) of GNU make to not export all variables. 836# Otherwise a system limit (for SysV at least) may be exceeded. 837.NOEXPORT: 838