Changeset 484:08d495d48089 in lemon for lemon/Makefile.am
- Timestamp:
- 01/12/09 13:26:01 (14 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r482 r484 29 29 30 30 if HAVE_GLPK 31 lemon_libemon_la_SOURCES += lemon/ lp_glpk.cc31 lemon_libemon_la_SOURCES += lemon/glpk.cc 32 32 endif 33 33 34 34 if HAVE_CPLEX 35 lemon_libemon_la_SOURCES += lemon/ lp_cplex.cc35 lemon_libemon_la_SOURCES += lemon/cplex.cc 36 36 endif 37 37 38 38 if HAVE_SOPLEX 39 lemon_libemon_la_SOURCES += lemon/ lp_soplex.cc39 lemon_libemon_la_SOURCES += lemon/soplex.cc 40 40 endif 41 41 42 42 if HAVE_CLP 43 lemon_libemon_la_SOURCES += lemon/ lp_clp.cc43 lemon_libemon_la_SOURCES += lemon/clp.cc 44 44 endif 45 45 … … 51 51 lemon/bin_heap.h \ 52 52 lemon/circulation.h \ 53 lemon/clp.h \ 53 54 lemon/color.h \ 54 55 lemon/concept_check.h \ 55 56 lemon/counter.h \ 56 57 lemon/core.h \ 58 lemon/cplex.h \ 57 59 lemon/dfs.h \ 58 60 lemon/dijkstra.h \ … … 62 64 lemon/error.h \ 63 65 lemon/full_graph.h \ 66 lemon/glpk.h \ 64 67 lemon/graph_to_eps.h \ 65 68 lemon/grid_graph.h \ … … 72 75 lemon/lp.h \ 73 76 lemon/lp_base.h \ 74 lemon/lp_clp.h \75 lemon/lp_cplex.h \76 lemon/lp_glpk.h \77 77 lemon/lp_skeleton.h \ 78 lemon/lp_soplex.h \79 78 lemon/list_graph.h \ 80 79 lemon/maps.h \ … … 87 86 lemon/random.h \ 88 87 lemon/smart_graph.h \ 88 lemon/soplex.h \ 89 89 lemon/suurballe.h \ 90 90 lemon/time_measure.h \
Note: See TracChangeset
for help on using the changeset viewer.