1 |
234 |
jeremybenn |
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
2 |
233 |
julius |
# @configure_input@
|
3 |
|
|
|
4 |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
5 |
|
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
6 |
|
|
# Inc.
|
7 |
|
|
# This Makefile.in is free software; the Free Software Foundation
|
8 |
|
|
# gives unlimited permission to copy and/or distribute it,
|
9 |
|
|
# with or without modifications, as long as this notice is preserved.
|
10 |
|
|
|
11 |
|
|
# This program is distributed in the hope that it will be useful,
|
12 |
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
13 |
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
14 |
|
|
# PARTICULAR PURPOSE.
|
15 |
|
|
|
16 |
|
|
@SET_MAKE@
|
17 |
|
|
|
18 |
|
|
# Makefile.am for or1ksim testsuite CPU test program: testsoftfloat, testfloat
|
19 |
|
|
|
20 |
|
|
# Copyright (C) ORSoC AB, 2010
|
21 |
|
|
|
22 |
|
|
# Contributor Julius Baxter
|
23 |
|
|
|
24 |
|
|
# This file is part of OpenRISC 1000 Architectural Simulator.
|
25 |
|
|
|
26 |
|
|
# This program is free software; you can redistribute it and/or modify it
|
27 |
|
|
# under the terms of the GNU General Public License as published by the Free
|
28 |
|
|
# Software Foundation; either version 3 of the License, or (at your option)
|
29 |
|
|
# any later version.
|
30 |
|
|
|
31 |
|
|
# This program is distributed in the hope that it will be useful, but WITHOUT
|
32 |
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
33 |
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
34 |
|
|
# more details.
|
35 |
|
|
|
36 |
|
|
# You should have received a copy of the GNU General Public License along
|
37 |
|
|
# with this program. If not, see . */
|
38 |
|
|
|
39 |
|
|
# -----------------------------------------------------------------------------
|
40 |
|
|
# This code is commented throughout for use with Doxygen.
|
41 |
|
|
# -----------------------------------------------------------------------------
|
42 |
|
|
VPATH = @srcdir@
|
43 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
44 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
45 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
46 |
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
47 |
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
48 |
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
49 |
|
|
install_sh_PROGRAM = $(install_sh) -c
|
50 |
|
|
install_sh_SCRIPT = $(install_sh) -c
|
51 |
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
52 |
|
|
transform = $(program_transform_name)
|
53 |
|
|
NORMAL_INSTALL = :
|
54 |
|
|
PRE_INSTALL = :
|
55 |
|
|
POST_INSTALL = :
|
56 |
|
|
NORMAL_UNINSTALL = :
|
57 |
|
|
PRE_UNINSTALL = :
|
58 |
|
|
POST_UNINSTALL = :
|
59 |
|
|
build_triplet = @build@
|
60 |
|
|
host_triplet = @host@
|
61 |
|
|
check_PROGRAMS = testsoftfloat$(EXEEXT) testfloat$(EXEEXT)
|
62 |
|
|
subdir = testfloat
|
63 |
|
|
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
64 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
65 |
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
66 |
|
|
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
67 |
|
|
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
68 |
|
|
$(top_srcdir)/configure.ac
|
69 |
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
70 |
|
|
$(ACLOCAL_M4)
|
71 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
72 |
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
73 |
|
|
CONFIG_CLEAN_FILES =
|
74 |
|
|
CONFIG_CLEAN_VPATH_FILES =
|
75 |
|
|
am__objects_1 = testfloat-fail.$(OBJEXT) testfloat-random.$(OBJEXT) \
|
76 |
|
|
testfloat-writeHex.$(OBJEXT) testfloat-softfloat.$(OBJEXT) \
|
77 |
|
|
testfloat-testCases.$(OBJEXT) testfloat-testLoops.$(OBJEXT)
|
78 |
|
|
am_testfloat_OBJECTS = $(am__objects_1) testfloat-systmodes.$(OBJEXT) \
|
79 |
|
|
testfloat-systflags.$(OBJEXT) systfloat.$(OBJEXT) \
|
80 |
|
|
testfloat-testFunction.$(OBJEXT) testfloat-testfloat.$(OBJEXT)
|
81 |
|
|
testfloat_OBJECTS = $(am_testfloat_OBJECTS)
|
82 |
|
|
testfloat_DEPENDENCIES = ../except/except.lo ../support/libsupport.la
|
83 |
|
|
testfloat_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
84 |
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(testfloat_CFLAGS) \
|
85 |
|
|
$(CFLAGS) $(testfloat_LDFLAGS) $(LDFLAGS) -o $@
|
86 |
|
|
am__objects_2 = testsoftfloat-fail.$(OBJEXT) \
|
87 |
|
|
testsoftfloat-random.$(OBJEXT) \
|
88 |
|
|
testsoftfloat-writeHex.$(OBJEXT) \
|
89 |
|
|
testsoftfloat-softfloat.$(OBJEXT) \
|
90 |
|
|
testsoftfloat-testCases.$(OBJEXT) \
|
91 |
|
|
testsoftfloat-testLoops.$(OBJEXT)
|
92 |
|
|
am_testsoftfloat_OBJECTS = $(am__objects_2) \
|
93 |
|
|
testsoftfloat-slowfloat.$(OBJEXT) \
|
94 |
|
|
testsoftfloat-testsoftfloat.$(OBJEXT)
|
95 |
|
|
testsoftfloat_OBJECTS = $(am_testsoftfloat_OBJECTS)
|
96 |
|
|
testsoftfloat_DEPENDENCIES = ../except/except.lo \
|
97 |
|
|
../support/libsupport.la
|
98 |
|
|
testsoftfloat_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
99 |
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(testsoftfloat_CFLAGS) \
|
100 |
|
|
$(CFLAGS) $(testsoftfloat_LDFLAGS) $(LDFLAGS) -o $@
|
101 |
|
|
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
102 |
|
|
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
|
103 |
|
|
am__depfiles_maybe = depfiles
|
104 |
|
|
am__mv = mv -f
|
105 |
|
|
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
106 |
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
|
107 |
|
|
LTCPPASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
108 |
|
|
--mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
109 |
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
|
110 |
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
111 |
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
112 |
|
|
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
113 |
|
|
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
114 |
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
115 |
|
|
CCLD = $(CC)
|
116 |
|
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
117 |
|
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
118 |
|
|
$(LDFLAGS) -o $@
|
119 |
|
|
SOURCES = $(testfloat_SOURCES) $(testsoftfloat_SOURCES)
|
120 |
|
|
DIST_SOURCES = $(testfloat_SOURCES) $(testsoftfloat_SOURCES)
|
121 |
|
|
ETAGS = etags
|
122 |
|
|
CTAGS = ctags
|
123 |
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
124 |
|
|
ACLOCAL = @ACLOCAL@
|
125 |
|
|
AMTAR = @AMTAR@
|
126 |
|
|
AR = @AR@
|
127 |
|
|
AUTOCONF = @AUTOCONF@
|
128 |
|
|
AUTOHEADER = @AUTOHEADER@
|
129 |
|
|
AUTOMAKE = @AUTOMAKE@
|
130 |
|
|
AWK = @AWK@
|
131 |
|
|
CC = @CC@
|
132 |
|
|
CCAS = @CCAS@
|
133 |
|
|
CCASDEPMODE = @CCASDEPMODE@
|
134 |
|
|
CCASFLAGS = @CCASFLAGS@
|
135 |
|
|
CCDEPMODE = @CCDEPMODE@
|
136 |
|
|
CFLAGS = @CFLAGS@
|
137 |
|
|
CPP = @CPP@
|
138 |
|
|
CPPFLAGS = @CPPFLAGS@
|
139 |
|
|
CYGPATH_W = @CYGPATH_W@
|
140 |
|
|
DEFS = @DEFS@
|
141 |
|
|
DEPDIR = @DEPDIR@
|
142 |
|
|
DSYMUTIL = @DSYMUTIL@
|
143 |
|
|
DUMPBIN = @DUMPBIN@
|
144 |
|
|
ECHO_C = @ECHO_C@
|
145 |
|
|
ECHO_N = @ECHO_N@
|
146 |
|
|
ECHO_T = @ECHO_T@
|
147 |
|
|
EGREP = @EGREP@
|
148 |
|
|
EXEEXT = @EXEEXT@
|
149 |
|
|
FGREP = @FGREP@
|
150 |
|
|
GREP = @GREP@
|
151 |
|
|
INSTALL = @INSTALL@
|
152 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
153 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
154 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
155 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
156 |
|
|
LD = @LD@
|
157 |
|
|
LDFLAGS = @LDFLAGS@
|
158 |
|
|
LIBOBJS = @LIBOBJS@
|
159 |
|
|
LIBS = @LIBS@
|
160 |
|
|
LIBTOOL = @LIBTOOL@
|
161 |
|
|
LIPO = @LIPO@
|
162 |
|
|
LN_S = @LN_S@
|
163 |
|
|
LTLIBOBJS = @LTLIBOBJS@
|
164 |
|
|
MAKEINFO = @MAKEINFO@
|
165 |
|
|
MKDIR_P = @MKDIR_P@
|
166 |
|
|
NM = @NM@
|
167 |
|
|
NMEDIT = @NMEDIT@
|
168 |
|
|
OBJDUMP = @OBJDUMP@
|
169 |
|
|
OBJEXT = @OBJEXT@
|
170 |
|
|
OTOOL = @OTOOL@
|
171 |
|
|
OTOOL64 = @OTOOL64@
|
172 |
|
|
PACKAGE = @PACKAGE@
|
173 |
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
174 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
175 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
176 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
177 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
178 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
179 |
|
|
RANLIB = @RANLIB@
|
180 |
|
|
SED = @SED@
|
181 |
|
|
SET_MAKE = @SET_MAKE@
|
182 |
|
|
SHELL = @SHELL@
|
183 |
|
|
SIM = @SIM@
|
184 |
|
|
STRIP = @STRIP@
|
185 |
|
|
VERSION = @VERSION@
|
186 |
|
|
abs_builddir = @abs_builddir@
|
187 |
|
|
abs_srcdir = @abs_srcdir@
|
188 |
|
|
abs_top_builddir = @abs_top_builddir@
|
189 |
|
|
abs_top_srcdir = @abs_top_srcdir@
|
190 |
|
|
ac_ct_CC = @ac_ct_CC@
|
191 |
|
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
192 |
|
|
am__include = @am__include@
|
193 |
|
|
am__leading_dot = @am__leading_dot@
|
194 |
|
|
am__quote = @am__quote@
|
195 |
|
|
am__tar = @am__tar@
|
196 |
|
|
am__untar = @am__untar@
|
197 |
|
|
bindir = @bindir@
|
198 |
|
|
build = @build@
|
199 |
|
|
build_alias = @build_alias@
|
200 |
|
|
build_cpu = @build_cpu@
|
201 |
|
|
build_os = @build_os@
|
202 |
|
|
build_vendor = @build_vendor@
|
203 |
|
|
builddir = @builddir@
|
204 |
|
|
datadir = @datadir@
|
205 |
|
|
datarootdir = @datarootdir@
|
206 |
|
|
docdir = @docdir@
|
207 |
|
|
dvidir = @dvidir@
|
208 |
|
|
exec_prefix = @exec_prefix@
|
209 |
|
|
host = @host@
|
210 |
|
|
host_alias = @host_alias@
|
211 |
|
|
host_cpu = @host_cpu@
|
212 |
|
|
host_os = @host_os@
|
213 |
|
|
host_vendor = @host_vendor@
|
214 |
|
|
htmldir = @htmldir@
|
215 |
|
|
includedir = @includedir@
|
216 |
|
|
infodir = @infodir@
|
217 |
|
|
install_sh = @install_sh@
|
218 |
|
|
libdir = @libdir@
|
219 |
|
|
libexecdir = @libexecdir@
|
220 |
|
|
localedir = @localedir@
|
221 |
|
|
localstatedir = @localstatedir@
|
222 |
|
|
lt_ECHO = @lt_ECHO@
|
223 |
|
|
mandir = @mandir@
|
224 |
|
|
mkdir_p = @mkdir_p@
|
225 |
|
|
oldincludedir = @oldincludedir@
|
226 |
|
|
pdfdir = @pdfdir@
|
227 |
|
|
prefix = @prefix@
|
228 |
|
|
program_transform_name = @program_transform_name@
|
229 |
|
|
psdir = @psdir@
|
230 |
|
|
sbindir = @sbindir@
|
231 |
|
|
sharedstatedir = @sharedstatedir@
|
232 |
|
|
srcdir = @srcdir@
|
233 |
|
|
sysconfdir = @sysconfdir@
|
234 |
|
|
target_alias = @target_alias@
|
235 |
|
|
top_build_prefix = @top_build_prefix@
|
236 |
|
|
top_builddir = @top_builddir@
|
237 |
|
|
top_srcdir = @top_srcdir@
|
238 |
|
|
common_testfloat_sources = milieu.h \
|
239 |
|
|
or1k-gcc.h \
|
240 |
|
|
fail.h \
|
241 |
|
|
fail.c \
|
242 |
|
|
random.h \
|
243 |
|
|
random.c \
|
244 |
|
|
writeHex.h \
|
245 |
|
|
writeHex.c \
|
246 |
|
|
softfloat.h \
|
247 |
|
|
softfloat.c \
|
248 |
|
|
testCases.h \
|
249 |
|
|
testCases.c \
|
250 |
|
|
testLoops.h \
|
251 |
|
|
testLoops.c
|
252 |
|
|
|
253 |
|
|
testsoftfloat_SOURCES = $(common_testfloat_sources) \
|
254 |
|
|
slowfloat.h \
|
255 |
|
|
slowfloat.c \
|
256 |
|
|
testsoftfloat.c
|
257 |
|
|
|
258 |
|
|
testsoftfloat_CFLAGS = -O3
|
259 |
|
|
testsoftfloat_LDFLAGS = -T$(srcdir)/../default.ld -lgcc
|
260 |
|
|
testsoftfloat_LDADD = ../except/except.lo \
|
261 |
|
|
../support/libsupport.la
|
262 |
|
|
|
263 |
|
|
testfloat_SOURCES = $(common_testfloat_sources) \
|
264 |
|
|
systmodes.h \
|
265 |
|
|
systmodes.c \
|
266 |
|
|
systflags.h \
|
267 |
|
|
systflags.c \
|
268 |
|
|
systfloat.h \
|
269 |
|
|
systfloat.S \
|
270 |
|
|
testFunction.h \
|
271 |
|
|
testFunction.c \
|
272 |
|
|
testfloat.c
|
273 |
|
|
|
274 |
|
|
testfloat_CFLAGS = -O2
|
275 |
|
|
testfloat_LDFLAGS = -T$(srcdir)/../default.ld -lgcc
|
276 |
|
|
testfloat_LDADD = ../except/except.lo \
|
277 |
|
|
../support/libsupport.la
|
278 |
|
|
|
279 |
|
|
all: all-am
|
280 |
|
|
|
281 |
|
|
.SUFFIXES:
|
282 |
|
|
.SUFFIXES: .S .c .lo .o .obj
|
283 |
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
284 |
|
|
@for dep in $?; do \
|
285 |
|
|
case '$(am__configure_deps)' in \
|
286 |
|
|
*$$dep*) \
|
287 |
|
|
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
288 |
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
289 |
|
|
exit 1;; \
|
290 |
|
|
esac; \
|
291 |
|
|
done; \
|
292 |
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testfloat/Makefile'; \
|
293 |
|
|
$(am__cd) $(top_srcdir) && \
|
294 |
|
|
$(AUTOMAKE) --gnu testfloat/Makefile
|
295 |
|
|
.PRECIOUS: Makefile
|
296 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
297 |
|
|
@case '$?' in \
|
298 |
|
|
*config.status*) \
|
299 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
300 |
|
|
*) \
|
301 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
302 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
303 |
|
|
esac;
|
304 |
|
|
|
305 |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
306 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
307 |
|
|
|
308 |
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
309 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
310 |
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
311 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
312 |
|
|
$(am__aclocal_m4_deps):
|
313 |
|
|
|
314 |
|
|
clean-checkPROGRAMS:
|
315 |
|
|
@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
|
316 |
|
|
echo " rm -f" $$list; \
|
317 |
|
|
rm -f $$list || exit $$?; \
|
318 |
|
|
test -n "$(EXEEXT)" || exit 0; \
|
319 |
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
320 |
|
|
echo " rm -f" $$list; \
|
321 |
|
|
rm -f $$list
|
322 |
|
|
testfloat$(EXEEXT): $(testfloat_OBJECTS) $(testfloat_DEPENDENCIES)
|
323 |
|
|
@rm -f testfloat$(EXEEXT)
|
324 |
|
|
$(testfloat_LINK) $(testfloat_OBJECTS) $(testfloat_LDADD) $(LIBS)
|
325 |
|
|
testsoftfloat$(EXEEXT): $(testsoftfloat_OBJECTS) $(testsoftfloat_DEPENDENCIES)
|
326 |
|
|
@rm -f testsoftfloat$(EXEEXT)
|
327 |
|
|
$(testsoftfloat_LINK) $(testsoftfloat_OBJECTS) $(testsoftfloat_LDADD) $(LIBS)
|
328 |
|
|
|
329 |
|
|
mostlyclean-compile:
|
330 |
|
|
-rm -f *.$(OBJEXT)
|
331 |
|
|
|
332 |
|
|
distclean-compile:
|
333 |
|
|
-rm -f *.tab.c
|
334 |
|
|
|
335 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/systfloat.Po@am__quote@
|
336 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-fail.Po@am__quote@
|
337 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-random.Po@am__quote@
|
338 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-softfloat.Po@am__quote@
|
339 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-systflags.Po@am__quote@
|
340 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-systmodes.Po@am__quote@
|
341 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-testCases.Po@am__quote@
|
342 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-testFunction.Po@am__quote@
|
343 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-testLoops.Po@am__quote@
|
344 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-testfloat.Po@am__quote@
|
345 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-writeHex.Po@am__quote@
|
346 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsoftfloat-fail.Po@am__quote@
|
347 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsoftfloat-random.Po@am__quote@
|
348 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsoftfloat-slowfloat.Po@am__quote@
|
349 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsoftfloat-softfloat.Po@am__quote@
|
350 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsoftfloat-testCases.Po@am__quote@
|
351 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsoftfloat-testLoops.Po@am__quote@
|
352 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsoftfloat-testsoftfloat.Po@am__quote@
|
353 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsoftfloat-writeHex.Po@am__quote@
|
354 |
|
|
|
355 |
|
|
.S.o:
|
356 |
|
|
@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
357 |
|
|
@am__fastdepCCAS_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
358 |
|
|
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
359 |
|
|
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
360 |
|
|
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
|
361 |
|
|
|
362 |
|
|
.S.obj:
|
363 |
|
|
@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
364 |
|
|
@am__fastdepCCAS_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
365 |
|
|
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
366 |
|
|
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
367 |
|
|
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
368 |
|
|
|
369 |
|
|
.S.lo:
|
370 |
|
|
@am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
371 |
|
|
@am__fastdepCCAS_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
372 |
|
|
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
373 |
|
|
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
374 |
|
|
@am__fastdepCCAS_FALSE@ $(LTCPPASCOMPILE) -c -o $@ $<
|
375 |
|
|
|
376 |
|
|
.c.o:
|
377 |
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
378 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
379 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
380 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
381 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
382 |
|
|
|
383 |
|
|
.c.obj:
|
384 |
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
385 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
386 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
387 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
388 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
389 |
|
|
|
390 |
|
|
.c.lo:
|
391 |
|
|
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
392 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
393 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
394 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
395 |
|
|
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
396 |
|
|
|
397 |
|
|
testfloat-fail.o: fail.c
|
398 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-fail.o -MD -MP -MF $(DEPDIR)/testfloat-fail.Tpo -c -o testfloat-fail.o `test -f 'fail.c' || echo '$(srcdir)/'`fail.c
|
399 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-fail.Tpo $(DEPDIR)/testfloat-fail.Po
|
400 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fail.c' object='testfloat-fail.o' libtool=no @AMDEPBACKSLASH@
|
401 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
402 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-fail.o `test -f 'fail.c' || echo '$(srcdir)/'`fail.c
|
403 |
|
|
|
404 |
|
|
testfloat-fail.obj: fail.c
|
405 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-fail.obj -MD -MP -MF $(DEPDIR)/testfloat-fail.Tpo -c -o testfloat-fail.obj `if test -f 'fail.c'; then $(CYGPATH_W) 'fail.c'; else $(CYGPATH_W) '$(srcdir)/fail.c'; fi`
|
406 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-fail.Tpo $(DEPDIR)/testfloat-fail.Po
|
407 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fail.c' object='testfloat-fail.obj' libtool=no @AMDEPBACKSLASH@
|
408 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
409 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-fail.obj `if test -f 'fail.c'; then $(CYGPATH_W) 'fail.c'; else $(CYGPATH_W) '$(srcdir)/fail.c'; fi`
|
410 |
|
|
|
411 |
|
|
testfloat-random.o: random.c
|
412 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-random.o -MD -MP -MF $(DEPDIR)/testfloat-random.Tpo -c -o testfloat-random.o `test -f 'random.c' || echo '$(srcdir)/'`random.c
|
413 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-random.Tpo $(DEPDIR)/testfloat-random.Po
|
414 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='random.c' object='testfloat-random.o' libtool=no @AMDEPBACKSLASH@
|
415 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
416 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-random.o `test -f 'random.c' || echo '$(srcdir)/'`random.c
|
417 |
|
|
|
418 |
|
|
testfloat-random.obj: random.c
|
419 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-random.obj -MD -MP -MF $(DEPDIR)/testfloat-random.Tpo -c -o testfloat-random.obj `if test -f 'random.c'; then $(CYGPATH_W) 'random.c'; else $(CYGPATH_W) '$(srcdir)/random.c'; fi`
|
420 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-random.Tpo $(DEPDIR)/testfloat-random.Po
|
421 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='random.c' object='testfloat-random.obj' libtool=no @AMDEPBACKSLASH@
|
422 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
423 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-random.obj `if test -f 'random.c'; then $(CYGPATH_W) 'random.c'; else $(CYGPATH_W) '$(srcdir)/random.c'; fi`
|
424 |
|
|
|
425 |
|
|
testfloat-writeHex.o: writeHex.c
|
426 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-writeHex.o -MD -MP -MF $(DEPDIR)/testfloat-writeHex.Tpo -c -o testfloat-writeHex.o `test -f 'writeHex.c' || echo '$(srcdir)/'`writeHex.c
|
427 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-writeHex.Tpo $(DEPDIR)/testfloat-writeHex.Po
|
428 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='writeHex.c' object='testfloat-writeHex.o' libtool=no @AMDEPBACKSLASH@
|
429 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
430 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-writeHex.o `test -f 'writeHex.c' || echo '$(srcdir)/'`writeHex.c
|
431 |
|
|
|
432 |
|
|
testfloat-writeHex.obj: writeHex.c
|
433 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-writeHex.obj -MD -MP -MF $(DEPDIR)/testfloat-writeHex.Tpo -c -o testfloat-writeHex.obj `if test -f 'writeHex.c'; then $(CYGPATH_W) 'writeHex.c'; else $(CYGPATH_W) '$(srcdir)/writeHex.c'; fi`
|
434 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-writeHex.Tpo $(DEPDIR)/testfloat-writeHex.Po
|
435 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='writeHex.c' object='testfloat-writeHex.obj' libtool=no @AMDEPBACKSLASH@
|
436 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
437 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-writeHex.obj `if test -f 'writeHex.c'; then $(CYGPATH_W) 'writeHex.c'; else $(CYGPATH_W) '$(srcdir)/writeHex.c'; fi`
|
438 |
|
|
|
439 |
|
|
testfloat-softfloat.o: softfloat.c
|
440 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-softfloat.o -MD -MP -MF $(DEPDIR)/testfloat-softfloat.Tpo -c -o testfloat-softfloat.o `test -f 'softfloat.c' || echo '$(srcdir)/'`softfloat.c
|
441 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-softfloat.Tpo $(DEPDIR)/testfloat-softfloat.Po
|
442 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='softfloat.c' object='testfloat-softfloat.o' libtool=no @AMDEPBACKSLASH@
|
443 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
444 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-softfloat.o `test -f 'softfloat.c' || echo '$(srcdir)/'`softfloat.c
|
445 |
|
|
|
446 |
|
|
testfloat-softfloat.obj: softfloat.c
|
447 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-softfloat.obj -MD -MP -MF $(DEPDIR)/testfloat-softfloat.Tpo -c -o testfloat-softfloat.obj `if test -f 'softfloat.c'; then $(CYGPATH_W) 'softfloat.c'; else $(CYGPATH_W) '$(srcdir)/softfloat.c'; fi`
|
448 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-softfloat.Tpo $(DEPDIR)/testfloat-softfloat.Po
|
449 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='softfloat.c' object='testfloat-softfloat.obj' libtool=no @AMDEPBACKSLASH@
|
450 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
451 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-softfloat.obj `if test -f 'softfloat.c'; then $(CYGPATH_W) 'softfloat.c'; else $(CYGPATH_W) '$(srcdir)/softfloat.c'; fi`
|
452 |
|
|
|
453 |
|
|
testfloat-testCases.o: testCases.c
|
454 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-testCases.o -MD -MP -MF $(DEPDIR)/testfloat-testCases.Tpo -c -o testfloat-testCases.o `test -f 'testCases.c' || echo '$(srcdir)/'`testCases.c
|
455 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-testCases.Tpo $(DEPDIR)/testfloat-testCases.Po
|
456 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testCases.c' object='testfloat-testCases.o' libtool=no @AMDEPBACKSLASH@
|
457 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
458 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-testCases.o `test -f 'testCases.c' || echo '$(srcdir)/'`testCases.c
|
459 |
|
|
|
460 |
|
|
testfloat-testCases.obj: testCases.c
|
461 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-testCases.obj -MD -MP -MF $(DEPDIR)/testfloat-testCases.Tpo -c -o testfloat-testCases.obj `if test -f 'testCases.c'; then $(CYGPATH_W) 'testCases.c'; else $(CYGPATH_W) '$(srcdir)/testCases.c'; fi`
|
462 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-testCases.Tpo $(DEPDIR)/testfloat-testCases.Po
|
463 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testCases.c' object='testfloat-testCases.obj' libtool=no @AMDEPBACKSLASH@
|
464 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
465 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-testCases.obj `if test -f 'testCases.c'; then $(CYGPATH_W) 'testCases.c'; else $(CYGPATH_W) '$(srcdir)/testCases.c'; fi`
|
466 |
|
|
|
467 |
|
|
testfloat-testLoops.o: testLoops.c
|
468 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-testLoops.o -MD -MP -MF $(DEPDIR)/testfloat-testLoops.Tpo -c -o testfloat-testLoops.o `test -f 'testLoops.c' || echo '$(srcdir)/'`testLoops.c
|
469 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-testLoops.Tpo $(DEPDIR)/testfloat-testLoops.Po
|
470 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testLoops.c' object='testfloat-testLoops.o' libtool=no @AMDEPBACKSLASH@
|
471 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
472 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-testLoops.o `test -f 'testLoops.c' || echo '$(srcdir)/'`testLoops.c
|
473 |
|
|
|
474 |
|
|
testfloat-testLoops.obj: testLoops.c
|
475 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-testLoops.obj -MD -MP -MF $(DEPDIR)/testfloat-testLoops.Tpo -c -o testfloat-testLoops.obj `if test -f 'testLoops.c'; then $(CYGPATH_W) 'testLoops.c'; else $(CYGPATH_W) '$(srcdir)/testLoops.c'; fi`
|
476 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-testLoops.Tpo $(DEPDIR)/testfloat-testLoops.Po
|
477 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testLoops.c' object='testfloat-testLoops.obj' libtool=no @AMDEPBACKSLASH@
|
478 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
479 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-testLoops.obj `if test -f 'testLoops.c'; then $(CYGPATH_W) 'testLoops.c'; else $(CYGPATH_W) '$(srcdir)/testLoops.c'; fi`
|
480 |
|
|
|
481 |
|
|
testfloat-systmodes.o: systmodes.c
|
482 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-systmodes.o -MD -MP -MF $(DEPDIR)/testfloat-systmodes.Tpo -c -o testfloat-systmodes.o `test -f 'systmodes.c' || echo '$(srcdir)/'`systmodes.c
|
483 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-systmodes.Tpo $(DEPDIR)/testfloat-systmodes.Po
|
484 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='systmodes.c' object='testfloat-systmodes.o' libtool=no @AMDEPBACKSLASH@
|
485 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
486 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-systmodes.o `test -f 'systmodes.c' || echo '$(srcdir)/'`systmodes.c
|
487 |
|
|
|
488 |
|
|
testfloat-systmodes.obj: systmodes.c
|
489 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-systmodes.obj -MD -MP -MF $(DEPDIR)/testfloat-systmodes.Tpo -c -o testfloat-systmodes.obj `if test -f 'systmodes.c'; then $(CYGPATH_W) 'systmodes.c'; else $(CYGPATH_W) '$(srcdir)/systmodes.c'; fi`
|
490 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-systmodes.Tpo $(DEPDIR)/testfloat-systmodes.Po
|
491 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='systmodes.c' object='testfloat-systmodes.obj' libtool=no @AMDEPBACKSLASH@
|
492 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
493 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-systmodes.obj `if test -f 'systmodes.c'; then $(CYGPATH_W) 'systmodes.c'; else $(CYGPATH_W) '$(srcdir)/systmodes.c'; fi`
|
494 |
|
|
|
495 |
|
|
testfloat-systflags.o: systflags.c
|
496 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-systflags.o -MD -MP -MF $(DEPDIR)/testfloat-systflags.Tpo -c -o testfloat-systflags.o `test -f 'systflags.c' || echo '$(srcdir)/'`systflags.c
|
497 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-systflags.Tpo $(DEPDIR)/testfloat-systflags.Po
|
498 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='systflags.c' object='testfloat-systflags.o' libtool=no @AMDEPBACKSLASH@
|
499 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
500 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-systflags.o `test -f 'systflags.c' || echo '$(srcdir)/'`systflags.c
|
501 |
|
|
|
502 |
|
|
testfloat-systflags.obj: systflags.c
|
503 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-systflags.obj -MD -MP -MF $(DEPDIR)/testfloat-systflags.Tpo -c -o testfloat-systflags.obj `if test -f 'systflags.c'; then $(CYGPATH_W) 'systflags.c'; else $(CYGPATH_W) '$(srcdir)/systflags.c'; fi`
|
504 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-systflags.Tpo $(DEPDIR)/testfloat-systflags.Po
|
505 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='systflags.c' object='testfloat-systflags.obj' libtool=no @AMDEPBACKSLASH@
|
506 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
507 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-systflags.obj `if test -f 'systflags.c'; then $(CYGPATH_W) 'systflags.c'; else $(CYGPATH_W) '$(srcdir)/systflags.c'; fi`
|
508 |
|
|
|
509 |
|
|
testfloat-testFunction.o: testFunction.c
|
510 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-testFunction.o -MD -MP -MF $(DEPDIR)/testfloat-testFunction.Tpo -c -o testfloat-testFunction.o `test -f 'testFunction.c' || echo '$(srcdir)/'`testFunction.c
|
511 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-testFunction.Tpo $(DEPDIR)/testfloat-testFunction.Po
|
512 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testFunction.c' object='testfloat-testFunction.o' libtool=no @AMDEPBACKSLASH@
|
513 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
514 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-testFunction.o `test -f 'testFunction.c' || echo '$(srcdir)/'`testFunction.c
|
515 |
|
|
|
516 |
|
|
testfloat-testFunction.obj: testFunction.c
|
517 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-testFunction.obj -MD -MP -MF $(DEPDIR)/testfloat-testFunction.Tpo -c -o testfloat-testFunction.obj `if test -f 'testFunction.c'; then $(CYGPATH_W) 'testFunction.c'; else $(CYGPATH_W) '$(srcdir)/testFunction.c'; fi`
|
518 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-testFunction.Tpo $(DEPDIR)/testfloat-testFunction.Po
|
519 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testFunction.c' object='testfloat-testFunction.obj' libtool=no @AMDEPBACKSLASH@
|
520 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
521 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-testFunction.obj `if test -f 'testFunction.c'; then $(CYGPATH_W) 'testFunction.c'; else $(CYGPATH_W) '$(srcdir)/testFunction.c'; fi`
|
522 |
|
|
|
523 |
|
|
testfloat-testfloat.o: testfloat.c
|
524 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-testfloat.o -MD -MP -MF $(DEPDIR)/testfloat-testfloat.Tpo -c -o testfloat-testfloat.o `test -f 'testfloat.c' || echo '$(srcdir)/'`testfloat.c
|
525 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-testfloat.Tpo $(DEPDIR)/testfloat-testfloat.Po
|
526 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testfloat.c' object='testfloat-testfloat.o' libtool=no @AMDEPBACKSLASH@
|
527 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
528 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-testfloat.o `test -f 'testfloat.c' || echo '$(srcdir)/'`testfloat.c
|
529 |
|
|
|
530 |
|
|
testfloat-testfloat.obj: testfloat.c
|
531 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -MT testfloat-testfloat.obj -MD -MP -MF $(DEPDIR)/testfloat-testfloat.Tpo -c -o testfloat-testfloat.obj `if test -f 'testfloat.c'; then $(CYGPATH_W) 'testfloat.c'; else $(CYGPATH_W) '$(srcdir)/testfloat.c'; fi`
|
532 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testfloat-testfloat.Tpo $(DEPDIR)/testfloat-testfloat.Po
|
533 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testfloat.c' object='testfloat-testfloat.obj' libtool=no @AMDEPBACKSLASH@
|
534 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
535 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-testfloat.obj `if test -f 'testfloat.c'; then $(CYGPATH_W) 'testfloat.c'; else $(CYGPATH_W) '$(srcdir)/testfloat.c'; fi`
|
536 |
|
|
|
537 |
|
|
testsoftfloat-fail.o: fail.c
|
538 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -MT testsoftfloat-fail.o -MD -MP -MF $(DEPDIR)/testsoftfloat-fail.Tpo -c -o testsoftfloat-fail.o `test -f 'fail.c' || echo '$(srcdir)/'`fail.c
|
539 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testsoftfloat-fail.Tpo $(DEPDIR)/testsoftfloat-fail.Po
|
540 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fail.c' object='testsoftfloat-fail.o' libtool=no @AMDEPBACKSLASH@
|
541 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
542 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -c -o testsoftfloat-fail.o `test -f 'fail.c' || echo '$(srcdir)/'`fail.c
|
543 |
|
|
|
544 |
|
|
testsoftfloat-fail.obj: fail.c
|
545 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -MT testsoftfloat-fail.obj -MD -MP -MF $(DEPDIR)/testsoftfloat-fail.Tpo -c -o testsoftfloat-fail.obj `if test -f 'fail.c'; then $(CYGPATH_W) 'fail.c'; else $(CYGPATH_W) '$(srcdir)/fail.c'; fi`
|
546 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testsoftfloat-fail.Tpo $(DEPDIR)/testsoftfloat-fail.Po
|
547 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fail.c' object='testsoftfloat-fail.obj' libtool=no @AMDEPBACKSLASH@
|
548 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
549 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -c -o testsoftfloat-fail.obj `if test -f 'fail.c'; then $(CYGPATH_W) 'fail.c'; else $(CYGPATH_W) '$(srcdir)/fail.c'; fi`
|
550 |
|
|
|
551 |
|
|
testsoftfloat-random.o: random.c
|
552 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -MT testsoftfloat-random.o -MD -MP -MF $(DEPDIR)/testsoftfloat-random.Tpo -c -o testsoftfloat-random.o `test -f 'random.c' || echo '$(srcdir)/'`random.c
|
553 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testsoftfloat-random.Tpo $(DEPDIR)/testsoftfloat-random.Po
|
554 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='random.c' object='testsoftfloat-random.o' libtool=no @AMDEPBACKSLASH@
|
555 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
556 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -c -o testsoftfloat-random.o `test -f 'random.c' || echo '$(srcdir)/'`random.c
|
557 |
|
|
|
558 |
|
|
testsoftfloat-random.obj: random.c
|
559 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -MT testsoftfloat-random.obj -MD -MP -MF $(DEPDIR)/testsoftfloat-random.Tpo -c -o testsoftfloat-random.obj `if test -f 'random.c'; then $(CYGPATH_W) 'random.c'; else $(CYGPATH_W) '$(srcdir)/random.c'; fi`
|
560 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testsoftfloat-random.Tpo $(DEPDIR)/testsoftfloat-random.Po
|
561 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='random.c' object='testsoftfloat-random.obj' libtool=no @AMDEPBACKSLASH@
|
562 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
563 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -c -o testsoftfloat-random.obj `if test -f 'random.c'; then $(CYGPATH_W) 'random.c'; else $(CYGPATH_W) '$(srcdir)/random.c'; fi`
|
564 |
|
|
|
565 |
|
|
testsoftfloat-writeHex.o: writeHex.c
|
566 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -MT testsoftfloat-writeHex.o -MD -MP -MF $(DEPDIR)/testsoftfloat-writeHex.Tpo -c -o testsoftfloat-writeHex.o `test -f 'writeHex.c' || echo '$(srcdir)/'`writeHex.c
|
567 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testsoftfloat-writeHex.Tpo $(DEPDIR)/testsoftfloat-writeHex.Po
|
568 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='writeHex.c' object='testsoftfloat-writeHex.o' libtool=no @AMDEPBACKSLASH@
|
569 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
570 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -c -o testsoftfloat-writeHex.o `test -f 'writeHex.c' || echo '$(srcdir)/'`writeHex.c
|
571 |
|
|
|
572 |
|
|
testsoftfloat-writeHex.obj: writeHex.c
|
573 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -MT testsoftfloat-writeHex.obj -MD -MP -MF $(DEPDIR)/testsoftfloat-writeHex.Tpo -c -o testsoftfloat-writeHex.obj `if test -f 'writeHex.c'; then $(CYGPATH_W) 'writeHex.c'; else $(CYGPATH_W) '$(srcdir)/writeHex.c'; fi`
|
574 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testsoftfloat-writeHex.Tpo $(DEPDIR)/testsoftfloat-writeHex.Po
|
575 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='writeHex.c' object='testsoftfloat-writeHex.obj' libtool=no @AMDEPBACKSLASH@
|
576 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
577 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -c -o testsoftfloat-writeHex.obj `if test -f 'writeHex.c'; then $(CYGPATH_W) 'writeHex.c'; else $(CYGPATH_W) '$(srcdir)/writeHex.c'; fi`
|
578 |
|
|
|
579 |
|
|
testsoftfloat-softfloat.o: softfloat.c
|
580 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -MT testsoftfloat-softfloat.o -MD -MP -MF $(DEPDIR)/testsoftfloat-softfloat.Tpo -c -o testsoftfloat-softfloat.o `test -f 'softfloat.c' || echo '$(srcdir)/'`softfloat.c
|
581 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testsoftfloat-softfloat.Tpo $(DEPDIR)/testsoftfloat-softfloat.Po
|
582 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='softfloat.c' object='testsoftfloat-softfloat.o' libtool=no @AMDEPBACKSLASH@
|
583 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
584 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -c -o testsoftfloat-softfloat.o `test -f 'softfloat.c' || echo '$(srcdir)/'`softfloat.c
|
585 |
|
|
|
586 |
|
|
testsoftfloat-softfloat.obj: softfloat.c
|
587 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -MT testsoftfloat-softfloat.obj -MD -MP -MF $(DEPDIR)/testsoftfloat-softfloat.Tpo -c -o testsoftfloat-softfloat.obj `if test -f 'softfloat.c'; then $(CYGPATH_W) 'softfloat.c'; else $(CYGPATH_W) '$(srcdir)/softfloat.c'; fi`
|
588 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testsoftfloat-softfloat.Tpo $(DEPDIR)/testsoftfloat-softfloat.Po
|
589 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='softfloat.c' object='testsoftfloat-softfloat.obj' libtool=no @AMDEPBACKSLASH@
|
590 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
591 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -c -o testsoftfloat-softfloat.obj `if test -f 'softfloat.c'; then $(CYGPATH_W) 'softfloat.c'; else $(CYGPATH_W) '$(srcdir)/softfloat.c'; fi`
|
592 |
|
|
|
593 |
|
|
testsoftfloat-testCases.o: testCases.c
|
594 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -MT testsoftfloat-testCases.o -MD -MP -MF $(DEPDIR)/testsoftfloat-testCases.Tpo -c -o testsoftfloat-testCases.o `test -f 'testCases.c' || echo '$(srcdir)/'`testCases.c
|
595 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testsoftfloat-testCases.Tpo $(DEPDIR)/testsoftfloat-testCases.Po
|
596 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testCases.c' object='testsoftfloat-testCases.o' libtool=no @AMDEPBACKSLASH@
|
597 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
598 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -c -o testsoftfloat-testCases.o `test -f 'testCases.c' || echo '$(srcdir)/'`testCases.c
|
599 |
|
|
|
600 |
|
|
testsoftfloat-testCases.obj: testCases.c
|
601 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -MT testsoftfloat-testCases.obj -MD -MP -MF $(DEPDIR)/testsoftfloat-testCases.Tpo -c -o testsoftfloat-testCases.obj `if test -f 'testCases.c'; then $(CYGPATH_W) 'testCases.c'; else $(CYGPATH_W) '$(srcdir)/testCases.c'; fi`
|
602 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testsoftfloat-testCases.Tpo $(DEPDIR)/testsoftfloat-testCases.Po
|
603 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testCases.c' object='testsoftfloat-testCases.obj' libtool=no @AMDEPBACKSLASH@
|
604 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
605 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -c -o testsoftfloat-testCases.obj `if test -f 'testCases.c'; then $(CYGPATH_W) 'testCases.c'; else $(CYGPATH_W) '$(srcdir)/testCases.c'; fi`
|
606 |
|
|
|
607 |
|
|
testsoftfloat-testLoops.o: testLoops.c
|
608 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -MT testsoftfloat-testLoops.o -MD -MP -MF $(DEPDIR)/testsoftfloat-testLoops.Tpo -c -o testsoftfloat-testLoops.o `test -f 'testLoops.c' || echo '$(srcdir)/'`testLoops.c
|
609 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testsoftfloat-testLoops.Tpo $(DEPDIR)/testsoftfloat-testLoops.Po
|
610 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testLoops.c' object='testsoftfloat-testLoops.o' libtool=no @AMDEPBACKSLASH@
|
611 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
612 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -c -o testsoftfloat-testLoops.o `test -f 'testLoops.c' || echo '$(srcdir)/'`testLoops.c
|
613 |
|
|
|
614 |
|
|
testsoftfloat-testLoops.obj: testLoops.c
|
615 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -MT testsoftfloat-testLoops.obj -MD -MP -MF $(DEPDIR)/testsoftfloat-testLoops.Tpo -c -o testsoftfloat-testLoops.obj `if test -f 'testLoops.c'; then $(CYGPATH_W) 'testLoops.c'; else $(CYGPATH_W) '$(srcdir)/testLoops.c'; fi`
|
616 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testsoftfloat-testLoops.Tpo $(DEPDIR)/testsoftfloat-testLoops.Po
|
617 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testLoops.c' object='testsoftfloat-testLoops.obj' libtool=no @AMDEPBACKSLASH@
|
618 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
619 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -c -o testsoftfloat-testLoops.obj `if test -f 'testLoops.c'; then $(CYGPATH_W) 'testLoops.c'; else $(CYGPATH_W) '$(srcdir)/testLoops.c'; fi`
|
620 |
|
|
|
621 |
|
|
testsoftfloat-slowfloat.o: slowfloat.c
|
622 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -MT testsoftfloat-slowfloat.o -MD -MP -MF $(DEPDIR)/testsoftfloat-slowfloat.Tpo -c -o testsoftfloat-slowfloat.o `test -f 'slowfloat.c' || echo '$(srcdir)/'`slowfloat.c
|
623 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testsoftfloat-slowfloat.Tpo $(DEPDIR)/testsoftfloat-slowfloat.Po
|
624 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='slowfloat.c' object='testsoftfloat-slowfloat.o' libtool=no @AMDEPBACKSLASH@
|
625 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
626 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -c -o testsoftfloat-slowfloat.o `test -f 'slowfloat.c' || echo '$(srcdir)/'`slowfloat.c
|
627 |
|
|
|
628 |
|
|
testsoftfloat-slowfloat.obj: slowfloat.c
|
629 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -MT testsoftfloat-slowfloat.obj -MD -MP -MF $(DEPDIR)/testsoftfloat-slowfloat.Tpo -c -o testsoftfloat-slowfloat.obj `if test -f 'slowfloat.c'; then $(CYGPATH_W) 'slowfloat.c'; else $(CYGPATH_W) '$(srcdir)/slowfloat.c'; fi`
|
630 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testsoftfloat-slowfloat.Tpo $(DEPDIR)/testsoftfloat-slowfloat.Po
|
631 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='slowfloat.c' object='testsoftfloat-slowfloat.obj' libtool=no @AMDEPBACKSLASH@
|
632 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
633 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -c -o testsoftfloat-slowfloat.obj `if test -f 'slowfloat.c'; then $(CYGPATH_W) 'slowfloat.c'; else $(CYGPATH_W) '$(srcdir)/slowfloat.c'; fi`
|
634 |
|
|
|
635 |
|
|
testsoftfloat-testsoftfloat.o: testsoftfloat.c
|
636 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -MT testsoftfloat-testsoftfloat.o -MD -MP -MF $(DEPDIR)/testsoftfloat-testsoftfloat.Tpo -c -o testsoftfloat-testsoftfloat.o `test -f 'testsoftfloat.c' || echo '$(srcdir)/'`testsoftfloat.c
|
637 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testsoftfloat-testsoftfloat.Tpo $(DEPDIR)/testsoftfloat-testsoftfloat.Po
|
638 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testsoftfloat.c' object='testsoftfloat-testsoftfloat.o' libtool=no @AMDEPBACKSLASH@
|
639 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
640 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -c -o testsoftfloat-testsoftfloat.o `test -f 'testsoftfloat.c' || echo '$(srcdir)/'`testsoftfloat.c
|
641 |
|
|
|
642 |
|
|
testsoftfloat-testsoftfloat.obj: testsoftfloat.c
|
643 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -MT testsoftfloat-testsoftfloat.obj -MD -MP -MF $(DEPDIR)/testsoftfloat-testsoftfloat.Tpo -c -o testsoftfloat-testsoftfloat.obj `if test -f 'testsoftfloat.c'; then $(CYGPATH_W) 'testsoftfloat.c'; else $(CYGPATH_W) '$(srcdir)/testsoftfloat.c'; fi`
|
644 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/testsoftfloat-testsoftfloat.Tpo $(DEPDIR)/testsoftfloat-testsoftfloat.Po
|
645 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testsoftfloat.c' object='testsoftfloat-testsoftfloat.obj' libtool=no @AMDEPBACKSLASH@
|
646 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
647 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testsoftfloat_CFLAGS) $(CFLAGS) -c -o testsoftfloat-testsoftfloat.obj `if test -f 'testsoftfloat.c'; then $(CYGPATH_W) 'testsoftfloat.c'; else $(CYGPATH_W) '$(srcdir)/testsoftfloat.c'; fi`
|
648 |
|
|
|
649 |
|
|
mostlyclean-libtool:
|
650 |
|
|
-rm -f *.lo
|
651 |
|
|
|
652 |
|
|
clean-libtool:
|
653 |
|
|
-rm -rf .libs _libs
|
654 |
|
|
|
655 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
656 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
657 |
|
|
unique=`for i in $$list; do \
|
658 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
659 |
|
|
done | \
|
660 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
661 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
662 |
|
|
mkid -fID $$unique
|
663 |
|
|
tags: TAGS
|
664 |
|
|
|
665 |
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
666 |
|
|
$(TAGS_FILES) $(LISP)
|
667 |
|
|
set x; \
|
668 |
|
|
here=`pwd`; \
|
669 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
670 |
|
|
unique=`for i in $$list; do \
|
671 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
672 |
|
|
done | \
|
673 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
674 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
675 |
|
|
shift; \
|
676 |
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
677 |
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
678 |
|
|
if test $$# -gt 0; then \
|
679 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
680 |
|
|
"$$@" $$unique; \
|
681 |
|
|
else \
|
682 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
683 |
|
|
$$unique; \
|
684 |
|
|
fi; \
|
685 |
|
|
fi
|
686 |
|
|
ctags: CTAGS
|
687 |
|
|
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
688 |
|
|
$(TAGS_FILES) $(LISP)
|
689 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
690 |
|
|
unique=`for i in $$list; do \
|
691 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
692 |
|
|
done | \
|
693 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
694 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
695 |
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
696 |
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
697 |
|
|
$$unique
|
698 |
|
|
|
699 |
|
|
GTAGS:
|
700 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
701 |
|
|
&& $(am__cd) $(top_srcdir) \
|
702 |
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
703 |
|
|
|
704 |
|
|
distclean-tags:
|
705 |
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
706 |
|
|
|
707 |
|
|
distdir: $(DISTFILES)
|
708 |
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
709 |
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
710 |
|
|
list='$(DISTFILES)'; \
|
711 |
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
712 |
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
713 |
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
714 |
|
|
case $$dist_files in \
|
715 |
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
716 |
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
717 |
|
|
sort -u` ;; \
|
718 |
|
|
esac; \
|
719 |
|
|
for file in $$dist_files; do \
|
720 |
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
721 |
|
|
if test -d $$d/$$file; then \
|
722 |
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
723 |
|
|
if test -d "$(distdir)/$$file"; then \
|
724 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
725 |
|
|
fi; \
|
726 |
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
727 |
|
|
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
728 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
729 |
|
|
fi; \
|
730 |
|
|
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
731 |
|
|
else \
|
732 |
|
|
test -f "$(distdir)/$$file" \
|
733 |
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
734 |
|
|
|| exit 1; \
|
735 |
|
|
fi; \
|
736 |
|
|
done
|
737 |
|
|
check-am: all-am
|
738 |
|
|
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
|
739 |
|
|
check: check-am
|
740 |
|
|
all-am: Makefile
|
741 |
|
|
installdirs:
|
742 |
|
|
install: install-am
|
743 |
|
|
install-exec: install-exec-am
|
744 |
|
|
install-data: install-data-am
|
745 |
|
|
uninstall: uninstall-am
|
746 |
|
|
|
747 |
|
|
install-am: all-am
|
748 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
749 |
|
|
|
750 |
|
|
installcheck: installcheck-am
|
751 |
|
|
install-strip:
|
752 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
753 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
754 |
|
|
`test -z '$(STRIP)' || \
|
755 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
756 |
|
|
mostlyclean-generic:
|
757 |
|
|
|
758 |
|
|
clean-generic:
|
759 |
|
|
|
760 |
|
|
distclean-generic:
|
761 |
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
762 |
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
763 |
|
|
|
764 |
|
|
maintainer-clean-generic:
|
765 |
|
|
@echo "This command is intended for maintainers to use"
|
766 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
767 |
|
|
clean: clean-am
|
768 |
|
|
|
769 |
|
|
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
|
770 |
|
|
mostlyclean-am
|
771 |
|
|
|
772 |
|
|
distclean: distclean-am
|
773 |
|
|
-rm -rf ./$(DEPDIR)
|
774 |
|
|
-rm -f Makefile
|
775 |
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
776 |
|
|
distclean-tags
|
777 |
|
|
|
778 |
|
|
dvi: dvi-am
|
779 |
|
|
|
780 |
|
|
dvi-am:
|
781 |
|
|
|
782 |
|
|
html: html-am
|
783 |
|
|
|
784 |
|
|
html-am:
|
785 |
|
|
|
786 |
|
|
info: info-am
|
787 |
|
|
|
788 |
|
|
info-am:
|
789 |
|
|
|
790 |
|
|
install-data-am:
|
791 |
|
|
|
792 |
|
|
install-dvi: install-dvi-am
|
793 |
|
|
|
794 |
|
|
install-dvi-am:
|
795 |
|
|
|
796 |
|
|
install-exec-am:
|
797 |
|
|
|
798 |
|
|
install-html: install-html-am
|
799 |
|
|
|
800 |
|
|
install-html-am:
|
801 |
|
|
|
802 |
|
|
install-info: install-info-am
|
803 |
|
|
|
804 |
|
|
install-info-am:
|
805 |
|
|
|
806 |
|
|
install-man:
|
807 |
|
|
|
808 |
|
|
install-pdf: install-pdf-am
|
809 |
|
|
|
810 |
|
|
install-pdf-am:
|
811 |
|
|
|
812 |
|
|
install-ps: install-ps-am
|
813 |
|
|
|
814 |
|
|
install-ps-am:
|
815 |
|
|
|
816 |
|
|
installcheck-am:
|
817 |
|
|
|
818 |
|
|
maintainer-clean: maintainer-clean-am
|
819 |
|
|
-rm -rf ./$(DEPDIR)
|
820 |
|
|
-rm -f Makefile
|
821 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
822 |
|
|
|
823 |
|
|
mostlyclean: mostlyclean-am
|
824 |
|
|
|
825 |
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
826 |
|
|
mostlyclean-libtool
|
827 |
|
|
|
828 |
|
|
pdf: pdf-am
|
829 |
|
|
|
830 |
|
|
pdf-am:
|
831 |
|
|
|
832 |
|
|
ps: ps-am
|
833 |
|
|
|
834 |
|
|
ps-am:
|
835 |
|
|
|
836 |
|
|
uninstall-am:
|
837 |
|
|
|
838 |
|
|
.MAKE: check-am install-am install-strip
|
839 |
|
|
|
840 |
|
|
.PHONY: CTAGS GTAGS all all-am check check-am clean \
|
841 |
|
|
clean-checkPROGRAMS clean-generic clean-libtool ctags \
|
842 |
|
|
distclean distclean-compile distclean-generic \
|
843 |
|
|
distclean-libtool distclean-tags distdir dvi dvi-am html \
|
844 |
|
|
html-am info info-am install install-am install-data \
|
845 |
|
|
install-data-am install-dvi install-dvi-am install-exec \
|
846 |
|
|
install-exec-am install-html install-html-am install-info \
|
847 |
|
|
install-info-am install-man install-pdf install-pdf-am \
|
848 |
|
|
install-ps install-ps-am install-strip installcheck \
|
849 |
|
|
installcheck-am installdirs maintainer-clean \
|
850 |
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
851 |
|
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
852 |
|
|
tags uninstall uninstall-am
|
853 |
|
|
|
854 |
|
|
|
855 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
856 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
857 |
|
|
.NOEXPORT:
|