Makefile.in revision 663860b1408516d02ebfcb3a9999a134e6cfb223
1b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org# Makefile.in generated by automake 1.11.1 from Makefile.am.
23484964a86451e86dcf04be9bd8c0d76ee04f081rossberg@chromium.org# @configure_input@
33484964a86451e86dcf04be9bd8c0d76ee04f081rossberg@chromium.org
4b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org# Inc.
7b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org# This Makefile.in is free software; the Free Software Foundation
8e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org# gives unlimited permission to copy and/or distribute it,
9e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org# with or without modifications, as long as this notice is preserved.
10196eb601290dc49c3754da728dc58700dff2de1bmachenbach@chromium.org
11248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org# This program is distributed in the hope that it will be useful,
12ada3a6017e603965f87fa34f6e2fa60379e8d697machenbach@chromium.org# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
135de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org# PARTICULAR PURPOSE.
15b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org
16b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org@SET_MAKE@
17b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org
18b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org# This file is used for tool tests, and also in perf/Makefile.am.
19b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org
20b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org# This file should be included (directly or indirectly) by every
21b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org# Makefile.am that builds programs.  And also the top-level Makefile.am.
22b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org
23b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org#----------------------------------------------------------------------------
24b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org# Global stuff
25b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.org#----------------------------------------------------------------------------
26fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org
27fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgVPATH = @srcdir@
28fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgpkgdatadir = $(datadir)/@PACKAGE@
29fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgpkgincludedir = $(includedir)/@PACKAGE@
30fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgpkglibdir = $(libdir)/@PACKAGE@
31fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgpkglibexecdir = $(libexecdir)/@PACKAGE@
32fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
33fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orginstall_sh_DATA = $(install_sh) -c -m 644
34fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orginstall_sh_PROGRAM = $(install_sh) -c
35fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orginstall_sh_SCRIPT = $(install_sh) -c
36fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgINSTALL_HEADER = $(INSTALL_DATA)
37fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgtransform = $(program_transform_name)
38fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgNORMAL_INSTALL = :
39fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgPRE_INSTALL = :
40fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgPOST_INSTALL = :
41fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgNORMAL_UNINSTALL = :
42fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgPRE_UNINSTALL = :
43fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgPOST_UNINSTALL = :
44fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgbuild_triplet = @build@
45fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orghost_triplet = @host@
46fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgDIST_COMMON = $(dist_noinst_SCRIPTS) $(srcdir)/Makefile.am \
47fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org	$(srcdir)/Makefile.in $(top_srcdir)/Makefile.all.am \
48fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org	$(top_srcdir)/Makefile.tool-tests.am
49fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org
50fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org# The Android toolchain includes all kinds of stdlib helpers present in
51fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org# bionic which is bad because we are not linking with it and the Android
52fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org# linker will panic.
53fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org@VGCONF_PLATVARIANT_IS_ANDROID_TRUE@am__append_1 = -nostdlib
54fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org@VGCONF_HAVE_PLATFORM_SEC_TRUE@am__append_2 = -DVGA_SEC_@VGCONF_ARCH_SEC@=1  \
55fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org@VGCONF_HAVE_PLATFORM_SEC_TRUE@		-DVGP_SEC_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1
56fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org
57fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgcheck_PROGRAMS = allexec$(EXEEXT) bug129390-ppc32$(EXEEXT) \
58fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org	bug139050-ppc32$(EXEEXT) ldstrev$(EXEEXT) lsw$(EXEEXT) \
59fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org	jm-insns$(EXEEXT) mftocrf$(EXEEXT) mcrfs$(EXEEXT) \
60fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org	round$(EXEEXT) test_fx$(EXEEXT) test_gx$(EXEEXT) \
61fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org	testVMX$(EXEEXT) twi$(EXEEXT) tw$(EXEEXT) xlc_dbl_u32$(EXEEXT) \
62fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org	power5+_round$(EXEEXT) power6_bcmp$(EXEEXT) \
63fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org	test_isa_2_06_part1$(EXEEXT) test_isa_2_06_part2$(EXEEXT) \
64fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org	test_isa_2_06_part3$(EXEEXT) test_dfp1$(EXEEXT) \
65fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org	test_dfp2$(EXEEXT) test_dfp3$(EXEEXT) test_dfp4$(EXEEXT) \
66fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org	test_dfp5$(EXEEXT)
67fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgsubdir = none/tests/ppc32
68fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgam__aclocal_m4_deps = $(top_srcdir)/configure.in
70fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org	$(ACLOCAL_M4)
72fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgmkinstalldirs = $(install_sh) -d
73fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgCONFIG_HEADER = $(top_builddir)/config.h
74fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgCONFIG_CLEAN_FILES =
75fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgCONFIG_CLEAN_VPATH_FILES =
76fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgallexec_SOURCES = allexec.c
77fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgallexec_OBJECTS = allexec-allexec.$(OBJEXT)
78fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgallexec_LDADD = $(LDADD)
79fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgallexec_LINK = $(CCLD) $(allexec_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
80fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org	$(LDFLAGS) -o $@
81fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgbug129390_ppc32_SOURCES = bug129390-ppc32.c
82fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgbug129390_ppc32_OBJECTS = bug129390-ppc32.$(OBJEXT)
83fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgbug129390_ppc32_LDADD = $(LDADD)
84fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgbug139050_ppc32_SOURCES = bug139050-ppc32.c
85fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgbug139050_ppc32_OBJECTS = bug139050-ppc32.$(OBJEXT)
86fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgbug139050_ppc32_LDADD = $(LDADD)
87fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgjm_insns_SOURCES = jm-insns.c
88fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgjm_insns_OBJECTS = jm_insns-jm-insns.$(OBJEXT)
89fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgjm_insns_LDADD = $(LDADD)
90fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgjm_insns_LINK = $(CCLD) $(jm_insns_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
91fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.org	$(LDFLAGS) -o $@
92fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgldstrev_SOURCES = ldstrev.c
93fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgldstrev_OBJECTS = ldstrev.$(OBJEXT)
94fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgldstrev_LDADD = $(LDADD)
95fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orglsw_SOURCES = lsw.c
96fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orglsw_OBJECTS = lsw.$(OBJEXT)
97fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orglsw_LDADD = $(LDADD)
98fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgmcrfs_SOURCES = mcrfs.c
99fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgmcrfs_OBJECTS = mcrfs.$(OBJEXT)
100fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgmcrfs_LDADD = $(LDADD)
101fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgmftocrf_SOURCES = mftocrf.c
102fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgmftocrf_OBJECTS = mftocrf.$(OBJEXT)
103fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgmftocrf_LDADD = $(LDADD)
104fa7f914e3bacba481b13da5cf2bc4c935567ebc4machenbach@chromium.orgpower5__round_SOURCES = power5+_round.c
105b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgpower5__round_OBJECTS = power5+_round.$(OBJEXT)
106b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgpower5__round_LDADD = $(LDADD)
107e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgpower6_bcmp_SOURCES = power6_bcmp.c
108e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgpower6_bcmp_OBJECTS = power6_bcmp.$(OBJEXT)
109e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgpower6_bcmp_LDADD = $(LDADD)
110e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orground_SOURCES = round.c
111e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orground_OBJECTS = round.$(OBJEXT)
112e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orground_LDADD = $(LDADD)
113e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtestVMX_SOURCES = testVMX.c
114e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtestVMX_OBJECTS = testVMX-testVMX.$(OBJEXT)
115e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtestVMX_LDADD = $(LDADD)
116e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtestVMX_LINK = $(CCLD) $(testVMX_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
117e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	$(LDFLAGS) -o $@
118e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp1_SOURCES = test_dfp1.c
119e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp1_OBJECTS = test_dfp1-test_dfp1.$(OBJEXT)
120e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp1_LDADD = $(LDADD)
121e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp1_LINK = $(CCLD) $(test_dfp1_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
122e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	$(LDFLAGS) -o $@
123e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp2_SOURCES = test_dfp2.c
124e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp2_OBJECTS = test_dfp2-test_dfp2.$(OBJEXT)
125e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp2_LDADD = $(LDADD)
126e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp2_LINK = $(CCLD) $(test_dfp2_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
127e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	$(LDFLAGS) -o $@
128e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp3_SOURCES = test_dfp3.c
129e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp3_OBJECTS = test_dfp3-test_dfp3.$(OBJEXT)
130e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp3_LDADD = $(LDADD)
131e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp3_LINK = $(CCLD) $(test_dfp3_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
132e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	$(LDFLAGS) -o $@
133e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp4_SOURCES = test_dfp4.c
134e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp4_OBJECTS = test_dfp4-test_dfp4.$(OBJEXT)
135e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp4_LDADD = $(LDADD)
136e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp4_LINK = $(CCLD) $(test_dfp4_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
137e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	$(LDFLAGS) -o $@
138e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp5_SOURCES = test_dfp5.c
139e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp5_OBJECTS = test_dfp5-test_dfp5.$(OBJEXT)
140e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp5_LDADD = $(LDADD)
141e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_dfp5_LINK = $(CCLD) $(test_dfp5_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
142e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	$(LDFLAGS) -o $@
143e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_fx_SOURCES = test_fx.c
144e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_fx_OBJECTS = test_fx.$(OBJEXT)
145e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_fx_LDADD = $(LDADD)
146e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_gx_SOURCES = test_gx.c
147e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_gx_OBJECTS = test_gx.$(OBJEXT)
148e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_gx_LDADD = $(LDADD)
149e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_isa_2_06_part1_SOURCES = test_isa_2_06_part1.c
150e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_isa_2_06_part1_OBJECTS =  \
151e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	test_isa_2_06_part1-test_isa_2_06_part1.$(OBJEXT)
152e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_isa_2_06_part1_LDADD = $(LDADD)
153e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_isa_2_06_part1_LINK = $(CCLD) $(test_isa_2_06_part1_CFLAGS) \
154e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
155e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_isa_2_06_part2_SOURCES = test_isa_2_06_part2.c
156e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_isa_2_06_part2_OBJECTS =  \
157e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	test_isa_2_06_part2-test_isa_2_06_part2.$(OBJEXT)
158e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_isa_2_06_part2_LDADD = $(LDADD)
159e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_isa_2_06_part2_LINK = $(CCLD) $(test_isa_2_06_part2_CFLAGS) \
160e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
161e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_isa_2_06_part3_SOURCES = test_isa_2_06_part3.c
162e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_isa_2_06_part3_OBJECTS =  \
163e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	test_isa_2_06_part3-test_isa_2_06_part3.$(OBJEXT)
164e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_isa_2_06_part3_LDADD = $(LDADD)
165e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtest_isa_2_06_part3_LINK = $(CCLD) $(test_isa_2_06_part3_CFLAGS) \
166e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
167e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtw_SOURCES = tw.c
168e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtw_OBJECTS = tw.$(OBJEXT)
169e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtw_LDADD = $(LDADD)
170e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtwi_SOURCES = twi.c
171e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtwi_OBJECTS = twi.$(OBJEXT)
172e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgtwi_LDADD = $(LDADD)
173e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgxlc_dbl_u32_SOURCES = xlc_dbl_u32.c
174e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgxlc_dbl_u32_OBJECTS = xlc_dbl_u32.$(OBJEXT)
175e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgxlc_dbl_u32_LDADD = $(LDADD)
176e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgSCRIPTS = $(dist_noinst_SCRIPTS)
177e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
178e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgdepcomp = $(SHELL) $(top_srcdir)/depcomp
179e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgam__depfiles_maybe = depfiles
180e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgam__mv = mv -f
181e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
182e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
183e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgCCLD = $(CC)
184e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgLINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
185e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgSOURCES = allexec.c bug129390-ppc32.c bug139050-ppc32.c jm-insns.c \
186e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	ldstrev.c lsw.c mcrfs.c mftocrf.c power5+_round.c \
187e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	power6_bcmp.c round.c testVMX.c test_dfp1.c test_dfp2.c \
188e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	test_dfp3.c test_dfp4.c test_dfp5.c test_fx.c test_gx.c \
189e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	test_isa_2_06_part1.c test_isa_2_06_part2.c \
190e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	test_isa_2_06_part3.c tw.c twi.c xlc_dbl_u32.c
191e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgDIST_SOURCES = allexec.c bug129390-ppc32.c bug139050-ppc32.c \
192e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	jm-insns.c ldstrev.c lsw.c mcrfs.c mftocrf.c power5+_round.c \
193e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	power6_bcmp.c round.c testVMX.c test_dfp1.c test_dfp2.c \
194e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	test_dfp3.c test_dfp4.c test_dfp5.c test_fx.c test_gx.c \
195e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	test_isa_2_06_part1.c test_isa_2_06_part2.c \
196e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.org	test_isa_2_06_part3.c tw.c twi.c xlc_dbl_u32.c
197e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgETAGS = etags
198e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgCTAGS = ctags
199e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
200e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgACLOCAL = @ACLOCAL@
201e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgAMTAR = @AMTAR@
202e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgAR = @AR@
203e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgAUTOCONF = @AUTOCONF@
204e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgAUTOHEADER = @AUTOHEADER@
205e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgAUTOMAKE = @AUTOMAKE@
206e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgAWK = @AWK@
207e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgBOOST_CFLAGS = @BOOST_CFLAGS@
208e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgBOOST_LIBS = @BOOST_LIBS@
209e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgCC = @CC@
210e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgCCAS = @CCAS@
211e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgCCASDEPMODE = @CCASDEPMODE@
212e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgCCASFLAGS = @CCASFLAGS@
213e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgCCDEPMODE = @CCDEPMODE@
214e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgCFLAGS = @CFLAGS@
215e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgCFLAGS_MPI = @CFLAGS_MPI@
216e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgCPP = @CPP@
217e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgCPPFLAGS = @CPPFLAGS@
218e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgCXX = @CXX@
219e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgCXXDEPMODE = @CXXDEPMODE@
220e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgCXXFLAGS = @CXXFLAGS@
221e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgCYGPATH_W = @CYGPATH_W@
222e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgDEFAULT_SUPP = @DEFAULT_SUPP@
223e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgDEFS = @DEFS@
224e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgDEPDIR = @DEPDIR@
225e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgDIFF = @DIFF@
226e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgECHO_C = @ECHO_C@
227e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgECHO_N = @ECHO_N@
228e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgECHO_T = @ECHO_T@
229e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgEGREP = @EGREP@
230e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgEXEEXT = @EXEEXT@
231e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgFLAG_FNO_STACK_PROTECTOR = @FLAG_FNO_STACK_PROTECTOR@
232e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgFLAG_M32 = @FLAG_M32@
23306b2696801712948b665372a38f96b1f10be6997machenbach@chromium.orgFLAG_M64 = @FLAG_M64@
234e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgFLAG_MMMX = @FLAG_MMMX@
235e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgFLAG_MSSE = @FLAG_MSSE@
236e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgFLAG_NO_BUILD_ID = @FLAG_NO_BUILD_ID@
237e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgFLAG_UNLIMITED_INLINE_UNIT_GROWTH = @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@
238e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgFLAG_W_EXTRA = @FLAG_W_EXTRA@
239e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgFLAG_W_NO_EMPTY_BODY = @FLAG_W_NO_EMPTY_BODY@
240e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgFLAG_W_NO_FORMAT_ZERO_LENGTH = @FLAG_W_NO_FORMAT_ZERO_LENGTH@
241e20e19efeef112c26d0e63b1e5118e695b42d855machenbach@chromium.orgFLAG_W_NO_NONNULL = @FLAG_W_NO_NONNULL@
242b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgFLAG_W_NO_OVERFLOW = @FLAG_W_NO_OVERFLOW@
243b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgFLAG_W_NO_UNINITIALIZED = @FLAG_W_NO_UNINITIALIZED@
244b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgGDB = @GDB@
245b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgGLIBC_VERSION = @GLIBC_VERSION@
246b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgGREP = @GREP@
247b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgINSTALL = @INSTALL@
248b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgINSTALL_DATA = @INSTALL_DATA@
249b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgINSTALL_PROGRAM = @INSTALL_PROGRAM@
250b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgINSTALL_SCRIPT = @INSTALL_SCRIPT@
251b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgLDFLAGS = @LDFLAGS@
253b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgLDFLAGS_MPI = @LDFLAGS_MPI@
254b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgLIBOBJS = @LIBOBJS@
255b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgLIBS = @LIBS@
256b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgLN_S = @LN_S@
257b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgLTLIBOBJS = @LTLIBOBJS@
258b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgMAINT = @MAINT@
259b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgMAKEINFO = @MAKEINFO@
260b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgMKDIR_P = @MKDIR_P@
261b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgMPI_CC = @MPI_CC@
262b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgOBJEXT = @OBJEXT@
263b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgPACKAGE = @PACKAGE@
264b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
265ada3a6017e603965f87fa34f6e2fa60379e8d697machenbach@chromium.orgPACKAGE_NAME = @PACKAGE_NAME@
266ada3a6017e603965f87fa34f6e2fa60379e8d697machenbach@chromium.orgPACKAGE_STRING = @PACKAGE_STRING@
267b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgPACKAGE_TARNAME = @PACKAGE_TARNAME@
268b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgPACKAGE_URL = @PACKAGE_URL@
2696a4d394882dba70a85567fb90ffd4f428a9eb170machenbach@chromium.orgPACKAGE_VERSION = @PACKAGE_VERSION@
270b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgPATH_SEPARATOR = @PATH_SEPARATOR@
271b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgPERL = @PERL@
2726a4d394882dba70a85567fb90ffd4f428a9eb170machenbach@chromium.orgPREFERRED_STACK_BOUNDARY = @PREFERRED_STACK_BOUNDARY@
273b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgRANLIB = @RANLIB@
274b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgSED = @SED@
275b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgSET_MAKE = @SET_MAKE@
2766a4d394882dba70a85567fb90ffd4f428a9eb170machenbach@chromium.orgSHELL = @SHELL@
2776a4d394882dba70a85567fb90ffd4f428a9eb170machenbach@chromium.orgSTRIP = @STRIP@
2786a4d394882dba70a85567fb90ffd4f428a9eb170machenbach@chromium.orgVALT_LOAD_ADDRESS_PRI = @VALT_LOAD_ADDRESS_PRI@
2796a4d394882dba70a85567fb90ffd4f428a9eb170machenbach@chromium.orgVALT_LOAD_ADDRESS_SEC = @VALT_LOAD_ADDRESS_SEC@
280b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgVERSION = @VERSION@
281b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgVGCONF_ARCH_PRI = @VGCONF_ARCH_PRI@
282b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgVGCONF_ARCH_SEC = @VGCONF_ARCH_SEC@
283b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgVGCONF_OS = @VGCONF_OS@
284b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgVGCONF_PLATFORM_PRI_CAPS = @VGCONF_PLATFORM_PRI_CAPS@
285b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgVGCONF_PLATFORM_SEC_CAPS = @VGCONF_PLATFORM_SEC_CAPS@
286b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgVGCONF_PLATVARIANT = @VGCONF_PLATVARIANT@
287b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgabs_builddir = @abs_builddir@
288b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgabs_srcdir = @abs_srcdir@
289b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgabs_top_builddir = @abs_top_builddir@
290e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgabs_top_srcdir = @abs_top_srcdir@
291e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgac_ct_CC = @ac_ct_CC@
292e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgac_ct_CXX = @ac_ct_CXX@
293e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgam__include = @am__include@
294e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgam__leading_dot = @am__leading_dot@
295e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgam__quote = @am__quote@
296e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgam__tar = @am__tar@
297e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgam__untar = @am__untar@
298e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgbindir = @bindir@
299e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgbuild = @build@
300e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgbuild_alias = @build_alias@
301e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgbuild_cpu = @build_cpu@
302e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgbuild_os = @build_os@
303e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgbuild_vendor = @build_vendor@
304e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgbuilddir = @builddir@
305e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgdatadir = @datadir@
306e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgdatarootdir = @datarootdir@
307e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgdocdir = @docdir@
308e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgdvidir = @dvidir@
309e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgexec_prefix = @exec_prefix@
310e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orghost = @host@
311e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orghost_alias = @host_alias@
312e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orghost_cpu = @host_cpu@
313e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orghost_os = @host_os@
314ada3a6017e603965f87fa34f6e2fa60379e8d697machenbach@chromium.orghost_vendor = @host_vendor@
315e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orghtmldir = @htmldir@
316e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgincludedir = @includedir@
317e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orginfodir = @infodir@
318e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orginstall_sh = @install_sh@
319e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orglibdir = @libdir@
320e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orglibexecdir = @libexecdir@
321e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orglocaledir = @localedir@
322e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orglocalstatedir = @localstatedir@
323e31b63e9608909e17e35a3330b0075140af2fe91machenbach@chromium.orgmandir = @mandir@
3243ee7a7ed19002e4a0efbf6cdb2a201f21763a80adanno@chromium.orgmkdir_p = @mkdir_p@
3253ee7a7ed19002e4a0efbf6cdb2a201f21763a80adanno@chromium.orgoldincludedir = @oldincludedir@
3263ee7a7ed19002e4a0efbf6cdb2a201f21763a80adanno@chromium.orgpdfdir = @pdfdir@
327248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.orgprefix = @prefix@
328248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.orgprogram_transform_name = @program_transform_name@
329248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.orgpsdir = @psdir@
330248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.orgsbindir = @sbindir@
331248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.orgsharedstatedir = @sharedstatedir@
332248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.orgsrcdir = @srcdir@
333248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.orgsysconfdir = @sysconfdir@
334248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.orgtarget_alias = @target_alias@
335248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.orgtop_build_prefix = @top_build_prefix@
336248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.orgtop_builddir = @top_builddir@
337248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.orgtop_srcdir = @top_srcdir@
338248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.orginplacedir = $(top_builddir)/.in_place
339248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org
340248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org#----------------------------------------------------------------------------
341248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org# Flags
342248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org#----------------------------------------------------------------------------
343248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org
344248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org# Baseline flags for all compilations.  Aim here is to maximise
345248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org# performance and get whatever useful warnings we can out of gcc.
346248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org# -fno-builtin is important for defeating LLVM's idiom recognition
347248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org# that somehow causes VG_(memset) to get into infinite recursion.
348248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.orgAM_CFLAGS_BASE = \
349248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org	-O2 -g \
350248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org	-Wall \
351248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org	-Wmissing-prototypes \
352248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org	-Wshadow \
353248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org	-Wpointer-arith \
354248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org	-Wstrict-prototypes \
355248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org	-Wmissing-declarations \
356248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org	@FLAG_W_NO_FORMAT_ZERO_LENGTH@ \
357248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org	-fno-strict-aliasing \
358248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org	-fno-builtin
359248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org
360248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org@VGCONF_OS_IS_DARWIN_FALSE@AM_CFLAGS_PIC = -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing \
361248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org@VGCONF_OS_IS_DARWIN_FALSE@		-fno-builtin
362248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org
363248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org
364248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org# These flags are used for building the preload shared objects.
365248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org# The aim is to give reasonable performance but also to have good
366248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org# stack traces, since users often see stack traces extending 
367248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org# into (and through) the preloads.
368248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org@VGCONF_OS_IS_DARWIN_TRUE@AM_CFLAGS_PIC = -dynamic -O -g -fno-omit-frame-pointer -fno-strict-aliasing \
369248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org@VGCONF_OS_IS_DARWIN_TRUE@		-mno-dynamic-no-pic -fpic -fPIC \
370248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org@VGCONF_OS_IS_DARWIN_TRUE@		-fno-builtin
371248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org
372248dd43badb99ffce44eae2d767cda3cefaad521machenbach@chromium.org
3733ee7a7ed19002e4a0efbf6cdb2a201f21763a80adanno@chromium.org# Flags for specific targets.
3743ee7a7ed19002e4a0efbf6cdb2a201f21763a80adanno@chromium.org#
3753ee7a7ed19002e4a0efbf6cdb2a201f21763a80adanno@chromium.org# Nb: the AM_CPPFLAGS_* values are suitable for building tools and auxprogs.
3763ee7a7ed19002e4a0efbf6cdb2a201f21763a80adanno@chromium.org# For building the core, coregrind/Makefile.am files add some extra things.
3773ee7a7ed19002e4a0efbf6cdb2a201f21763a80adanno@chromium.orgAM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@ = \
3785de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org	-I$(top_srcdir) \
3795de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org	-I$(top_srcdir)/include \
3805de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org	-I$(top_srcdir)/VEX/pub \
3815de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org	-DVGA_@VGCONF_ARCH_PRI@=1 \
3825de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org	-DVGO_@VGCONF_OS@=1 \
3835de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org	-DVGP_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1 \
3845de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org	-DVGPV_@VGCONF_ARCH_PRI@_@VGCONF_OS@_@VGCONF_PLATVARIANT@=1
3855de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org
3865de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org@VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_CPPFLAGS_@VGCONF_PLATFORM_SEC_CAPS@ = \
3875de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org@VGCONF_HAVE_PLATFORM_SEC_TRUE@	-I$(top_srcdir) \
3885de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org@VGCONF_HAVE_PLATFORM_SEC_TRUE@	-I$(top_srcdir)/include \
3895de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org@VGCONF_HAVE_PLATFORM_SEC_TRUE@	-I$(top_srcdir)/VEX/pub \
3905de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org@VGCONF_HAVE_PLATFORM_SEC_TRUE@	-DVGA_@VGCONF_ARCH_SEC@=1 \
3915de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org@VGCONF_HAVE_PLATFORM_SEC_TRUE@	-DVGO_@VGCONF_OS@=1 \
3925de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org@VGCONF_HAVE_PLATFORM_SEC_TRUE@	-DVGP_@VGCONF_ARCH_SEC@_@VGCONF_OS@=1 \
3935de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org@VGCONF_HAVE_PLATFORM_SEC_TRUE@	-DVGPV_@VGCONF_ARCH_SEC@_@VGCONF_OS@_@VGCONF_PLATVARIANT@=1
3945de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org
3955de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.orgAM_FLAG_M3264_X86_LINUX = @FLAG_M32@
3965de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.orgAM_CFLAGS_X86_LINUX = @FLAG_M32@  @PREFERRED_STACK_BOUNDARY@ \
3975de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org				$(AM_CFLAGS_BASE) -fomit-frame-pointer
3985de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org
3995de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.orgAM_CCASFLAGS_X86_LINUX = @FLAG_M32@ -g
40021d700eedcdd6570eff22ece724b63a5eefe78cbmachenbach@chromium.orgAM_FLAG_M3264_AMD64_LINUX = @FLAG_M64@
4015de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.orgAM_CFLAGS_AMD64_LINUX = @FLAG_M64@ @PREFERRED_STACK_BOUNDARY@ \
4025de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org				$(AM_CFLAGS_BASE) -fomit-frame-pointer
4035de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.org
4045de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.orgAM_CCASFLAGS_AMD64_LINUX = @FLAG_M64@ -g
4055de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.orgAM_FLAG_M3264_PPC32_LINUX = @FLAG_M32@
4065de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.orgAM_CFLAGS_PPC32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE)
4075de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.orgAM_CCASFLAGS_PPC32_LINUX = @FLAG_M32@ -g
4085de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.orgAM_FLAG_M3264_PPC64_LINUX = @FLAG_M64@
4095de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.orgAM_CFLAGS_PPC64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE)
4105de0074a922429f5e0ec2cf140c2d2989bf88140yangguo@chromium.orgAM_CCASFLAGS_PPC64_LINUX = @FLAG_M64@ -g
411b67f96038c787a6bd6a835e6c436c82e1b245486machenbach@chromium.orgAM_FLAG_M3264_ARM_LINUX = @FLAG_M32@
412AM_CFLAGS_ARM_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \
413			 	$(AM_CFLAGS_BASE) -marm -mcpu=cortex-a8
414
415AM_CCASFLAGS_ARM_LINUX = @FLAG_M32@ \
416				-marm -mcpu=cortex-a8 -g
417
418AM_FLAG_M3264_X86_DARWIN = -arch i386
419AM_CFLAGS_X86_DARWIN = $(WERROR) -arch i386 $(AM_CFLAGS_BASE) \
420				-mmacosx-version-min=10.5 \
421				-fno-stack-protector -fno-pic -fno-PIC
422
423AM_CCASFLAGS_X86_DARWIN = -arch i386 -g
424AM_FLAG_M3264_AMD64_DARWIN = -arch x86_64
425AM_CFLAGS_AMD64_DARWIN = $(WERROR) -arch x86_64 $(AM_CFLAGS_BASE) \
426			    -mmacosx-version-min=10.5 -fno-stack-protector
427
428AM_CCASFLAGS_AMD64_DARWIN = -arch x86_64 -g
429AM_FLAG_M3264_S390X_LINUX = @FLAG_M64@
430AM_CFLAGS_S390X_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) -fomit-frame-pointer
431AM_CCASFLAGS_S390X_LINUX = @FLAG_M64@ -g -mzarch -march=z900
432AM_FLAG_M3264_MIPS32_LINUX = @FLAG_M32@
433AM_CFLAGS_MIPS32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE) -mips32
434AM_CCASFLAGS_MIPS32_LINUX = @FLAG_M32@ -mips32 -g
435
436# Flags for the primary target.  These must be used to build the
437# regtests and performance tests.  In fact, these must be used to
438# build anything which is built only once on a dual-arch build.
439#
440AM_FLAG_M3264_PRI = $(AM_FLAG_M3264_@VGCONF_PLATFORM_PRI_CAPS@)
441AM_CPPFLAGS_PRI = $(AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
442AM_CFLAGS_PRI = $(AM_CFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
443AM_CCASFLAGS_PRI = $(AM_CCASFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
444@VGCONF_HAVE_PLATFORM_SEC_FALSE@AM_FLAG_M3264_SEC = 
445@VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_FLAG_M3264_SEC = $(AM_FLAG_M3264_@VGCONF_PLATFORM_SEC_CAPS@)
446
447# Baseline link flags for making vgpreload shared objects.
448#
449PRELOAD_LDFLAGS_COMMON_LINUX = -nodefaultlibs -shared \
450	-Wl,-z,interpose,-z,initfirst $(am__append_1)
451PRELOAD_LDFLAGS_COMMON_DARWIN = -dynamic -dynamiclib -all_load
452PRELOAD_LDFLAGS_X86_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
453PRELOAD_LDFLAGS_AMD64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
454PRELOAD_LDFLAGS_PPC32_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
455PRELOAD_LDFLAGS_PPC64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
456PRELOAD_LDFLAGS_ARM_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
457PRELOAD_LDFLAGS_X86_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch i386
458PRELOAD_LDFLAGS_AMD64_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch x86_64
459PRELOAD_LDFLAGS_S390X_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
460PRELOAD_LDFLAGS_MIPS32_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
461AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include \
462	-I$(top_srcdir)/coregrind -I$(top_builddir)/include \
463	-I$(top_srcdir)/VEX/pub -DVGA_@VGCONF_ARCH_PRI@=1 \
464	-DVGO_@VGCONF_OS@=1 -DVGP_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1 \
465	-DVGPV_@VGCONF_ARCH_PRI@_@VGCONF_OS@_@VGCONF_PLATVARIANT@=1 \
466	$(am__append_2)
467
468# Nb: Tools need to augment these flags with an arch-selection option, such
469# as $(AM_FLAG_M3264_PRI).
470AM_CFLAGS = -Winline -Wall -Wshadow -g @FLAG_M32@
471AM_CXXFLAGS = -Winline -Wall -Wshadow -g @FLAG_M32@
472# Include AM_CPPFLAGS in AM_CCASFLAGS to allow for older versions of
473# automake;  see comments in Makefile.all.am for more detail.
474AM_CCASFLAGS = $(AM_CPPFLAGS) @FLAG_M32@
475@VGCONF_OS_IS_DARWIN_TRUE@noinst_DSYMS = $(check_PROGRAMS)
476dist_noinst_SCRIPTS = filter_stderr
477EXTRA_DIST = \
478	bug129390-ppc32.stdout.exp bug129390-ppc32.stderr.exp \
479	bug129390-ppc32.vgtest \
480	bug139050-ppc32.stdout.exp bug139050-ppc32.stderr.exp \
481	bug139050-ppc32.vgtest \
482	ldstrev.stderr.exp ldstrev.stdout.exp ldstrev.vgtest \
483	lsw.stderr.exp lsw.stdout.exp lsw.vgtest \
484	jm-int.stderr.exp jm-int.stdout.exp jm-int.vgtest \
485	jm-fp.stderr.exp jm-fp.stdout.exp jm-fp.vgtest \
486	jm-vmx.stderr.exp jm-vmx.stdout.exp jm-vmx.stdout.exp_Minus_nan \
487	jm-vmx.vgtest \
488	mftocrf.stderr.exp mftocrf.stdout.exp mftocrf.vgtest \
489	mcrfs.stderr.exp mcrfs.stdout.exp mcrfs.vgtest \
490	round.stderr.exp round.stdout.exp round.vgtest \
491	test_fx.stderr.exp test_fx.stdout.exp test_fx.stdout.exp_Minus_nan \
492	test_fx.vgtest \
493	test_gx.stderr.exp test_gx.stdout.exp test_gx.stdout.exp_Minus_nan \
494	test_gx.vgtest \
495	testVMX.stderr.exp  testVMX.stdout.exp  testVMX.vgtest \
496	twi.stderr.exp twi.stdout.exp twi.vgtest \
497	tw.stderr.exp tw.stdout.exp tw.vgtest \
498	xlc_dbl_u32.stderr.exp xlc_dbl_u32.stdout.exp xlc_dbl_u32.vgtest \
499	power5+_round.stderr.exp power5+_round.stdout.exp power5+_round.vgtest \
500	power6_bcmp.stderr.exp power6_bcmp.stdout.exp power6_bcmp.vgtest \
501	test_isa_2_06_part1.stderr.exp  test_isa_2_06_part1.stdout.exp  test_isa_2_06_part1.vgtest \
502	test_isa_2_06_part2.stderr.exp  test_isa_2_06_part2.stdout.exp  test_isa_2_06_part2.vgtest \
503	test_isa_2_06_part3.stderr.exp  test_isa_2_06_part3.stdout.exp  test_isa_2_06_part3.vgtest \
504	test_dfp1.stderr.exp test_dfp1.stdout.exp test_dfp1.vgtest \
505	test_dfp2.stderr.exp test_dfp2.stdout.exp test_dfp2.vgtest \
506	test_dfp2.stdout.exp_Without_dcffix \
507	test_dfp3.stderr.exp test_dfp3.stdout.exp test_dfp3.vgtest \
508	test_dfp4.stderr.exp test_dfp4.stdout.exp test_dfp4.vgtest \
509	test_dfp5.stderr.exp test_dfp5.stdout.exp test_dfp5.vgtest
510
511allexec_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_NONNULL@
512@HAS_ALTIVEC_FALSE@ALTIVEC_FLAG = 
513@HAS_ALTIVEC_TRUE@ALTIVEC_FLAG = -DHAS_ALTIVEC
514@HAS_VSX_FALSE@BUILD_FLAG_VSX = 
515@HAS_VSX_TRUE@BUILD_FLAG_VSX = -mvsx
516@HAS_VSX_FALSE@VSX_FLAG = 
517@HAS_VSX_TRUE@VSX_FLAG = -DHAS_VSX
518@HAS_DFP_FALSE@BUILD_FLAGS_DFP = 
519@HAS_DFP_TRUE@BUILD_FLAGS_DFP = -mhard-dfp -mcpu=power6
520@HAS_DFP_FALSE@DFP_FLAG = 
521@HAS_DFP_TRUE@DFP_FLAG = -DHAS_DFP
522jm_insns_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames -maltivec \
523			@FLAG_M32@ $(ALTIVEC_FLAG)
524
525testVMX_CFLAGS = $(AM_CFLAGS) -O -g -Wall -maltivec -mabi=altivec -DALTIVEC \
526			-DGCC_COMPILER @FLAG_M32@
527
528test_isa_2_06_part1_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames $(VSX_FLAG) \
529			@FLAG_M32@ $(ALTIVEC_FLAG) $(BUILD_FLAG_VSX)
530
531test_isa_2_06_part2_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames $(VSX_FLAG) \
532			@FLAG_M32@ $(ALTIVEC_FLAG) $(BUILD_FLAG_VSX)
533
534test_isa_2_06_part3_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -lm -g -mregnames $(VSX_FLAG) \
535			@FLAG_M32@ $(ALTIVEC_FLAG) $(BUILD_FLAG_VSX)
536
537test_dfp1_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -lm -g -mregnames $(DFP_FLAG) \
538			@FLAG_M32@ $(BUILD_FLAGS_DFP)
539
540test_dfp2_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -lm -g -mregnames $(DFP_FLAG) \
541			@FLAG_M32@ $(BUILD_FLAGS_DFP)
542
543test_dfp3_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -lm -g -mregnames $(DFP_FLAG) \
544			@FLAG_M32@ $(BUILD_FLAGS_DFP)
545
546test_dfp4_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -lm -g -mregnames $(DFP_FLAG) \
547			@FLAG_M32@ $(BUILD_FLAGS_DFP)
548
549test_dfp5_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -lm -g -mregnames $(DFP_FLAG) \
550			@FLAG_M32@ $(BUILD_FLAGS_DFP)
551
552all: all-am
553
554.SUFFIXES:
555.SUFFIXES: .c .o .obj
556$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.tool-tests.am $(top_srcdir)/Makefile.all.am $(am__configure_deps)
557	@for dep in $?; do \
558	  case '$(am__configure_deps)' in \
559	    *$$dep*) \
560	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
561	        && { if test -f $@; then exit 0; else break; fi; }; \
562	      exit 1;; \
563	  esac; \
564	done; \
565	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign none/tests/ppc32/Makefile'; \
566	$(am__cd) $(top_srcdir) && \
567	  $(AUTOMAKE) --foreign none/tests/ppc32/Makefile
568.PRECIOUS: Makefile
569Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
570	@case '$?' in \
571	  *config.status*) \
572	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
573	  *) \
574	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
575	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
576	esac;
577
578$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
579	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
580
581$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
582	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
583$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
584	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
585$(am__aclocal_m4_deps):
586
587clean-checkPROGRAMS:
588	-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
589allexec$(EXEEXT): $(allexec_OBJECTS) $(allexec_DEPENDENCIES) 
590	@rm -f allexec$(EXEEXT)
591	$(allexec_LINK) $(allexec_OBJECTS) $(allexec_LDADD) $(LIBS)
592bug129390-ppc32$(EXEEXT): $(bug129390_ppc32_OBJECTS) $(bug129390_ppc32_DEPENDENCIES) 
593	@rm -f bug129390-ppc32$(EXEEXT)
594	$(LINK) $(bug129390_ppc32_OBJECTS) $(bug129390_ppc32_LDADD) $(LIBS)
595bug139050-ppc32$(EXEEXT): $(bug139050_ppc32_OBJECTS) $(bug139050_ppc32_DEPENDENCIES) 
596	@rm -f bug139050-ppc32$(EXEEXT)
597	$(LINK) $(bug139050_ppc32_OBJECTS) $(bug139050_ppc32_LDADD) $(LIBS)
598jm-insns$(EXEEXT): $(jm_insns_OBJECTS) $(jm_insns_DEPENDENCIES) 
599	@rm -f jm-insns$(EXEEXT)
600	$(jm_insns_LINK) $(jm_insns_OBJECTS) $(jm_insns_LDADD) $(LIBS)
601ldstrev$(EXEEXT): $(ldstrev_OBJECTS) $(ldstrev_DEPENDENCIES) 
602	@rm -f ldstrev$(EXEEXT)
603	$(LINK) $(ldstrev_OBJECTS) $(ldstrev_LDADD) $(LIBS)
604lsw$(EXEEXT): $(lsw_OBJECTS) $(lsw_DEPENDENCIES) 
605	@rm -f lsw$(EXEEXT)
606	$(LINK) $(lsw_OBJECTS) $(lsw_LDADD) $(LIBS)
607mcrfs$(EXEEXT): $(mcrfs_OBJECTS) $(mcrfs_DEPENDENCIES) 
608	@rm -f mcrfs$(EXEEXT)
609	$(LINK) $(mcrfs_OBJECTS) $(mcrfs_LDADD) $(LIBS)
610mftocrf$(EXEEXT): $(mftocrf_OBJECTS) $(mftocrf_DEPENDENCIES) 
611	@rm -f mftocrf$(EXEEXT)
612	$(LINK) $(mftocrf_OBJECTS) $(mftocrf_LDADD) $(LIBS)
613power5+_round$(EXEEXT): $(power5__round_OBJECTS) $(power5__round_DEPENDENCIES) 
614	@rm -f power5+_round$(EXEEXT)
615	$(LINK) $(power5__round_OBJECTS) $(power5__round_LDADD) $(LIBS)
616power6_bcmp$(EXEEXT): $(power6_bcmp_OBJECTS) $(power6_bcmp_DEPENDENCIES) 
617	@rm -f power6_bcmp$(EXEEXT)
618	$(LINK) $(power6_bcmp_OBJECTS) $(power6_bcmp_LDADD) $(LIBS)
619round$(EXEEXT): $(round_OBJECTS) $(round_DEPENDENCIES) 
620	@rm -f round$(EXEEXT)
621	$(LINK) $(round_OBJECTS) $(round_LDADD) $(LIBS)
622testVMX$(EXEEXT): $(testVMX_OBJECTS) $(testVMX_DEPENDENCIES) 
623	@rm -f testVMX$(EXEEXT)
624	$(testVMX_LINK) $(testVMX_OBJECTS) $(testVMX_LDADD) $(LIBS)
625test_dfp1$(EXEEXT): $(test_dfp1_OBJECTS) $(test_dfp1_DEPENDENCIES) 
626	@rm -f test_dfp1$(EXEEXT)
627	$(test_dfp1_LINK) $(test_dfp1_OBJECTS) $(test_dfp1_LDADD) $(LIBS)
628test_dfp2$(EXEEXT): $(test_dfp2_OBJECTS) $(test_dfp2_DEPENDENCIES) 
629	@rm -f test_dfp2$(EXEEXT)
630	$(test_dfp2_LINK) $(test_dfp2_OBJECTS) $(test_dfp2_LDADD) $(LIBS)
631test_dfp3$(EXEEXT): $(test_dfp3_OBJECTS) $(test_dfp3_DEPENDENCIES) 
632	@rm -f test_dfp3$(EXEEXT)
633	$(test_dfp3_LINK) $(test_dfp3_OBJECTS) $(test_dfp3_LDADD) $(LIBS)
634test_dfp4$(EXEEXT): $(test_dfp4_OBJECTS) $(test_dfp4_DEPENDENCIES) 
635	@rm -f test_dfp4$(EXEEXT)
636	$(test_dfp4_LINK) $(test_dfp4_OBJECTS) $(test_dfp4_LDADD) $(LIBS)
637test_dfp5$(EXEEXT): $(test_dfp5_OBJECTS) $(test_dfp5_DEPENDENCIES) 
638	@rm -f test_dfp5$(EXEEXT)
639	$(test_dfp5_LINK) $(test_dfp5_OBJECTS) $(test_dfp5_LDADD) $(LIBS)
640test_fx$(EXEEXT): $(test_fx_OBJECTS) $(test_fx_DEPENDENCIES) 
641	@rm -f test_fx$(EXEEXT)
642	$(LINK) $(test_fx_OBJECTS) $(test_fx_LDADD) $(LIBS)
643test_gx$(EXEEXT): $(test_gx_OBJECTS) $(test_gx_DEPENDENCIES) 
644	@rm -f test_gx$(EXEEXT)
645	$(LINK) $(test_gx_OBJECTS) $(test_gx_LDADD) $(LIBS)
646test_isa_2_06_part1$(EXEEXT): $(test_isa_2_06_part1_OBJECTS) $(test_isa_2_06_part1_DEPENDENCIES) 
647	@rm -f test_isa_2_06_part1$(EXEEXT)
648	$(test_isa_2_06_part1_LINK) $(test_isa_2_06_part1_OBJECTS) $(test_isa_2_06_part1_LDADD) $(LIBS)
649test_isa_2_06_part2$(EXEEXT): $(test_isa_2_06_part2_OBJECTS) $(test_isa_2_06_part2_DEPENDENCIES) 
650	@rm -f test_isa_2_06_part2$(EXEEXT)
651	$(test_isa_2_06_part2_LINK) $(test_isa_2_06_part2_OBJECTS) $(test_isa_2_06_part2_LDADD) $(LIBS)
652test_isa_2_06_part3$(EXEEXT): $(test_isa_2_06_part3_OBJECTS) $(test_isa_2_06_part3_DEPENDENCIES) 
653	@rm -f test_isa_2_06_part3$(EXEEXT)
654	$(test_isa_2_06_part3_LINK) $(test_isa_2_06_part3_OBJECTS) $(test_isa_2_06_part3_LDADD) $(LIBS)
655tw$(EXEEXT): $(tw_OBJECTS) $(tw_DEPENDENCIES) 
656	@rm -f tw$(EXEEXT)
657	$(LINK) $(tw_OBJECTS) $(tw_LDADD) $(LIBS)
658twi$(EXEEXT): $(twi_OBJECTS) $(twi_DEPENDENCIES) 
659	@rm -f twi$(EXEEXT)
660	$(LINK) $(twi_OBJECTS) $(twi_LDADD) $(LIBS)
661xlc_dbl_u32$(EXEEXT): $(xlc_dbl_u32_OBJECTS) $(xlc_dbl_u32_DEPENDENCIES) 
662	@rm -f xlc_dbl_u32$(EXEEXT)
663	$(LINK) $(xlc_dbl_u32_OBJECTS) $(xlc_dbl_u32_LDADD) $(LIBS)
664
665mostlyclean-compile:
666	-rm -f *.$(OBJEXT)
667
668distclean-compile:
669	-rm -f *.tab.c
670
671@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allexec-allexec.Po@am__quote@
672@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bug129390-ppc32.Po@am__quote@
673@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bug139050-ppc32.Po@am__quote@
674@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jm_insns-jm-insns.Po@am__quote@
675@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldstrev.Po@am__quote@
676@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsw.Po@am__quote@
677@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcrfs.Po@am__quote@
678@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mftocrf.Po@am__quote@
679@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/power5+_round.Po@am__quote@
680@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/power6_bcmp.Po@am__quote@
681@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/round.Po@am__quote@
682@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testVMX-testVMX.Po@am__quote@
683@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dfp1-test_dfp1.Po@am__quote@
684@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dfp2-test_dfp2.Po@am__quote@
685@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dfp3-test_dfp3.Po@am__quote@
686@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dfp4-test_dfp4.Po@am__quote@
687@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dfp5-test_dfp5.Po@am__quote@
688@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_fx.Po@am__quote@
689@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_gx.Po@am__quote@
690@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_isa_2_06_part1-test_isa_2_06_part1.Po@am__quote@
691@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_isa_2_06_part2-test_isa_2_06_part2.Po@am__quote@
692@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_isa_2_06_part3-test_isa_2_06_part3.Po@am__quote@
693@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tw.Po@am__quote@
694@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twi.Po@am__quote@
695@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlc_dbl_u32.Po@am__quote@
696
697.c.o:
698@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
699@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
700@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
701@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
702@am__fastdepCC_FALSE@	$(COMPILE) -c $<
703
704.c.obj:
705@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
706@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
707@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
708@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
709@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
710
711allexec-allexec.o: allexec.c
712@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(allexec_CFLAGS) $(CFLAGS) -MT allexec-allexec.o -MD -MP -MF $(DEPDIR)/allexec-allexec.Tpo -c -o allexec-allexec.o `test -f 'allexec.c' || echo '$(srcdir)/'`allexec.c
713@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/allexec-allexec.Tpo $(DEPDIR)/allexec-allexec.Po
714@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allexec.c' object='allexec-allexec.o' libtool=no @AMDEPBACKSLASH@
715@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
716@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(allexec_CFLAGS) $(CFLAGS) -c -o allexec-allexec.o `test -f 'allexec.c' || echo '$(srcdir)/'`allexec.c
717
718allexec-allexec.obj: allexec.c
719@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(allexec_CFLAGS) $(CFLAGS) -MT allexec-allexec.obj -MD -MP -MF $(DEPDIR)/allexec-allexec.Tpo -c -o allexec-allexec.obj `if test -f 'allexec.c'; then $(CYGPATH_W) 'allexec.c'; else $(CYGPATH_W) '$(srcdir)/allexec.c'; fi`
720@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/allexec-allexec.Tpo $(DEPDIR)/allexec-allexec.Po
721@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='allexec.c' object='allexec-allexec.obj' libtool=no @AMDEPBACKSLASH@
722@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
723@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(allexec_CFLAGS) $(CFLAGS) -c -o allexec-allexec.obj `if test -f 'allexec.c'; then $(CYGPATH_W) 'allexec.c'; else $(CYGPATH_W) '$(srcdir)/allexec.c'; fi`
724
725jm_insns-jm-insns.o: jm-insns.c
726@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(jm_insns_CFLAGS) $(CFLAGS) -MT jm_insns-jm-insns.o -MD -MP -MF $(DEPDIR)/jm_insns-jm-insns.Tpo -c -o jm_insns-jm-insns.o `test -f 'jm-insns.c' || echo '$(srcdir)/'`jm-insns.c
727@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/jm_insns-jm-insns.Tpo $(DEPDIR)/jm_insns-jm-insns.Po
728@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='jm-insns.c' object='jm_insns-jm-insns.o' libtool=no @AMDEPBACKSLASH@
729@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
730@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(jm_insns_CFLAGS) $(CFLAGS) -c -o jm_insns-jm-insns.o `test -f 'jm-insns.c' || echo '$(srcdir)/'`jm-insns.c
731
732jm_insns-jm-insns.obj: jm-insns.c
733@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(jm_insns_CFLAGS) $(CFLAGS) -MT jm_insns-jm-insns.obj -MD -MP -MF $(DEPDIR)/jm_insns-jm-insns.Tpo -c -o jm_insns-jm-insns.obj `if test -f 'jm-insns.c'; then $(CYGPATH_W) 'jm-insns.c'; else $(CYGPATH_W) '$(srcdir)/jm-insns.c'; fi`
734@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/jm_insns-jm-insns.Tpo $(DEPDIR)/jm_insns-jm-insns.Po
735@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='jm-insns.c' object='jm_insns-jm-insns.obj' libtool=no @AMDEPBACKSLASH@
736@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
737@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(jm_insns_CFLAGS) $(CFLAGS) -c -o jm_insns-jm-insns.obj `if test -f 'jm-insns.c'; then $(CYGPATH_W) 'jm-insns.c'; else $(CYGPATH_W) '$(srcdir)/jm-insns.c'; fi`
738
739testVMX-testVMX.o: testVMX.c
740@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testVMX_CFLAGS) $(CFLAGS) -MT testVMX-testVMX.o -MD -MP -MF $(DEPDIR)/testVMX-testVMX.Tpo -c -o testVMX-testVMX.o `test -f 'testVMX.c' || echo '$(srcdir)/'`testVMX.c
741@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/testVMX-testVMX.Tpo $(DEPDIR)/testVMX-testVMX.Po
742@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='testVMX.c' object='testVMX-testVMX.o' libtool=no @AMDEPBACKSLASH@
743@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
744@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testVMX_CFLAGS) $(CFLAGS) -c -o testVMX-testVMX.o `test -f 'testVMX.c' || echo '$(srcdir)/'`testVMX.c
745
746testVMX-testVMX.obj: testVMX.c
747@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testVMX_CFLAGS) $(CFLAGS) -MT testVMX-testVMX.obj -MD -MP -MF $(DEPDIR)/testVMX-testVMX.Tpo -c -o testVMX-testVMX.obj `if test -f 'testVMX.c'; then $(CYGPATH_W) 'testVMX.c'; else $(CYGPATH_W) '$(srcdir)/testVMX.c'; fi`
748@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/testVMX-testVMX.Tpo $(DEPDIR)/testVMX-testVMX.Po
749@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='testVMX.c' object='testVMX-testVMX.obj' libtool=no @AMDEPBACKSLASH@
750@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
751@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testVMX_CFLAGS) $(CFLAGS) -c -o testVMX-testVMX.obj `if test -f 'testVMX.c'; then $(CYGPATH_W) 'testVMX.c'; else $(CYGPATH_W) '$(srcdir)/testVMX.c'; fi`
752
753test_dfp1-test_dfp1.o: test_dfp1.c
754@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp1_CFLAGS) $(CFLAGS) -MT test_dfp1-test_dfp1.o -MD -MP -MF $(DEPDIR)/test_dfp1-test_dfp1.Tpo -c -o test_dfp1-test_dfp1.o `test -f 'test_dfp1.c' || echo '$(srcdir)/'`test_dfp1.c
755@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/test_dfp1-test_dfp1.Tpo $(DEPDIR)/test_dfp1-test_dfp1.Po
756@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_dfp1.c' object='test_dfp1-test_dfp1.o' libtool=no @AMDEPBACKSLASH@
757@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
758@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp1_CFLAGS) $(CFLAGS) -c -o test_dfp1-test_dfp1.o `test -f 'test_dfp1.c' || echo '$(srcdir)/'`test_dfp1.c
759
760test_dfp1-test_dfp1.obj: test_dfp1.c
761@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp1_CFLAGS) $(CFLAGS) -MT test_dfp1-test_dfp1.obj -MD -MP -MF $(DEPDIR)/test_dfp1-test_dfp1.Tpo -c -o test_dfp1-test_dfp1.obj `if test -f 'test_dfp1.c'; then $(CYGPATH_W) 'test_dfp1.c'; else $(CYGPATH_W) '$(srcdir)/test_dfp1.c'; fi`
762@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/test_dfp1-test_dfp1.Tpo $(DEPDIR)/test_dfp1-test_dfp1.Po
763@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_dfp1.c' object='test_dfp1-test_dfp1.obj' libtool=no @AMDEPBACKSLASH@
764@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
765@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp1_CFLAGS) $(CFLAGS) -c -o test_dfp1-test_dfp1.obj `if test -f 'test_dfp1.c'; then $(CYGPATH_W) 'test_dfp1.c'; else $(CYGPATH_W) '$(srcdir)/test_dfp1.c'; fi`
766
767test_dfp2-test_dfp2.o: test_dfp2.c
768@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp2_CFLAGS) $(CFLAGS) -MT test_dfp2-test_dfp2.o -MD -MP -MF $(DEPDIR)/test_dfp2-test_dfp2.Tpo -c -o test_dfp2-test_dfp2.o `test -f 'test_dfp2.c' || echo '$(srcdir)/'`test_dfp2.c
769@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/test_dfp2-test_dfp2.Tpo $(DEPDIR)/test_dfp2-test_dfp2.Po
770@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_dfp2.c' object='test_dfp2-test_dfp2.o' libtool=no @AMDEPBACKSLASH@
771@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
772@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp2_CFLAGS) $(CFLAGS) -c -o test_dfp2-test_dfp2.o `test -f 'test_dfp2.c' || echo '$(srcdir)/'`test_dfp2.c
773
774test_dfp2-test_dfp2.obj: test_dfp2.c
775@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp2_CFLAGS) $(CFLAGS) -MT test_dfp2-test_dfp2.obj -MD -MP -MF $(DEPDIR)/test_dfp2-test_dfp2.Tpo -c -o test_dfp2-test_dfp2.obj `if test -f 'test_dfp2.c'; then $(CYGPATH_W) 'test_dfp2.c'; else $(CYGPATH_W) '$(srcdir)/test_dfp2.c'; fi`
776@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/test_dfp2-test_dfp2.Tpo $(DEPDIR)/test_dfp2-test_dfp2.Po
777@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_dfp2.c' object='test_dfp2-test_dfp2.obj' libtool=no @AMDEPBACKSLASH@
778@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
779@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp2_CFLAGS) $(CFLAGS) -c -o test_dfp2-test_dfp2.obj `if test -f 'test_dfp2.c'; then $(CYGPATH_W) 'test_dfp2.c'; else $(CYGPATH_W) '$(srcdir)/test_dfp2.c'; fi`
780
781test_dfp3-test_dfp3.o: test_dfp3.c
782@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp3_CFLAGS) $(CFLAGS) -MT test_dfp3-test_dfp3.o -MD -MP -MF $(DEPDIR)/test_dfp3-test_dfp3.Tpo -c -o test_dfp3-test_dfp3.o `test -f 'test_dfp3.c' || echo '$(srcdir)/'`test_dfp3.c
783@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/test_dfp3-test_dfp3.Tpo $(DEPDIR)/test_dfp3-test_dfp3.Po
784@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_dfp3.c' object='test_dfp3-test_dfp3.o' libtool=no @AMDEPBACKSLASH@
785@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
786@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp3_CFLAGS) $(CFLAGS) -c -o test_dfp3-test_dfp3.o `test -f 'test_dfp3.c' || echo '$(srcdir)/'`test_dfp3.c
787
788test_dfp3-test_dfp3.obj: test_dfp3.c
789@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp3_CFLAGS) $(CFLAGS) -MT test_dfp3-test_dfp3.obj -MD -MP -MF $(DEPDIR)/test_dfp3-test_dfp3.Tpo -c -o test_dfp3-test_dfp3.obj `if test -f 'test_dfp3.c'; then $(CYGPATH_W) 'test_dfp3.c'; else $(CYGPATH_W) '$(srcdir)/test_dfp3.c'; fi`
790@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/test_dfp3-test_dfp3.Tpo $(DEPDIR)/test_dfp3-test_dfp3.Po
791@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_dfp3.c' object='test_dfp3-test_dfp3.obj' libtool=no @AMDEPBACKSLASH@
792@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
793@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp3_CFLAGS) $(CFLAGS) -c -o test_dfp3-test_dfp3.obj `if test -f 'test_dfp3.c'; then $(CYGPATH_W) 'test_dfp3.c'; else $(CYGPATH_W) '$(srcdir)/test_dfp3.c'; fi`
794
795test_dfp4-test_dfp4.o: test_dfp4.c
796@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp4_CFLAGS) $(CFLAGS) -MT test_dfp4-test_dfp4.o -MD -MP -MF $(DEPDIR)/test_dfp4-test_dfp4.Tpo -c -o test_dfp4-test_dfp4.o `test -f 'test_dfp4.c' || echo '$(srcdir)/'`test_dfp4.c
797@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/test_dfp4-test_dfp4.Tpo $(DEPDIR)/test_dfp4-test_dfp4.Po
798@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_dfp4.c' object='test_dfp4-test_dfp4.o' libtool=no @AMDEPBACKSLASH@
799@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
800@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp4_CFLAGS) $(CFLAGS) -c -o test_dfp4-test_dfp4.o `test -f 'test_dfp4.c' || echo '$(srcdir)/'`test_dfp4.c
801
802test_dfp4-test_dfp4.obj: test_dfp4.c
803@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp4_CFLAGS) $(CFLAGS) -MT test_dfp4-test_dfp4.obj -MD -MP -MF $(DEPDIR)/test_dfp4-test_dfp4.Tpo -c -o test_dfp4-test_dfp4.obj `if test -f 'test_dfp4.c'; then $(CYGPATH_W) 'test_dfp4.c'; else $(CYGPATH_W) '$(srcdir)/test_dfp4.c'; fi`
804@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/test_dfp4-test_dfp4.Tpo $(DEPDIR)/test_dfp4-test_dfp4.Po
805@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_dfp4.c' object='test_dfp4-test_dfp4.obj' libtool=no @AMDEPBACKSLASH@
806@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
807@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp4_CFLAGS) $(CFLAGS) -c -o test_dfp4-test_dfp4.obj `if test -f 'test_dfp4.c'; then $(CYGPATH_W) 'test_dfp4.c'; else $(CYGPATH_W) '$(srcdir)/test_dfp4.c'; fi`
808
809test_dfp5-test_dfp5.o: test_dfp5.c
810@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp5_CFLAGS) $(CFLAGS) -MT test_dfp5-test_dfp5.o -MD -MP -MF $(DEPDIR)/test_dfp5-test_dfp5.Tpo -c -o test_dfp5-test_dfp5.o `test -f 'test_dfp5.c' || echo '$(srcdir)/'`test_dfp5.c
811@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/test_dfp5-test_dfp5.Tpo $(DEPDIR)/test_dfp5-test_dfp5.Po
812@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_dfp5.c' object='test_dfp5-test_dfp5.o' libtool=no @AMDEPBACKSLASH@
813@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
814@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp5_CFLAGS) $(CFLAGS) -c -o test_dfp5-test_dfp5.o `test -f 'test_dfp5.c' || echo '$(srcdir)/'`test_dfp5.c
815
816test_dfp5-test_dfp5.obj: test_dfp5.c
817@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp5_CFLAGS) $(CFLAGS) -MT test_dfp5-test_dfp5.obj -MD -MP -MF $(DEPDIR)/test_dfp5-test_dfp5.Tpo -c -o test_dfp5-test_dfp5.obj `if test -f 'test_dfp5.c'; then $(CYGPATH_W) 'test_dfp5.c'; else $(CYGPATH_W) '$(srcdir)/test_dfp5.c'; fi`
818@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/test_dfp5-test_dfp5.Tpo $(DEPDIR)/test_dfp5-test_dfp5.Po
819@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_dfp5.c' object='test_dfp5-test_dfp5.obj' libtool=no @AMDEPBACKSLASH@
820@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
821@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_dfp5_CFLAGS) $(CFLAGS) -c -o test_dfp5-test_dfp5.obj `if test -f 'test_dfp5.c'; then $(CYGPATH_W) 'test_dfp5.c'; else $(CYGPATH_W) '$(srcdir)/test_dfp5.c'; fi`
822
823test_isa_2_06_part1-test_isa_2_06_part1.o: test_isa_2_06_part1.c
824@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_isa_2_06_part1_CFLAGS) $(CFLAGS) -MT test_isa_2_06_part1-test_isa_2_06_part1.o -MD -MP -MF $(DEPDIR)/test_isa_2_06_part1-test_isa_2_06_part1.Tpo -c -o test_isa_2_06_part1-test_isa_2_06_part1.o `test -f 'test_isa_2_06_part1.c' || echo '$(srcdir)/'`test_isa_2_06_part1.c
825@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/test_isa_2_06_part1-test_isa_2_06_part1.Tpo $(DEPDIR)/test_isa_2_06_part1-test_isa_2_06_part1.Po
826@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_isa_2_06_part1.c' object='test_isa_2_06_part1-test_isa_2_06_part1.o' libtool=no @AMDEPBACKSLASH@
827@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
828@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_isa_2_06_part1_CFLAGS) $(CFLAGS) -c -o test_isa_2_06_part1-test_isa_2_06_part1.o `test -f 'test_isa_2_06_part1.c' || echo '$(srcdir)/'`test_isa_2_06_part1.c
829
830test_isa_2_06_part1-test_isa_2_06_part1.obj: test_isa_2_06_part1.c
831@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_isa_2_06_part1_CFLAGS) $(CFLAGS) -MT test_isa_2_06_part1-test_isa_2_06_part1.obj -MD -MP -MF $(DEPDIR)/test_isa_2_06_part1-test_isa_2_06_part1.Tpo -c -o test_isa_2_06_part1-test_isa_2_06_part1.obj `if test -f 'test_isa_2_06_part1.c'; then $(CYGPATH_W) 'test_isa_2_06_part1.c'; else $(CYGPATH_W) '$(srcdir)/test_isa_2_06_part1.c'; fi`
832@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/test_isa_2_06_part1-test_isa_2_06_part1.Tpo $(DEPDIR)/test_isa_2_06_part1-test_isa_2_06_part1.Po
833@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_isa_2_06_part1.c' object='test_isa_2_06_part1-test_isa_2_06_part1.obj' libtool=no @AMDEPBACKSLASH@
834@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
835@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_isa_2_06_part1_CFLAGS) $(CFLAGS) -c -o test_isa_2_06_part1-test_isa_2_06_part1.obj `if test -f 'test_isa_2_06_part1.c'; then $(CYGPATH_W) 'test_isa_2_06_part1.c'; else $(CYGPATH_W) '$(srcdir)/test_isa_2_06_part1.c'; fi`
836
837test_isa_2_06_part2-test_isa_2_06_part2.o: test_isa_2_06_part2.c
838@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_isa_2_06_part2_CFLAGS) $(CFLAGS) -MT test_isa_2_06_part2-test_isa_2_06_part2.o -MD -MP -MF $(DEPDIR)/test_isa_2_06_part2-test_isa_2_06_part2.Tpo -c -o test_isa_2_06_part2-test_isa_2_06_part2.o `test -f 'test_isa_2_06_part2.c' || echo '$(srcdir)/'`test_isa_2_06_part2.c
839@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/test_isa_2_06_part2-test_isa_2_06_part2.Tpo $(DEPDIR)/test_isa_2_06_part2-test_isa_2_06_part2.Po
840@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_isa_2_06_part2.c' object='test_isa_2_06_part2-test_isa_2_06_part2.o' libtool=no @AMDEPBACKSLASH@
841@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
842@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_isa_2_06_part2_CFLAGS) $(CFLAGS) -c -o test_isa_2_06_part2-test_isa_2_06_part2.o `test -f 'test_isa_2_06_part2.c' || echo '$(srcdir)/'`test_isa_2_06_part2.c
843
844test_isa_2_06_part2-test_isa_2_06_part2.obj: test_isa_2_06_part2.c
845@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_isa_2_06_part2_CFLAGS) $(CFLAGS) -MT test_isa_2_06_part2-test_isa_2_06_part2.obj -MD -MP -MF $(DEPDIR)/test_isa_2_06_part2-test_isa_2_06_part2.Tpo -c -o test_isa_2_06_part2-test_isa_2_06_part2.obj `if test -f 'test_isa_2_06_part2.c'; then $(CYGPATH_W) 'test_isa_2_06_part2.c'; else $(CYGPATH_W) '$(srcdir)/test_isa_2_06_part2.c'; fi`
846@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/test_isa_2_06_part2-test_isa_2_06_part2.Tpo $(DEPDIR)/test_isa_2_06_part2-test_isa_2_06_part2.Po
847@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_isa_2_06_part2.c' object='test_isa_2_06_part2-test_isa_2_06_part2.obj' libtool=no @AMDEPBACKSLASH@
848@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
849@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_isa_2_06_part2_CFLAGS) $(CFLAGS) -c -o test_isa_2_06_part2-test_isa_2_06_part2.obj `if test -f 'test_isa_2_06_part2.c'; then $(CYGPATH_W) 'test_isa_2_06_part2.c'; else $(CYGPATH_W) '$(srcdir)/test_isa_2_06_part2.c'; fi`
850
851test_isa_2_06_part3-test_isa_2_06_part3.o: test_isa_2_06_part3.c
852@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_isa_2_06_part3_CFLAGS) $(CFLAGS) -MT test_isa_2_06_part3-test_isa_2_06_part3.o -MD -MP -MF $(DEPDIR)/test_isa_2_06_part3-test_isa_2_06_part3.Tpo -c -o test_isa_2_06_part3-test_isa_2_06_part3.o `test -f 'test_isa_2_06_part3.c' || echo '$(srcdir)/'`test_isa_2_06_part3.c
853@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/test_isa_2_06_part3-test_isa_2_06_part3.Tpo $(DEPDIR)/test_isa_2_06_part3-test_isa_2_06_part3.Po
854@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_isa_2_06_part3.c' object='test_isa_2_06_part3-test_isa_2_06_part3.o' libtool=no @AMDEPBACKSLASH@
855@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
856@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_isa_2_06_part3_CFLAGS) $(CFLAGS) -c -o test_isa_2_06_part3-test_isa_2_06_part3.o `test -f 'test_isa_2_06_part3.c' || echo '$(srcdir)/'`test_isa_2_06_part3.c
857
858test_isa_2_06_part3-test_isa_2_06_part3.obj: test_isa_2_06_part3.c
859@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_isa_2_06_part3_CFLAGS) $(CFLAGS) -MT test_isa_2_06_part3-test_isa_2_06_part3.obj -MD -MP -MF $(DEPDIR)/test_isa_2_06_part3-test_isa_2_06_part3.Tpo -c -o test_isa_2_06_part3-test_isa_2_06_part3.obj `if test -f 'test_isa_2_06_part3.c'; then $(CYGPATH_W) 'test_isa_2_06_part3.c'; else $(CYGPATH_W) '$(srcdir)/test_isa_2_06_part3.c'; fi`
860@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/test_isa_2_06_part3-test_isa_2_06_part3.Tpo $(DEPDIR)/test_isa_2_06_part3-test_isa_2_06_part3.Po
861@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_isa_2_06_part3.c' object='test_isa_2_06_part3-test_isa_2_06_part3.obj' libtool=no @AMDEPBACKSLASH@
862@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
863@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_isa_2_06_part3_CFLAGS) $(CFLAGS) -c -o test_isa_2_06_part3-test_isa_2_06_part3.obj `if test -f 'test_isa_2_06_part3.c'; then $(CYGPATH_W) 'test_isa_2_06_part3.c'; else $(CYGPATH_W) '$(srcdir)/test_isa_2_06_part3.c'; fi`
864
865ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
866	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
867	unique=`for i in $$list; do \
868	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
869	  done | \
870	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
871	      END { if (nonempty) { for (i in files) print i; }; }'`; \
872	mkid -fID $$unique
873tags: TAGS
874
875TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
876		$(TAGS_FILES) $(LISP)
877	set x; \
878	here=`pwd`; \
879	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
880	unique=`for i in $$list; do \
881	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
882	  done | \
883	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
884	      END { if (nonempty) { for (i in files) print i; }; }'`; \
885	shift; \
886	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
887	  test -n "$$unique" || unique=$$empty_fix; \
888	  if test $$# -gt 0; then \
889	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
890	      "$$@" $$unique; \
891	  else \
892	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
893	      $$unique; \
894	  fi; \
895	fi
896ctags: CTAGS
897CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
898		$(TAGS_FILES) $(LISP)
899	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
900	unique=`for i in $$list; do \
901	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
902	  done | \
903	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
904	      END { if (nonempty) { for (i in files) print i; }; }'`; \
905	test -z "$(CTAGS_ARGS)$$unique" \
906	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
907	     $$unique
908
909GTAGS:
910	here=`$(am__cd) $(top_builddir) && pwd` \
911	  && $(am__cd) $(top_srcdir) \
912	  && gtags -i $(GTAGS_ARGS) "$$here"
913
914distclean-tags:
915	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
916
917distdir: $(DISTFILES)
918	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
919	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
920	list='$(DISTFILES)'; \
921	  dist_files=`for file in $$list; do echo $$file; done | \
922	  sed -e "s|^$$srcdirstrip/||;t" \
923	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
924	case $$dist_files in \
925	  */*) $(MKDIR_P) `echo "$$dist_files" | \
926			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
927			   sort -u` ;; \
928	esac; \
929	for file in $$dist_files; do \
930	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
931	  if test -d $$d/$$file; then \
932	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
933	    if test -d "$(distdir)/$$file"; then \
934	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
935	    fi; \
936	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
937	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
938	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
939	    fi; \
940	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
941	  else \
942	    test -f "$(distdir)/$$file" \
943	    || cp -p $$d/$$file "$(distdir)/$$file" \
944	    || exit 1; \
945	  fi; \
946	done
947check-am: all-am
948	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
949	$(MAKE) $(AM_MAKEFLAGS) check-local
950check: check-am
951all-am: Makefile $(SCRIPTS)
952installdirs:
953install: install-am
954install-exec: install-exec-am
955install-data: install-data-am
956uninstall: uninstall-am
957
958install-am: all-am
959	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
960
961installcheck: installcheck-am
962install-strip:
963	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
964	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
965	  `test -z '$(STRIP)' || \
966	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
967mostlyclean-generic:
968
969clean-generic:
970
971distclean-generic:
972	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
973	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
974
975maintainer-clean-generic:
976	@echo "This command is intended for maintainers to use"
977	@echo "it deletes files that may require special tools to rebuild."
978clean: clean-am
979
980clean-am: clean-checkPROGRAMS clean-generic clean-local mostlyclean-am
981
982distclean: distclean-am
983	-rm -rf ./$(DEPDIR)
984	-rm -f Makefile
985distclean-am: clean-am distclean-compile distclean-generic \
986	distclean-tags
987
988dvi: dvi-am
989
990dvi-am:
991
992html: html-am
993
994html-am:
995
996info: info-am
997
998info-am:
999
1000install-data-am:
1001
1002install-dvi: install-dvi-am
1003
1004install-dvi-am:
1005
1006install-exec-am:
1007
1008install-html: install-html-am
1009
1010install-html-am:
1011
1012install-info: install-info-am
1013
1014install-info-am:
1015
1016install-man:
1017
1018install-pdf: install-pdf-am
1019
1020install-pdf-am:
1021
1022install-ps: install-ps-am
1023
1024install-ps-am:
1025
1026installcheck-am:
1027
1028maintainer-clean: maintainer-clean-am
1029	-rm -rf ./$(DEPDIR)
1030	-rm -f Makefile
1031maintainer-clean-am: distclean-am maintainer-clean-generic
1032
1033mostlyclean: mostlyclean-am
1034
1035mostlyclean-am: mostlyclean-compile mostlyclean-generic
1036
1037pdf: pdf-am
1038
1039pdf-am:
1040
1041ps: ps-am
1042
1043ps-am:
1044
1045uninstall-am:
1046
1047.MAKE: check-am install-am install-strip
1048
1049.PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
1050	clean-checkPROGRAMS clean-generic clean-local ctags distclean \
1051	distclean-compile distclean-generic distclean-tags distdir dvi \
1052	dvi-am html html-am info info-am install install-am \
1053	install-data install-data-am install-dvi install-dvi-am \
1054	install-exec install-exec-am install-html install-html-am \
1055	install-info install-info-am install-man install-pdf \
1056	install-pdf-am install-ps install-ps-am install-strip \
1057	installcheck installcheck-am installdirs maintainer-clean \
1058	maintainer-clean-generic mostlyclean mostlyclean-compile \
1059	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
1060	uninstall-am
1061
1062
1063# This used to be required when Vex had a handwritten Makefile.  It
1064# shouldn't be needed any more, though.
1065
1066#----------------------------------------------------------------------------
1067# noinst_PROGRAMS and noinst_DSYMS targets
1068#----------------------------------------------------------------------------
1069
1070# On Darwin, for a program 'p', the DWARF debug info is stored in the
1071# directory 'p.dSYM'.  This must be generated after the executable is
1072# created, with 'dsymutil p'.  We could redefine LINK with a script that
1073# executes 'dsymutil' after linking, but that's a pain.  Instead we use this
1074# hook so that every time "make check" is run, we subsequently invoke
1075# 'dsymutil' on all the executables that lack a .dSYM directory, or that are
1076# newer than their corresponding .dSYM directory.
1077build-noinst_DSYMS: $(noinst_DSYMS)
1078	for f in $(noinst_DSYMS); do \
1079	  if [ ! -e $$f.dSYM  -o  $$f -nt $$f.dSYM ] ; then \
1080	      echo "dsymutil $$f"; \
1081	      dsymutil $$f; \
1082	  fi; \
1083	done
1084
1085# This is used by coregrind/Makefile.am and Makefile.tool.am for doing
1086# "in-place" installs.  It copies $(noinst_PROGRAMS) into $inplacedir.
1087# It needs to be depended on by an 'all-local' rule.
1088inplace-noinst_PROGRAMS: $(noinst_PROGRAMS)
1089	mkdir -p $(inplacedir); \
1090	for f in $(noinst_PROGRAMS) ; do \
1091	  rm -f $(inplacedir)/$$f; \
1092	  ln -f -s ../$(subdir)/$$f $(inplacedir); \
1093	done
1094
1095# Similar to inplace-noinst_PROGRAMS
1096inplace-noinst_DSYMS: build-noinst_DSYMS
1097	mkdir -p $(inplacedir); \
1098	for f in $(noinst_DSYMS); do \
1099	  rm -f $(inplacedir)/$$f.dSYM; \
1100	  ln -f -s ../$(subdir)/$$f.dSYM $(inplacedir); \
1101	done
1102
1103# This is used by coregrind/Makefile.am and by <tool>/Makefile.am for doing
1104# "make install".  It copies $(noinst_PROGRAMS) into $prefix/lib/valgrind/.
1105# It needs to be depended on by an 'install-exec-local' rule.
1106install-noinst_PROGRAMS: $(noinst_PROGRAMS)
1107	$(mkinstalldirs) $(DESTDIR)$(pkglibdir); \
1108	for f in $(noinst_PROGRAMS); do \
1109	  $(INSTALL_PROGRAM) $$f $(DESTDIR)$(pkglibdir); \
1110	done
1111
1112# Similar to install-noinst_PROGRAMS.
1113# Nb: we don't use $(INSTALL_PROGRAM) here because it doesn't work with
1114# directories.  XXX: not sure whether the resulting permissions will be
1115# correct when using 'cp -R'...
1116install-noinst_DSYMS: build-noinst_DSYMS
1117	$(mkinstalldirs) $(DESTDIR)$(pkglibdir); \
1118	for f in $(noinst_DSYMS); do \
1119	  cp -R $$f.dSYM $(DESTDIR)$(pkglibdir); \
1120	done
1121
1122# This needs to be depended on by a 'clean-local' rule.
1123clean-noinst_DSYMS:
1124	for f in $(noinst_DSYMS); do \
1125	  rm -rf $$f.dSYM; \
1126	done
1127
1128check-local: build-noinst_DSYMS
1129
1130clean-local: clean-noinst_DSYMS
1131
1132# Tell versions [3.59,3.63) of GNU make to not export all variables.
1133# Otherwise a system limit (for SysV at least) may be exceeded.
1134.NOEXPORT:
1135