src/benchmark/Makefile.am
author alpar
Fri, 23 Jul 2004 17:13:23 +0000
changeset 737 2d867176d10e
parent 708 429dfcbbf47d
child 742 235fd36336b7
permissions -rw-r--r--
Several changes in Kruskal alg.
- Input object interface was changed to an STL compatible one.
- template parameters of class KruskalPairVec has been simplified.
- (the most of) the names meet the naming conventions.
- a lot of (but still not enough) documentation has been added.
- class KruskalMapVec has been commented out.
alpar@708
     1
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/work  -I$(top_srcdir)/src/work/marci
ladanyi@704
     2
alpar@708
     3
noinst_PROGRAMS = graph-bench hcube
ladanyi@704
     4
alpar@711
     5
graph_bench_SOURCES = graph-bench.cc bench_tools.h
alpar@708
     6
alpar@711
     7
hcube_SOURCES = hcube.cc bench_tools.h