Changeset 1636 for trunk/Clp/Makefile.in
- Timestamp:
- Nov 28, 2010 9:48:00 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/Makefile.in
r1618 r1636 58 58 # included in the tarball 59 59 @ALWAYS_FALSE@am__append_1 = test 60 @COIN_HAS_OSI_TRUE@am__append_2 = osi-clp.pc 60 61 DIST_COMMON = README $(am__configure_deps) \ 61 62 $(srcdir)/BuildTools/Makemain.inc $(srcdir)/Makefile.am \ … … 65 66 $(top_srcdir)/examples/Makefile.in \ 66 67 $(top_srcdir)/inc/config_clp.h.in \ 67 $(top_srcdir)/src/OsiClp/osi-clp-uninstalled.pc.in AUTHORS \ 68 config.guess config.sub depcomp install-sh ltmain.sh missing 69 @HAVE_EXTERNALS_TRUE@am__append_2 = Externals 70 @HAVE_EXTERNALS_TRUE@am__append_3 = .Externals-stamp 68 $(top_srcdir)/src/OsiClp/osi-clp-uninstalled.pc.in \ 69 $(top_srcdir)/src/OsiClp/osi-clp.pc.in AUTHORS config.guess \ 70 config.sub depcomp install-sh ltmain.sh missing 71 @HAVE_EXTERNALS_TRUE@am__append_3 = Externals 72 @HAVE_EXTERNALS_TRUE@am__append_4 = .Externals-stamp 71 73 subdir = . 72 74 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 80 82 CONFIG_HEADER = $(top_builddir)/inc/config_clp.h 81 83 CONFIG_CLEAN_FILES = examples/Makefile clp.pc clp-uninstalled.pc \ 82 osi-clp -uninstalled.pc doxydoc/doxygen.conf84 osi-clp.pc osi-clp-uninstalled.pc doxydoc/doxygen.conf 83 85 SOURCES = 84 86 DIST_SOURCES = … … 322 324 examples/testBasis.cpp examples/testGub2.cpp \ 323 325 examples/testGub.cpp examples/testQP.cpp \ 324 examples/useVolume.cpp $(am__append_ 2)326 examples/useVolume.cpp $(am__append_3) 325 327 326 328 ######################################################################## … … 328 330 ######################################################################## 329 331 pkgconfiglibdir = $(libdir)/pkgconfig 330 pkgconfiglib_DATA = clp.pc 332 pkgconfiglib_DATA = clp.pc $(am__append_2) 331 333 @COIN_HAS_PKGCONFIG_TRUE@addlibsdir = $(DESTDIR)$(datadir)/coin/doc/Clp 332 334 … … 337 339 338 340 # Files that are generated and should be cleaned with make distclean 339 DISTCLEANFILES = $(am__append_ 3) $(VPATH_DISTCLEANFILES)341 DISTCLEANFILES = $(am__append_4) $(VPATH_DISTCLEANFILES) 340 342 DocFiles = README AUTHORS LICENSE 341 343 DocInstallDir = $(datadir)/coin/doc/$(PACKAGE_NAME) … … 398 400 cd $(top_builddir) && $(SHELL) ./config.status $@ 399 401 clp-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/clp-uninstalled.pc.in 402 cd $(top_builddir) && $(SHELL) ./config.status $@ 403 osi-clp.pc: $(top_builddir)/config.status $(top_srcdir)/src/OsiClp/osi-clp.pc.in 400 404 cd $(top_builddir) && $(SHELL) ./config.status $@ 401 405 osi-clp-uninstalled.pc: $(top_builddir)/config.status $(top_srcdir)/src/OsiClp/osi-clp-uninstalled.pc.in
Note: See TracChangeset
for help on using the changeset viewer.