diff -r d8475431bbbb -r 8e85e6bbefdf src/lemon/Makefile.am --- a/src/lemon/Makefile.am Sat May 21 21:04:57 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -AM_CPPFLAGS = -I$(top_srcdir)/src - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = lemon.pc - -lib_LTLIBRARIES = libemon.la - -libemon_la_SOURCES = \ - lp_base.cc \ - lp_skeleton.cc -libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) -libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) - -if HAVE_GLPK -libemon_la_SOURCES += lp_glpk.cc -endif - -if HAVE_CPLEX -libemon_la_SOURCES += lp_cplex.cc -endif - -nobase_pkginclude_HEADERS = \ - bezier.h \ - bfs.h \ - dfs.h \ - bin_heap.h \ - config.h \ - dijkstra.h \ - dimacs.h \ - error.h \ - fib_heap.h \ - full_graph.h \ - graph_adaptor.h \ - graph_utils.h \ - graph_to_eps.h \ - invalid.h \ - kruskal.h \ - list_graph.h \ - lp_base.h \ - lp_cplex.h \ - lp_glpk.h \ - lp_skeleton.h \ - maps.h \ - max_matching.h \ - min_cost_flow.h \ - suurballe.h \ - preflow.h \ - path.h \ - radix_heap.h \ - smart_graph.h \ - time_measure.h \ - unionfind.h \ - xy.h \ - concept_check.h \ - utility.h \ - lemon_reader.h \ - lemon_writer.h \ - graph_reader.h \ - graph_writer.h \ - bits/alteration_notifier.h \ - bits/map_iterator.h \ - bits/array_map.h \ - bits/default_map.h \ - bits/extended_pair.h \ - bits/vector_map.h \ - bits/iterable_graph_extender.h \ - bits/extendable_graph_extender.h \ - bits/clearable_graph_extender.h \ - bits/erasable_graph_extender.h \ - bits/undir_graph_extender.h \ - bits/item_reader.h \ - bits/item_writer.h - -noinst_HEADERS = \ - concept/graph.h \ - concept/graph_component.h \ - concept/undir_graph.h \ - concept/sym_graph.h \ - concept/maps.h \ - concept/heap.h \ - concept/path.h