src/benchmark/Makefile.am
author ladanyi
Tue, 05 Apr 2005 22:37:19 +0000
changeset 1308 0274efa2222f
parent 711 b6c56353832c
child 1351 551ffd3bcbb7
permissions -rw-r--r--
Applied the changes which somehow vanished during my last merge. Thanks goes
to Marci for noticing this. In detail:
- added amsmath and amssymb latex packages for latex documentation
- src/demo is also scanned for doxygen input files
     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