src/hugo/Makefile.am
author deba
Wed, 08 Sep 2004 12:06:45 +0000
changeset 822 88226d9fe821
parent 810 e9fbc747ca47
child 828 632bb520e64b
permissions -rw-r--r--
The MapFactories have been removed from the code because
if we use macros then they increases only the complexity.

The pair iterators of the maps are separeted from the maps.

Some macros and comments has been changed.
     1 pkginclude_HEADERS =							\
     2 	array_map_factory.h                                             \
     3 	bfs.h                                                           \
     4 	dfs.h                                                           \
     5 	bin_heap.h							\
     6 	default_map_factory.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_registry.h                                                  \
    19 	maps.h								\
    20 	max_flow.h                                                      \
    21 	mincostflows.h                                                  \
    22 	minlengthpaths.h                                                \
    23 	smart_graph.h							\
    24 	sym_map_factory.h                                               \
    25 	time_measure.h							\
    26 	unionfind.h							\
    27 	vector_map_factory.h                                            \
    28 	xy.h
    29 
    30 noinst_HEADERS =							\
    31 	skeletons/graph.h						\
    32 	skeletons/maps.h