EXTRA_DIST += \ lemon/Makefile \ lemon/lemon.pc.in pkgconfig_DATA += lemon/lemon.pc lib_LTLIBRARIES += lemon/libemon.la lemon_libemon_la_SOURCES = \ lemon/lp_base.cc \ lemon/lp_skeleton.cc \ lemon/base.cc \ lemon/eps.cc \ lemon/bits/mingw32_rand.cc \ lemon/bits/mingw32_time.cc lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) if HAVE_GLPK lemon_libemon_la_SOURCES += lemon/lp_glpk.cc endif if HAVE_CPLEX lemon_libemon_la_SOURCES += lemon/lp_cplex.cc endif lemon_HEADERS += \ lemon/bellman_ford.h \ lemon/bezier.h \ lemon/bfs.h \ lemon/bin_heap.h \ lemon/bipartite_matching.h \ lemon/bpugraph_adaptor.h \ lemon/bucket_heap.h \ lemon/color.h \ lemon/config.h \ lemon/counter.h \ lemon/dag_shortest_path.h \ lemon/dfs.h \ lemon/dijkstra.h \ lemon/dimacs.h \ lemon/edge_set.h \ lemon/edmonds_karp.h \ lemon/eps.h \ lemon/error.h \ lemon/fib_heap.h \ lemon/floyd_warshall.h \ lemon/fredman_tarjan.h \ lemon/full_graph.h \ lemon/graph_adaptor.h \ lemon/graph_reader.h \ lemon/graph_to_eps.h \ lemon/graph_utils.h \ lemon/graph_writer.h \ lemon/grid_ugraph.h \ lemon/hypercube_graph.h \ lemon/iterable_maps.h \ lemon/johnson.h \ lemon/kruskal.h \ lemon/lemon_reader.h \ lemon/lemon_writer.h \ lemon/list_graph.h \ lemon/lp.h \ lemon/lp_base.h \ lemon/lp_cplex.h \ lemon/lp_glpk.h \ lemon/lp_skeleton.h \ lemon/map_iterator.h \ lemon/maps.h \ lemon/matrix_maps.h \ lemon/max_matching.h \ lemon/min_cost_arborescence.h \ lemon/min_cost_flow.h \ lemon/min_cut.h \ lemon/path.h \ lemon/polynomial.h \ lemon/preflow.h \ lemon/prim.h \ lemon/radix_heap.h \ lemon/radix_sort.h \ lemon/refptr.h \ lemon/simann.h \ lemon/smart_graph.h \ lemon/sub_graph.h \ lemon/suurballe.h \ lemon/tabu_search.h \ lemon/time_measure.h \ lemon/tolerance.h \ lemon/topology.h \ lemon/ugraph_adaptor.h \ lemon/unionfind.h \ lemon/xy.h bits_HEADERS += \ lemon/bits/alteration_notifier.h \ lemon/bits/array_map.h \ lemon/bits/base_extender.h \ lemon/bits/default_map.h \ lemon/bits/edge_set_extender.h \ lemon/bits/graph_adaptor_extender.h \ lemon/bits/graph_extender.h \ lemon/bits/invalid.h \ lemon/bits/item_reader.h \ lemon/bits/item_writer.h \ lemon/bits/map_extender.h \ lemon/bits/mingw32_rand.h \ lemon/bits/mingw32_time.h \ lemon/bits/traits.h \ lemon/bits/utility.h \ lemon/bits/vector_map.h concept_HEADERS += \ lemon/concept_check.h \ lemon/concept/bpugraph.h \ lemon/concept/graph.h \ lemon/concept/graph_components.h \ lemon/concept/heap.h \ lemon/concept/maps.h \ lemon/concept/matrix_maps.h \ lemon/concept/path.h \ lemon/concept/ugraph.h