src/hugo/Makefile.am
author alpar
Sun, 19 Sep 2004 12:24:48 +0000
changeset 881 a9f19f38970b
parent 843 d56fad02dc55
child 883 4af619b64d98
permissions -rw-r--r--
Right (but still too short) documentation of the namespaces.
     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 	error.h								\
    10 	extended_pair.h                                                 \
    11 	fib_heap.h							\
    12 	full_graph.h							\
    13 	graph_wrapper.h							\
    14 	invalid.h							\
    15 	kruskal.h							\
    16 	list_graph.h							\
    17 	map_defines.h                                                   \
    18 	map_iterator.h                                                  \
    19 	map_registry.h                                                  \
    20 	map_bits.h							\
    21 	maps.h								\
    22 	mincostflows.h                                                  \
    23 	minlengthpaths.h                                                \
    24 	preflow.h                                                       \
    25 	path.h                                                          \
    26 	smart_graph.h							\
    27 	sym_map.h                                                       \
    28 	time_measure.h							\
    29 	unionfind.h							\
    30 	vector_map.h                                                    \
    31 	xy.h
    32 
    33 noinst_HEADERS =							\
    34 	skeletons/graph.h						\
    35 	skeletons/maps.h                                                \
    36 	skeletons/path.h