Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / ppc32 / Makefile.am
blob26b95a22446de485acd7eeeb92a74478e0ac9d1d
2 include $(top_srcdir)/Makefile.tool-tests.am
4 dist_noinst_SCRIPTS = filter_stderr
6 EXTRA_DIST = $(noinst_SCRIPTS) \
7         power_ISA2_05.stderr.exp power_ISA2_05.stdout.exp power_ISA2_05.vgtest \
8         power_ISA2_05.stdout.exp_Without_FPPO \
9         power_ISA2_07.stdout.exp \
10         power_ISA2_07.stderr.exp power_ISA2_07.vgtest
12 check_PROGRAMS = \
13         power_ISA2_05 power_ISA2_07
15 power_ISA2_05_CFLAGS = $(AM_CFLAGS) $(WERROR) -Winline -Wall -Wshadow -g \
16                 -I$(top_srcdir)/include @FLAG_M32@
18 if HAS_ISA_2_07
19 BUILD_FLAGS_ISA_2_07 =  -mhtm -mcpu=power8
20 ISA_2_07_FLAG = -DHAS_ISA_2_07
21 else
22 BUILD_FLAGS_ISA_2_07 =
23 ISA_2_07_FLAG =
24 endif
26 power_ISA2_07_CFLAGS = $(AM_CFLAGS) $(WERROR) -Winline -Wall -Wshadow -g \
27                 $(ISA_2_07_FLAG)  -I$(top_srcdir)/include @FLAG_M32@