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