src/benchmark/Makefile.am
author deba
Thu, 02 Sep 2004 10:07:30 +0000
changeset 782 df2e45e09652
parent 711 b6c56353832c
child 1351 551ffd3bcbb7
permissions -rw-r--r--
--This line, and those below, will be ignored--

A hugo/sym_map_factory.h
M hugo/list_graph.h
A hugo/array_map_factory.h
A hugo/map_registry.h
M hugo/smart_graph.h
A hugo/map_defines.h
A hugo/extended_pair.h
M hugo/full_graph.h
A hugo/vector_map_factory.h
     1 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/work  -I$(top_srcdir)/src/work/marci
     2 
     3 noinst_PROGRAMS = graph-bench hcube bfs-bench
     4 
     5 graph_bench_SOURCES = graph-bench.cc bench_tools.h
     6 
     7 hcube_SOURCES = hcube.cc bench_tools.h
     8 
     9 bfs_bench_SOURCES = bfs-bench.cc bench_tools.h