blob: fbfc93d1670adb2b62b604927eddb600a4ee4bc2 [file] [log] [blame]
sewardj01262142006-01-04 01:20:28 +00001
2# For AM_FLAG_M3264_PRI
3include $(top_srcdir)/Makefile.flags.am
4
njnf2df9b52002-10-04 11:35:47 +00005noinst_SCRIPTS = filter_stderr
6
njna63e2d72003-06-12 14:13:05 +00007EXTRA_DIST = $(noinst_SCRIPTS) \
jsgfc67f83b2003-10-15 22:15:37 +00008 allok.stderr.exp allok.vgtest \
9 deadlock.stderr.exp deadlock.vgtest \
10 inherit.stderr.exp inherit.vgtest \
11 race.stderr.exp race.vgtest \
12 race2.stderr.exp race2.vgtest \
nethercote57e36b32004-07-10 14:56:28 +000013 readshared.stderr.exp readshared.vgtest \
14 toobig-allocs.stderr.exp toobig-allocs.vgtest
jsgfc67f83b2003-10-15 22:15:37 +000015
16check_PROGRAMS = \
17 allok deadlock inherit race race2 readshared
18
jsgfc67f83b2003-10-15 22:15:37 +000019# force -gstabs, because we don't print symaddr for DWARF yet
sewardj94fb2332006-02-10 12:42:11 +000020# Sigh, gcc-3.4.3 on ppc64 generates bogus .stabs. So disable it
21# for now on ppc64-linux.
sewardj1eff82b2006-10-17 00:56:43 +000022if VGP_PPC64_LINUX
sewardj94fb2332006-02-10 12:42:11 +000023AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI)
24else
sewardj1eff82b2006-10-17 00:56:43 +000025
26# In fact -gstabs is broken on many systems now
27#AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -gstabs $(AM_FLAG_M3264_PRI)
28AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI)
29
sewardj94fb2332006-02-10 12:42:11 +000030endif
31
jsgfc67f83b2003-10-15 22:15:37 +000032LDADD = -lpthread