src/lemon/Makefile.am
changeset 1378 b82995734b2d
parent 1349 83388a4aa3af
child 1381 998e8def9676
equal deleted inserted replaced
20:6056e1445930 21:ce2f206746d6
    13 libemon_la_SOURCES += lp_glpk.cc
    13 libemon_la_SOURCES += lp_glpk.cc
    14 libemon_la_CXXFLAGS = $(GLPK_CFLAGS)
    14 libemon_la_CXXFLAGS = $(GLPK_CFLAGS)
    15 libemon_la_LDFLAGS = $(GLPK_LIBS)
    15 libemon_la_LDFLAGS = $(GLPK_LIBS)
    16 endif
    16 endif
    17 
    17 
    18 pkginclude_HEADERS = \
    18 nobase_pkginclude_HEADERS = \
    19 	bezier.h \
    19 	bezier.h \
    20 	bfs.h \
    20 	bfs.h \
    21 	dfs.h \
    21 	dfs.h \
    22 	bin_heap.h \
    22 	bin_heap.h \
    23 	dijkstra.h \
    23 	dijkstra.h \
    29 	graph_utils.h \
    29 	graph_utils.h \
    30 	graph_to_eps.h \
    30 	graph_to_eps.h \
    31 	invalid.h \
    31 	invalid.h \
    32 	kruskal.h \
    32 	kruskal.h \
    33 	list_graph.h \
    33 	list_graph.h \
       
    34 	lp_base.h \
       
    35 	lp_glpk.h \
       
    36 	lp_skeleton.h \
    34 	maps.h \
    37 	maps.h \
    35 	max_matching.h \
    38 	max_matching.h \
    36 	min_cost_flow.h \
    39 	min_cost_flow.h \
    37 	suurballe.h \
    40 	suurballe.h \
    38 	preflow.h \
    41 	preflow.h \
    58 	bits/clearable_graph_extender.h \
    61 	bits/clearable_graph_extender.h \
    59 	bits/erasable_graph_extender.h \
    62 	bits/erasable_graph_extender.h \
    60 	bits/undir_graph_extender.h
    63 	bits/undir_graph_extender.h
    61 
    64 
    62 noinst_HEADERS = \
    65 noinst_HEADERS = \
    63 	lp_base.h \
       
    64 	lp_glpk.h \
       
    65 	lp_skeleton.h \
       
    66 	concept/graph.h \
    66 	concept/graph.h \
    67 	concept/graph_component.h \
    67 	concept/graph_component.h \
    68 	concept/undir_graph.h \
    68 	concept/undir_graph.h \
    69 	concept/sym_graph.h \
    69 	concept/sym_graph.h \
    70 	concept/maps.h \
    70 	concept/maps.h \