ftmemsim-valgrind/perf/Makefile.am
Julian Seward 16d5a1e2ba In fbench, compute sin/cos/sqrt from "first principles", so that the
program more uniformly measures the speed of FP +/-/* load/store
across different architectures.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5455
2005-12-28 04:18:20 +00:00

27 lines
538 B
Makefile

noinst_SCRIPTS = vg_perf
noinst_HEADERS = stdarg.h stddef.h
EXTRA_DIST = $(noinst_SCRIPTS) \
bigcode.vgperf \
bz2.vgperf \
fbench.vgperf \
ffbench.vgperf \
heap.vgperf \
sarp.vgperf \
tinycc.vgperf \
test_input_for_tinycc.c
check_PROGRAMS = \
bigcode bz2 fbench ffbench heap sarp tinycc
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g -O
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_builddir)/include
AM_CXXFLAGS = $(AM_CFLAGS)
# Extra stuff
fbench_CFLAGS = -g -O2
fbench_LDADD =
ffbench_LDADD = -lm