Changeset 1665 for trunk/Cbc/src/Makefile.in
- Timestamp:
- Jun 10, 2011 1:42:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.