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.
ladanyi@542
     1
pkginclude_HEADERS =							\
alpar@795
     2
	array_map_factory.h                                             \
alpar@774
     3
	bfs.h                                                           \
alpar@795
     4
	dfs.h                                                           \
ladanyi@542
     5
	bin_heap.h							\
alpar@816
     6
	default_map_factory.h                                           \
ladanyi@542
     7
	dijkstra.h							\
ladanyi@542
     8
	dimacs.h							\
ladanyi@542
     9
	error.h								\
alpar@795
    10
	extended_pair.h                                                 \
ladanyi@542
    11
	fib_heap.h							\
ladanyi@596
    12
	full_graph.h							\
ladanyi@596
    13
	graph_wrapper.h							\
ladanyi@542
    14
	invalid.h							\
alpar@810
    15
	kruskal.h							\
alpar@578
    16
	list_graph.h							\
alpar@795
    17
	map_defines.h                                                   \
alpar@795
    18
	map_registry.h                                                  \
ladanyi@542
    19
	maps.h								\
alpar@731
    20
	max_flow.h                                                      \
alpar@795
    21
	mincostflows.h                                                  \
alpar@795
    22
	minlengthpaths.h                                                \
ladanyi@542
    23
	smart_graph.h							\
alpar@795
    24
	sym_map_factory.h                                               \
ladanyi@542
    25
	time_measure.h							\
ladanyi@542
    26
	unionfind.h							\
alpar@795
    27
	vector_map_factory.h                                            \
ladanyi@596
    28
	xy.h
ladanyi@596
    29
ladanyi@563
    30
noinst_HEADERS =							\
ladanyi@563
    31
	skeletons/graph.h						\
ladanyi@563
    32
	skeletons/maps.h