14 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) |
14 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) |
15 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) |
15 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) |
16 |
16 |
17 lemon_HEADERS += \ |
17 lemon_HEADERS += \ |
18 lemon/dim2.h \ |
18 lemon/dim2.h \ |
|
19 lemon/maps.h \ |
19 lemon/random.h \ |
20 lemon/random.h \ |
20 lemon/list_graph.h \ |
21 lemon/list_graph.h \ |
21 lemon/tolerance.h |
22 lemon/tolerance.h |
22 |
23 |
23 bits_HEADERS += \ |
24 bits_HEADERS += \ |
24 lemon/bits/alteration_notifier.h \ |
25 lemon/bits/alteration_notifier.h \ |
25 lemon/bits/array_map.h \ |
26 lemon/bits/array_map.h \ |
26 lemon/bits/base_extender.h \ |
27 lemon/bits/base_extender.h \ |
27 lemon/bits/default_map.h \ |
28 lemon/bits/default_map.h \ |
|
29 lemon/bits/graph_extender.h \ |
28 lemon/bits/invalid.h \ |
30 lemon/bits/invalid.h \ |
29 lemon/bits/map_extender.h \ |
31 lemon/bits/map_extender.h \ |
|
32 lemon/bits/traits.h \ |
30 lemon/bits/utility.h \ |
33 lemon/bits/utility.h \ |
31 lemon/bits/vector_map.h |
34 lemon/bits/vector_map.h |
32 |
35 |
33 concept_HEADERS += |
36 concept_HEADERS += \ |
34 lemon/concept_check.h \ |
37 lemon/concept_check.h \ |
35 lemon/concepts/digraph.h \ |
38 lemon/concepts/digraph.h \ |
36 lemon/concepts/graph.h \ |
39 lemon/concepts/graph.h \ |
|
40 lemon/concepts/maps.h \ |
37 lemon/concepts/graph_components.h |
41 lemon/concepts/graph_components.h |