blob: ba8d3225d49a28cd2dc9d3aac8eb9460acc3bb48 [file] [log] [blame]
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