src/lemon/Makefile.am
author marci
Tue, 01 Feb 2005 15:43:14 +0000
changeset 1113 b5ad821053a1
parent 1073 bedab8bd915f
child 1129 4e26fd7ffcdc
permissions -rw-r--r--
correction
     1 pkginclude_HEADERS =							\
     2 	map_defines.h							\
     3 	array_map.h                                                     \
     4 	bezier.h                                                        \
     5 	bfs.h                                                           \
     6 	dfs.h                                                           \
     7 	bin_heap.h							\
     8 	default_map.h							\
     9 	dijkstra.h							\
    10 	dimacs.h							\
    11 	fib_heap.h							\
    12 	full_graph.h							\
    13 	graph_wrapper.h							\
    14 	graph_utils.h							\
    15 	graph_to_eps.h                                                  \
    16 	invalid.h							\
    17 	kruskal.h							\
    18 	list_graph.h							\
    19 	alteration_notifier.h                                           \
    20 	maps.h								\
    21 	max_matching.h                                                  \
    22 	min_cost_flow.h                                                 \
    23 	suurballe.h                                                     \
    24 	preflow.h                                                       \
    25 	path.h                                                          \
    26 	smart_graph.h							\
    27 	time_measure.h							\
    28 	unionfind.h							\
    29 	vector_map.h                                                    \
    30 	xy.h								\
    31 	concept_check.h							\
    32 	utility.h							\
    33 	iterable_graph_extender.h					\
    34 	extendable_graph_extender.h					\
    35 	clearable_graph_extender.h					\
    36 	erasable_graph_extender.h					\
    37 	undir_graph_extender.h
    38 
    39 noinst_HEADERS =							\
    40 	concept/graph.h							\
    41 	concept/graph_component.h					\
    42 	concept/undir_graph.h						\
    43 	concept/sym_graph.h						\
    44 	concept/maps.h							\
    45 	concept/path.h