Changeset 368:99f1bdf8f7db in lemon for lemon/Makefile.am
- Timestamp:
- 11/04/08 11:21:22 (16 years ago)
- Branch:
- default
- Parents:
- 362:c6c6e1d863c4 (diff), 367:aa75d24ba7d0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r361 r368 29 29 lemon/dim2.h \ 30 30 lemon/error.h \ 31 lemon/full_graph.h \ 31 32 lemon/graph_to_eps.h \ 32 33 lemon/grid_graph.h \ -
lemon/Makefile.am
r365 r368 13 13 lemon/random.cc 14 14 15 16 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) 17 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) 15 #lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) 16 #lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) 18 17 19 18 lemon_HEADERS += \ … … 32 31 lemon/full_graph.h \ 33 32 lemon/graph_to_eps.h \ 33 lemon/grid_graph.h \ 34 34 lemon/kruskal.h \ 35 35 lemon/lgf_reader.h \ … … 38 38 lemon/maps.h \ 39 39 lemon/math.h \ 40 lemon/max_matching.h \ 41 lemon/nauty_reader.h \ 40 42 lemon/path.h \ 41 43 lemon/random.h \ 42 44 lemon/smart_graph.h \ 45 lemon/suurballe.h \ 43 46 lemon/time_measure.h \ 44 47 lemon/tolerance.h \
Note: See TracChangeset
for help on using the changeset viewer.