mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 12:44:45 +00:00
from the DARWIN branch). Also filter the output more so the .stderr.exp2 isn't needed. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9038
19 lines
421 B
Makefile
19 lines
421 B
Makefile
noinst_SCRIPTS = filter_stderr
|
|
|
|
EXTRA_DIST = $(noinst_SCRIPTS) \
|
|
brk.stderr.exp brk.vgtest \
|
|
capget capget.stderr.exp \
|
|
timerfd-syscall timerfd-syscall.stderr.exp
|
|
|
|
check_PROGRAMS = \
|
|
brk \
|
|
capget \
|
|
timerfd-syscall
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
AM_CFLAGS = $(WERROR) $(AM_FLAG_M3264_PRI) -Winline -Wall -Wshadow -g \
|
|
$(FLAG_MMMX) $(FLAG_MSSE)
|
|
AM_CXXFLAGS = $(AM_CFLAGS)
|
|
|
|
timerfd_syscall_LDADD = -lrt
|