1 2 include $(top_srcdir)/Makefile.tool-tests.am 3 4 dist_noinst_SCRIPTS = filter_stderr 5 6 EXTRA_DIST = $(noinst_SCRIPTS) \ 7 power_ISA2_05.stderr.exp power_ISA2_05.stdout.exp power_ISA2_05.vgtest 8 9 check_PROGRAMS = \ 10 power_ISA2_05 11 12 power_ISA2_05_CFLAGS = $(AM_CFLAGS) $(WERROR) -Winline -Wall -Wshadow -g \ 13 -I$(top_srcdir)/include @FLAG_M32@ 14