Changeset 1321 for ThirdParty/Glpk/trunk/Makefile.in
- Timestamp:
- Jul 11, 2009 3:24:18 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/trunk/Makefile.in
r1299 r1321 57 57 $(srcdir)/../../ltmain.sh $(srcdir)/../../missing \ 58 58 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 59 $(srcdir)/config_glpk.h.in $(srcdir)/glpk_addlibs.txt.in \ 59 60 $(top_srcdir)/configure 60 61 @HAVE_EXTERNALS_TRUE@am__append_1 = Externals … … 69 70 configure.lineno configure.status.lineno 70 71 mkinstalldirs = $(install_sh) -d 71 CONFIG_CLEAN_FILES = 72 CONFIG_HEADER = config_glpk.h 73 CONFIG_CLEAN_FILES = glpk_addlibs.txt 72 74 LTLIBRARIES = $(noinst_LTLIBRARIES) 73 75 libcoinglpk_la_LIBADD = … … 145 147 COIN_HAS_GLPK_FALSE = @COIN_HAS_GLPK_FALSE@ 146 148 COIN_HAS_GLPK_TRUE = @COIN_HAS_GLPK_TRUE@ 149 COIN_HAS_ZLIB_FALSE = @COIN_HAS_ZLIB_FALSE@ 150 COIN_HAS_ZLIB_TRUE = @COIN_HAS_ZLIB_TRUE@ 147 151 CPP = @CPP@ 148 152 CPPFLAGS = @CPPFLAGS@ … … 167 171 GLPKINCDIR = @GLPKINCDIR@ 168 172 GLPKLIB = @GLPKLIB@ 173 GLPKOBJDIR = @GLPKOBJDIR@ 169 174 HAVE_EXTERNALS_FALSE = @HAVE_EXTERNALS_FALSE@ 170 175 HAVE_EXTERNALS_TRUE = @HAVE_EXTERNALS_TRUE@ … … 374 379 375 380 376 # CoinUtils and SYMPHONY include glpmpl.h and have HAVE_CONFIG_H defined 377 # so we put a dummy config.h file and required include files into the glpk 378 # include directory. At least a newline is needed to avoid a bug in 379 # Sun Solaris Studio, 64-bit optimised build. 381 # CoinUtils and SYMPHONY include glpmpl.h, have HAVE_CONFIG_H defined, 382 # and so Glpk attempts to include config.h. 383 # Therefore, we put a simple config.h file into $(GLPKDIR)/include. 384 # It's purpose is to include the config_glpk.h file that is generated 385 # by configure. 380 386 libcoinglpk_la_DEPENDENCIES = $(srcdir)/$(GLPKDIR)/include/config.h \ 381 387 $(srcdir)/$(GLPKDIR)/include/glpmpl.h \ … … 403 409 DocFiles = README AUTHORS LICENSE 404 410 DocInstallDir = $(prefix)/share/doc/coin/$(PACKAGE_NAME) 405 all: all-am 411 all: config_glpk.h 412 $(MAKE) $(AM_MAKEFLAGS) all-am 406 413 407 414 .SUFFIXES: … … 440 447 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 441 448 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 449 450 config_glpk.h: stamp-h1 451 @if test ! -f $@; then \ 452 rm -f stamp-h1; \ 453 $(MAKE) stamp-h1; \ 454 else :; fi 455 456 stamp-h1: $(srcdir)/config_glpk.h.in $(top_builddir)/config.status 457 @rm -f stamp-h1 458 cd $(top_builddir) && $(SHELL) ./config.status config_glpk.h 459 $(srcdir)/config_glpk.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 460 cd $(top_srcdir) && $(AUTOHEADER) 461 rm -f stamp-h1 462 touch $@ 463 464 distclean-hdr: 465 -rm -f config_glpk.h stamp-h1 466 glpk_addlibs.txt: $(top_builddir)/config.status $(srcdir)/glpk_addlibs.txt.in 467 cd $(top_builddir) && $(SHELL) ./config.status $@ 442 468 443 469 clean-noinstLTLIBRARIES: … … 1380 1406 tags: TAGS 1381 1407 1382 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \1408 TAGS: $(HEADERS) $(SOURCES) config_glpk.h.in $(TAGS_DEPENDENCIES) \ 1383 1409 $(TAGS_FILES) $(LISP) 1384 1410 tags=; \ 1385 1411 here=`pwd`; \ 1386 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \1412 list='$(SOURCES) $(HEADERS) config_glpk.h.in $(LISP) $(TAGS_FILES)'; \ 1387 1413 unique=`for i in $$list; do \ 1388 1414 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ … … 1396 1422 fi 1397 1423 ctags: CTAGS 1398 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \1424 CTAGS: $(HEADERS) $(SOURCES) config_glpk.h.in $(TAGS_DEPENDENCIES) \ 1399 1425 $(TAGS_FILES) $(LISP) 1400 1426 tags=; \ 1401 1427 here=`pwd`; \ 1402 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \1428 list='$(SOURCES) $(HEADERS) config_glpk.h.in $(LISP) $(TAGS_FILES)'; \ 1403 1429 unique=`for i in $$list; do \ 1404 1430 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ … … 1421 1447 $(am__remove_distdir) 1422 1448 mkdir $(distdir) 1423 $(mkdir_p) $(distdir)/. ./.. $(distdir)/../../BuildTools1449 $(mkdir_p) $(distdir)/. $(distdir)/../.. $(distdir)/../../BuildTools 1424 1450 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 1425 1451 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ … … 1547 1573 check-am: all-am 1548 1574 check: check-am 1549 all-am: Makefile $(LTLIBRARIES) 1575 all-am: Makefile $(LTLIBRARIES) config_glpk.h 1550 1576 installdirs: 1551 1577 install: install-am … … 1584 1610 -rm -f Makefile 1585 1611 distclean-am: clean-am distclean-compile distclean-generic \ 1586 distclean- libtool distclean-tags1612 distclean-hdr distclean-libtool distclean-tags 1587 1613 1588 1614 dvi: dvi-am … … 1632 1658 dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \ 1633 1659 distcheck distclean distclean-compile distclean-generic \ 1634 distclean- libtool distclean-tags distcleancheck distdir\1635 dist uninstallcheck dvi dvi-am html html-am info info-am\1636 in stall install-am install-data install-data-am install-exec\1637 install-exec -am install-info install-info-am install-man\1638 install- strip installcheck installcheck-am installdirs\1639 maintainer-clean maintainer-clean-generic mostlyclean\1640 mostlyclean -compile mostlyclean-generic mostlyclean-libtool\1641 pdf pdf-am ps ps-am tags uninstall uninstall-am\1642 uninstall- info-am1643 1644 1645 $(srcdir)/$(GLPKDIR)/include/config.h : 1646 echo "" >$(srcdir)/$(GLPKDIR)/include/config.h1660 distclean-hdr distclean-libtool distclean-tags distcleancheck \ 1661 distdir distuninstallcheck dvi dvi-am html html-am info \ 1662 info-am install install-am install-data install-data-am \ 1663 install-exec install-exec-am install-info install-info-am \ 1664 install-man install-strip installcheck installcheck-am \ 1665 installdirs maintainer-clean maintainer-clean-generic \ 1666 mostlyclean mostlyclean-compile mostlyclean-generic \ 1667 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ 1668 uninstall-am uninstall-info-am 1669 1670 1671 $(srcdir)/$(GLPKDIR)/include/config.h : $(srcdir)/config.h 1672 cp $(srcdir)/config.h $(srcdir)/$(GLPKDIR)/include/config.h 1647 1673 1648 1674 $(srcdir)/$(GLPKDIR)/include/glpmpl.h : $(srcdir)/$(GLPKDIR)/src/glpmpl.h
Note: See TracChangeset
for help on using the changeset viewer.