blob: ea5ae33c788c789a1aa00fd4d959f755e6cf0e3b [file] [log] [blame]
sewardj01262142006-01-04 01:20:28 +00001
2# For AM_FLAG_M3264_PRI
3include $(top_srcdir)/Makefile.flags.am
4
nethercotec9f36922004-02-14 16:40:02 +00005noinst_SCRIPTS = filter_stderr
6
7EXTRA_DIST = $(noinst_SCRIPTS) \
njn7ce83112005-08-24 22:38:00 +00008 basic_malloc.stderr.exp basic_malloc.vgtest \
nethercote57e36b32004-07-10 14:56:28 +00009 toobig-allocs.stderr.exp toobig-allocs.vgtest \
nethercotec9f36922004-02-14 16:40:02 +000010 true_html.stderr.exp true_html.vgtest \
11 true_text.stderr.exp true_text.vgtest
12
sewardj01262142006-01-04 01:20:28 +000013AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI)
njn7ce83112005-08-24 22:38:00 +000014
15check_PROGRAMS = \
16 basic_malloc
17