benchmark/Makefile.am
author hegyi
Thu, 05 Jan 2006 12:30:09 +0000
changeset 1878 409a31271efd
parent 1435 8e85e6bbefdf
child 2084 59769591eb60
permissions -rw-r--r--
Several changes. \n If new map is added to mapstorage it emits signal with the name of the new map. This was important, because from now on not only tha mapwin should be updated. \n Furthermore algobox gets a pointer to mapstorage instead of only the mapnames from it. This is important because without it it would be complicated to pass all of the required maps to algobox.
ladanyi@1435
     1
AM_CPPFLAGS = -I$(top_srcdir)
ladanyi@1351
     2
ladanyi@1351
     3
noinst_HEADERS = bench_tools.h
ladanyi@704
     4
deba@1833
     5
noinst_PROGRAMS = graph-bench hcube bfs-bench radix_sort-bench
ladanyi@704
     6
ladanyi@1351
     7
graph_bench_SOURCES = graph-bench.cc
alpar@708
     8
ladanyi@1351
     9
hcube_SOURCES = hcube.cc
alpar@742
    10
ladanyi@1351
    11
bfs_bench_SOURCES = bfs-bench.cc
deba@1833
    12
deba@1833
    13
radix_sort_bench_SOURCES = radix_sort-bench.cc