(Hopefully) finish privatizing the copy constr. and operator= in
the graph concept, ListGraph and SmartGraph.
5 pkgconfig_DATA += lemon/lemon.pc
7 lib_LTLIBRARIES += lemon/libemon.la
9 lemon_libemon_la_SOURCES = \
11 lemon/lp_skeleton.cc \
14 lemon/bits/mingw32_rand.cc \
15 lemon/bits/mingw32_time.cc
17 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
18 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS)
21 lemon_libemon_la_SOURCES += lemon/lp_glpk.cc
25 lemon_libemon_la_SOURCES += lemon/lp_cplex.cc
29 lemon/bellman_ford.h \
33 lemon/bipartite_matching.h \
34 lemon/bpugraph_adaptor.h \
39 lemon/dag_shortest_path.h \
44 lemon/edmonds_karp.h \
48 lemon/floyd_warshall.h \
49 lemon/fredman_tarjan.h \
51 lemon/graph_adaptor.h \
52 lemon/graph_reader.h \
53 lemon/graph_to_eps.h \
55 lemon/graph_writer.h \
57 lemon/hypercube_graph.h \
58 lemon/iterable_maps.h \
61 lemon/lemon_reader.h \
62 lemon/lemon_writer.h \
69 lemon/map_iterator.h \
72 lemon/max_matching.h \
73 lemon/min_cost_arborescence.h \
74 lemon/min_cost_flow.h \
88 lemon/time_measure.h \
91 lemon/ugraph_adaptor.h \
96 lemon/bits/alteration_notifier.h \
97 lemon/bits/array_map.h \
98 lemon/bits/base_extender.h \
99 lemon/bits/default_map.h \
100 lemon/bits/edge_set_extender.h \
101 lemon/bits/graph_adaptor_extender.h \
102 lemon/bits/graph_extender.h \
103 lemon/bits/invalid.h \
104 lemon/bits/item_reader.h \
105 lemon/bits/item_writer.h \
106 lemon/bits/map_extender.h \
107 lemon/bits/mingw32_rand.h \
108 lemon/bits/mingw32_time.h \
109 lemon/bits/traits.h \
110 lemon/bits/utility.h \
111 lemon/bits/vector_map.h
114 lemon/concept_check.h \
115 lemon/concept/bpugraph.h \
116 lemon/concept/graph.h \
117 lemon/concept/graph_components.h \
118 lemon/concept/heap.h \
119 lemon/concept/maps.h \
120 lemon/concept/matrix_maps.h \
121 lemon/concept/path.h \
122 lemon/concept/ugraph.h