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 power_ISA2_05.stdout.exp_Without_FPPO 9 10 check_PROGRAMS = \ 11 power_ISA2_05 12 13 power_ISA2_05_CFLAGS = $(AM_CFLAGS) $(WERROR) -Winline -Wall -Wshadow -g \ 14 -I$(top_srcdir)/include @FLAG_M64@ 15