mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 20:50:56 +00:00
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
28 lines
391 B
Makefile
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
|