src/lemon/Makefile.am
author klao
Wed, 10 Nov 2004 21:42:28 +0000
changeset 978 175cf8c3a994
parent 962 1a770e9f80b2
child 980 0f1044b7a3af
permissions -rw-r--r--
"make check" pass under gcc-3.4.3
     1 pkginclude_HEADERS =							\
     2 	array_map.h                                                     \
     3 	bfs.h                                                           \
     4 	dfs.h                                                           \
     5 	bin_heap.h							\
     6 	default_map.h							\
     7 	dijkstra.h							\
     8 	dimacs.h							\
     9 	extended_pair.h                                                 \
    10 	fib_heap.h							\
    11 	full_graph.h							\
    12 	graph_wrapper.h							\
    13 	graph_utils.h							\
    14 	invalid.h							\
    15 	kruskal.h							\
    16 	list_graph.h							\
    17 	map_iterator.h                                                  \
    18 	alteration_observer_registry.h                                  \
    19 	maps.h								\
    20 	min_cost_flow.h                                                 \
    21 	suurballe.h                                                     \
    22 	preflow.h                                                       \
    23 	path.h                                                          \
    24 	smart_graph.h							\
    25 	time_measure.h							\
    26 	unionfind.h							\
    27 	vector_map.h                                                    \
    28 	xy.h								\
    29 	concept_check.h							\
    30 	map_defines.h							\
    31 	map_bits.h							\
    32 	utility.h							\
    33 	iterable_graph_extender.h					\
    34 	idmappable_graph_extender.h				   	\
    35 	extendable_graph_extender.h					\
    36 	clearable_graph_extender.h					\
    37 	erasable_graph_extender.h					\
    38 	undir_graph_extender.h
    39 
    40 noinst_HEADERS =							\
    41 	concept/graph.h							\
    42 	concept/graph_component.h					\
    43 	concept/undir_graph.h						\
    44 	concept/sym_graph.h						\
    45 	concept/maps.h							\
    46 	concept/path.h