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