sewardj | 0126214 | 2006-01-04 01:20:28 +0000 | [diff] [blame] | 1 | |
| 2 | # For AM_FLAG_M3264_PRI |
| 3 | include $(top_srcdir)/Makefile.flags.am |
| 4 | |
nethercote | c9f3692 | 2004-02-14 16:40:02 +0000 | [diff] [blame] | 5 | noinst_SCRIPTS = filter_stderr |
| 6 | |
| 7 | EXTRA_DIST = $(noinst_SCRIPTS) \ |
njn | 7ce8311 | 2005-08-24 22:38:00 +0000 | [diff] [blame] | 8 | basic_malloc.stderr.exp basic_malloc.vgtest \ |
nethercote | 57e36b3 | 2004-07-10 14:56:28 +0000 | [diff] [blame] | 9 | toobig-allocs.stderr.exp toobig-allocs.vgtest \ |
nethercote | c9f3692 | 2004-02-14 16:40:02 +0000 | [diff] [blame] | 10 | true_html.stderr.exp true_html.vgtest \ |
| 11 | true_text.stderr.exp true_text.vgtest |
| 12 | |
sewardj | 0126214 | 2006-01-04 01:20:28 +0000 | [diff] [blame] | 13 | AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI) |
njn | 7ce8311 | 2005-08-24 22:38:00 +0000 | [diff] [blame] | 14 | |
| 15 | check_PROGRAMS = \ |
| 16 | basic_malloc |
| 17 | |