src/benchmark/Makefile.am
author alpar
Wed, 16 Mar 2005 07:50:20 +0000
changeset 1215 81b4731f8a6b
parent 711 b6c56353832c
child 1351 551ffd3bcbb7
permissions -rw-r--r--
- '.lgf' could be the standard 'lemon graph format' extension.
- heap_test is fixed in order that 'make discheck' work.
- heap_test now checks whether the input file exists.
alpar@708
     1
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/work  -I$(top_srcdir)/src/work/marci
ladanyi@704
     2
alpar@742
     3
noinst_PROGRAMS = graph-bench hcube bfs-bench
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
alpar@742
     8
alpar@742
     9
bfs_bench_SOURCES = bfs-bench.cc bench_tools.h