Julian Seward 5b02b70476 Add Bryan Meredith's Omega tool as an experimental tool. Maintainer
is Rich Coe.  Also, a minor mod to Makefile.install.am to handle tool
names with dashes in.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7112
2007-11-09 12:30:36 +00:00

28 lines
391 B
Makefile

noinst_SCRIPTS =
#EXTRA_DIST = $(noinst_SCRIPTS)
check_PROGRAMS = \
overwrite1 \
overwrite2 \
overwrite3 \
overwrite4 \
overwrite5 \
scope1 \
scope2 \
scope3 \
scope4 \
scope5 \
scope6 \
block1 \
block2 \
block3 \
shadow1 \
static1
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -O0 -g
AM_CXXFLAGS = $(AM_CFLAGS) -Wall -O0 -g
# C++ tests
scope4_SOURCES = scope4.cpp