benchmark/Makefile.am
author deba
Fri, 14 Apr 2006 18:05:02 +0000
changeset 2050 d9a221218ea4
parent 1435 8e85e6bbefdf
child 2084 59769591eb60
permissions -rw-r--r--
Changing the mining of the clear in heaps
It does not touch the heap cross ref. It is
sometimes more clean useable and more efficient
     1 AM_CPPFLAGS = -I$(top_srcdir)
     2 
     3 noinst_HEADERS = bench_tools.h
     4 
     5 noinst_PROGRAMS = graph-bench hcube bfs-bench radix_sort-bench
     6 
     7 graph_bench_SOURCES = graph-bench.cc
     8 
     9 hcube_SOURCES = hcube.cc
    10 
    11 bfs_bench_SOURCES = bfs-bench.cc
    12 
    13 radix_sort_bench_SOURCES = radix_sort-bench.cc