Changeset 1665
- Timestamp:
- Jun 10, 2011 1:42:16 PM (10 years ago)
- Location:
- trunk/Cbc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/Makefile.am
r1660 r1665 130 130 cbc_DEPENDENCIES = libCbcSolver.la libCbc.la $(CBCLIB_DEPENDENCIES) $(ASL_DEPENDENCIES) 131 131 132 # Finally, the -rpath flag is used by libtool to make sure that the shared133 # library is found (in the lib install directory) when we are using dynamic134 # libraries.135 cbc_LDFLAGS = -rpath $(libdir)136 137 132 endif 138 133 … … 170 165 171 166 AM_CPPFLAGS += $(DYLP_CFLAGS) $(GLPK_CFLAGS) $(MSK_CFLAGS) $(SPX_CFLAGS) $(VOL_CFLAGS) $(XPR_CFLAGS) 172 173 # Finally, the -rpath flag is used by libtool to make sure that the shared174 # library is found (in the lib install directory) when we are using dynamic175 # libraries.176 177 cbc_generic_LDFLAGS = -rpath $(libdir)178 167 179 168 endif -
trunk/Cbc/src/Makefile.in
r1660 r1665 622 622 @COIN_HAS_CLP_TRUE@cbc_DEPENDENCIES = libCbcSolver.la libCbc.la $(CBCLIB_DEPENDENCIES) $(ASL_DEPENDENCIES) 623 623 624 # Finally, the -rpath flag is used by libtool to make sure that the shared625 # library is found (in the lib install directory) when we are using dynamic626 # libraries.627 @COIN_HAS_CLP_TRUE@cbc_LDFLAGS = -rpath $(libdir)628 629 624 # List all source files for this executable, including headers 630 625 @CBC_BUILD_CBC_GENERIC_TRUE@cbc_generic_SOURCES = \ … … 641 636 @CBC_BUILD_CBC_GENERIC_TRUE@cbc_generic_LDADD = libCbcSolver.la libCbc.la $(CBCGENERIC_LIBS) 642 637 @CBC_BUILD_CBC_GENERIC_TRUE@cbc_generic_DEPENDENCIES = libCbcSolver.la libCbc.la $(CBCGENERIC_DEPENDENCIES) 643 644 # Finally, the -rpath flag is used by libtool to make sure that the shared645 # library is found (in the lib install directory) when we are using dynamic646 # libraries.647 @CBC_BUILD_CBC_GENERIC_TRUE@cbc_generic_LDFLAGS = -rpath $(libdir)648 638 649 639 # This line is necessary to allow VPATH compilation -
trunk/Cbc/test/Makefile.am
r1660 r1665 62 62 gamsTest_LDADD = ../src/libCbcSolver.la ../src/libCbc.la $(CBCLIB_LIBS) 63 63 gamsTest_DEPENDENCIES = ../src/libCbcSolver.la ../src/libCbc.la $(CBCLIB_DEPENDENCIES) 64 gamsTest_LDFLAGS = -rpath $(libdir)65 64 66 65 AM_CPPFLAGS = -I`$(CYGPATH_W) $(srcdir)/../src` $(COINDEPEND_CFLAGS) -
trunk/Cbc/test/Makefile.in
r1660 r1665 418 418 gamsTest_LDADD = ../src/libCbcSolver.la ../src/libCbc.la $(CBCLIB_LIBS) 419 419 gamsTest_DEPENDENCIES = ../src/libCbcSolver.la ../src/libCbc.la $(CBCLIB_DEPENDENCIES) 420 gamsTest_LDFLAGS = -rpath $(libdir)421 420 AM_CPPFLAGS = -I`$(CYGPATH_W) $(srcdir)/../src` $(COINDEPEND_CFLAGS) \ 422 421 $(CLP_CFLAGS) $(CPX_CFLAGS) $(DYLP_CFLAGS) $(GLPK_CFLAGS) \
Note: See TracChangeset
for help on using the changeset viewer.