src/lemon/Makefile.am
changeset 1004 b94037830dc8
parent 977 48962802d168
child 1039 bd01c5a3f989
equal deleted inserted replaced
5:596547ba90df 6:68f4f4081348
     1 pkginclude_HEADERS =							\
     1 pkginclude_HEADERS =							\
       
     2 	map_defines.h							\
     2 	array_map.h                                                     \
     3 	array_map.h                                                     \
     3 	bfs.h                                                           \
     4 	bfs.h                                                           \
     4 	dfs.h                                                           \
     5 	dfs.h                                                           \
     5 	bin_heap.h							\
     6 	bin_heap.h							\
     6 	default_map.h							\
     7 	default_map.h							\
     7 	dijkstra.h							\
     8 	dijkstra.h							\
     8 	dimacs.h							\
     9 	dimacs.h							\
     9 	extended_pair.h                                                 \
       
    10 	fib_heap.h							\
    10 	fib_heap.h							\
    11 	full_graph.h							\
    11 	full_graph.h							\
    12 	graph_wrapper.h							\
    12 	graph_wrapper.h							\
    13 	graph_utils.h							\
    13 	graph_utils.h							\
    14 	invalid.h							\
    14 	invalid.h							\
    15 	kruskal.h							\
    15 	kruskal.h							\
    16 	list_graph.h							\
    16 	list_graph.h							\
    17 	map_iterator.h                                                  \
       
    18 	alteration_observer_registry.h                                  \
    17 	alteration_observer_registry.h                                  \
    19 	maps.h								\
    18 	maps.h								\
    20 	min_cost_flow.h                                                 \
    19 	min_cost_flow.h                                                 \
    21 	suurballe.h                                                     \
    20 	suurballe.h                                                     \
    22 	preflow.h                                                       \
    21 	preflow.h                                                       \
    25 	time_measure.h							\
    24 	time_measure.h							\
    26 	unionfind.h							\
    25 	unionfind.h							\
    27 	vector_map.h                                                    \
    26 	vector_map.h                                                    \
    28 	xy.h								\
    27 	xy.h								\
    29 	concept_check.h							\
    28 	concept_check.h							\
    30 	map_defines.h							\
       
    31 	map_bits.h							\
       
    32 	utility.h							\
    29 	utility.h							\
    33 	iterable_graph_extender.h					\
    30 	iterable_graph_extender.h					\
    34 	idmappable_graph_extender.h				   	\
       
    35 	extendable_graph_extender.h					\
    31 	extendable_graph_extender.h					\
    36 	clearable_graph_extender.h					\
    32 	clearable_graph_extender.h					\
    37 	erasable_graph_extender.h					\
    33 	erasable_graph_extender.h					\
    38 	undir_graph_extender.h
    34 	undir_graph_extender.h
    39 
    35