Changeset 614:3314f58e7b25 in lemon for lemon/Makefile.am
- Timestamp:
- 04/01/09 22:58:58 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r597 r614 13 13 lemon/lp_base.cc \ 14 14 lemon/lp_skeleton.cc \ 15 15 lemon/random.cc \ 16 16 lemon/bits/windows.cc 17 17 … … 22 22 $(CPLEX_CFLAGS) \ 23 23 $(SOPLEX_CXXFLAGS) \ 24 $(CLP_CXXFLAGS) 24 $(CLP_CXXFLAGS) \ 25 $(CBC_CXXFLAGS) 25 26 26 27 lemon_libemon_la_LDFLAGS = \ … … 28 29 $(CPLEX_LIBS) \ 29 30 $(SOPLEX_LIBS) \ 30 $(CLP_LIBS) 31 $(CLP_LIBS) \ 32 $(CBC_LIBS) 31 33 32 34 if HAVE_GLPK … … 44 46 if HAVE_CLP 45 47 lemon_libemon_la_SOURCES += lemon/clp.cc 48 endif 49 50 if HAVE_CBC 51 lemon_libemon_la_SOURCES += lemon/cbc.cc 46 52 endif 47 53
Note: See TracChangeset
for help on using the changeset viewer.