author | deba |
Tue, 18 Apr 2006 07:01:55 +0000 | |
changeset 2058 | 0b1fc1566fdb |
parent 2038 | 33db14058543 |
child 2067 | cd414bfbe38b |
permissions | -rw-r--r-- |
1 AM_CPPFLAGS = -I$(top_srcdir)
3 pkgconfigdir = $(libdir)/pkgconfig
4 pkgconfig_DATA = lemon.pc
6 lib_LTLIBRARIES = libemon.la
8 libemon_la_SOURCES = \
9 lp_base.cc \
10 lp_skeleton.cc \
11 base.cc \
12 eps.cc \
13 bits/mingw32_rand.cc \
14 bits/mingw32_time.cc
16 libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
17 libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS)
19 if HAVE_GLPK
20 libemon_la_SOURCES += lp_glpk.cc
21 endif
23 if HAVE_CPLEX
24 libemon_la_SOURCES += lp_cplex.cc
25 endif
27 nobase_pkginclude_HEADERS = \
28 bellman_ford.h \
29 bezier.h \
30 bfs.h \
31 dfs.h \
32 bin_heap.h \
33 bpugraph_adaptor.h \
34 bipartite_matching.h \
35 bucket_heap.h \
36 color.h \
37 config.h \
38 counter.h \
39 dijkstra.h \
40 dimacs.h \
41 dag_shortest_path.h \
42 edge_set.h \
43 edmonds_karp.h \
44 error.h \
45 eps.h \
46 fib_heap.h \
47 floyd_warshall.h \
48 fredman_tarjan.h \
49 full_graph.h \
50 grid_ugraph.h \
51 graph_adaptor.h \
52 graph_utils.h \
53 graph_to_eps.h \
54 hypercube_graph.h \
55 iterable_maps.h \
56 johnson.h \
57 kruskal.h \
58 list_graph.h \
59 lp.h \
60 lp_base.h \
61 lp_cplex.h \
62 lp_glpk.h \
63 lp_skeleton.h \
64 maps.h \
65 matrix_maps.h \
66 map_iterator.h \
67 max_matching.h \
68 min_cost_arborescence.h \
69 min_cost_flow.h \
70 min_cut.h \
71 suurballe.h \
72 preflow.h \
73 path.h \
74 prim.h \
75 radix_heap.h \
76 radix_sort.h \
77 refptr.h \
78 simann.h \
79 smart_graph.h \
80 sub_graph.h \
81 time_measure.h \
82 topology.h \
83 ugraph_adaptor.h \
84 unionfind.h \
85 xy.h \
86 concept_check.h \
87 lemon_reader.h \
88 lemon_writer.h \
89 graph_reader.h \
90 graph_writer.h \
91 tolerance.h \
92 bits/alteration_notifier.h \
93 bits/array_map.h \
94 bits/base_extender.h \
95 bits/default_map.h \
96 bits/vector_map.h \
97 bits/map_extender.h \
98 bits/graph_extender.h \
99 bits/graph_adaptor_extender.h \
100 bits/edge_set_extender.h \
101 bits/invalid.h \
102 bits/item_reader.h \
103 bits/item_writer.h \
104 bits/traits.h \
105 bits/utility.h \
106 bits/mingw32_rand.h \
107 bits/mingw32_time.h \
108 concept/bpugraph.h \
109 concept/graph.h \
110 concept/graph_component.h \
111 concept/ugraph.h \
112 concept/matrix_maps.h \
113 concept/maps.h \
114 concept/heap.h \
115 concept/path.h