Changeset 1411 for ThirdParty/Glpk/trunk/Makefile.am
- Timestamp:
- Sep 13, 2009 2:24:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/trunk/Makefile.am
r1396 r1411 9 9 EXTRA_DIST = get.GLPK INSTALL.Glpk glpk.patch 10 10 11 thirdpartylibdir = $(prefix)/lib/ThirdParty 12 thirdpartylib_LTLIBRARIES = libcoinglpk.la 11 if COIN_BUILD_GLPK 12 noinst_LTLIBRARIES = libcoinglpk.la 13 else 14 noinst_LTLIBRARIES = 15 endif 13 16 14 17 GLPKDIR = @GLPKDIR@ 15 18 16 libcoinglpk_la_SOURCES = \19 nodist_libcoinglpk_la_SOURCES = \ 17 20 $(GLPKDIR)/src/glpapi01.c \ 18 21 $(GLPKDIR)/src/glpapi02.c \ … … 167 170 libcoinglpk_la_LDFLAGS = $(LT_LDFLAGS) 168 171 169 thirdpartyincludedir = $(includedir)/coin/ThirdParty170 thirdpartyinclude_HEADERS = $(GLPKDIR)/include/glpk.h171 172 addlibsdir = $(prefix)/share/doc/coin/ThirdParty/Glpk173 addlibs_DATA = glpk_addlibs.txt README174 175 pkgconfiglibdir = $(prefix)/lib/ThirdParty/pkgconfig176 pkgconfiglib_DATA = glpk.pc177 178 172 ######################################################################## 179 173 # Maintainer Stuff #
Note: See TracChangeset
for help on using the changeset viewer.