OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [testfloat/] [Makefile.in] - Blame information for rev 784

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 625 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 625 jeremybenn
AM_V_lt = $(am__v_lt_$(V))
84
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
85
am__v_lt_0 = --silent
86
testfloat_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
87 233 julius
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(testfloat_CFLAGS) \
88
        $(CFLAGS) $(testfloat_LDFLAGS) $(LDFLAGS) -o $@
89
am__objects_2 = testsoftfloat-fail.$(OBJEXT) \
90
        testsoftfloat-random.$(OBJEXT) \
91
        testsoftfloat-writeHex.$(OBJEXT) \
92
        testsoftfloat-softfloat.$(OBJEXT) \
93
        testsoftfloat-testCases.$(OBJEXT) \
94
        testsoftfloat-testLoops.$(OBJEXT)
95
am_testsoftfloat_OBJECTS = $(am__objects_2) \
96
        testsoftfloat-slowfloat.$(OBJEXT) \
97
        testsoftfloat-testsoftfloat.$(OBJEXT)
98
testsoftfloat_OBJECTS = $(am_testsoftfloat_OBJECTS)
99
testsoftfloat_DEPENDENCIES = ../except/except.lo \
100
        ../support/libsupport.la
101 625 jeremybenn
testsoftfloat_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
102 233 julius
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(testsoftfloat_CFLAGS) \
103
        $(CFLAGS) $(testsoftfloat_LDFLAGS) $(LDFLAGS) -o $@
104
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
105
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
106
am__depfiles_maybe = depfiles
107
am__mv = mv -f
108
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
109
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
110 625 jeremybenn
LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
111
        $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
112
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
113
        $(AM_CCASFLAGS) $(CCASFLAGS)
114
AM_V_CPPAS = $(am__v_CPPAS_$(V))
115
am__v_CPPAS_ = $(am__v_CPPAS_$(AM_DEFAULT_VERBOSITY))
116
am__v_CPPAS_0 = @echo "  CPPAS " $@;
117
AM_V_at = $(am__v_at_$(V))
118
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
119
am__v_at_0 = @
120 233 julius
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
121
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122 625 jeremybenn
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
123
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
124
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
125
        $(AM_CFLAGS) $(CFLAGS)
126
AM_V_CC = $(am__v_CC_$(V))
127
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
128
am__v_CC_0 = @echo "  CC    " $@;
129 233 julius
CCLD = $(CC)
130 625 jeremybenn
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
131
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
132
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
133
AM_V_CCLD = $(am__v_CCLD_$(V))
134
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
135
am__v_CCLD_0 = @echo "  CCLD  " $@;
136
AM_V_GEN = $(am__v_GEN_$(V))
137
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
138
am__v_GEN_0 = @echo "  GEN   " $@;
139 233 julius
SOURCES = $(testfloat_SOURCES) $(testsoftfloat_SOURCES)
140
DIST_SOURCES = $(testfloat_SOURCES) $(testsoftfloat_SOURCES)
141
ETAGS = etags
142
CTAGS = ctags
143
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144
ACLOCAL = @ACLOCAL@
145
AMTAR = @AMTAR@
146 625 jeremybenn
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
147 233 julius
AR = @AR@
148
AUTOCONF = @AUTOCONF@
149
AUTOHEADER = @AUTOHEADER@
150
AUTOMAKE = @AUTOMAKE@
151
AWK = @AWK@
152
CC = @CC@
153
CCAS = @CCAS@
154
CCASDEPMODE = @CCASDEPMODE@
155
CCASFLAGS = @CCASFLAGS@
156
CCDEPMODE = @CCDEPMODE@
157
CFLAGS = @CFLAGS@
158
CPP = @CPP@
159
CPPFLAGS = @CPPFLAGS@
160
CYGPATH_W = @CYGPATH_W@
161
DEFS = @DEFS@
162
DEPDIR = @DEPDIR@
163 784 jeremybenn
DLLTOOL = @DLLTOOL@
164 233 julius
DSYMUTIL = @DSYMUTIL@
165
DUMPBIN = @DUMPBIN@
166
ECHO_C = @ECHO_C@
167
ECHO_N = @ECHO_N@
168
ECHO_T = @ECHO_T@
169
EGREP = @EGREP@
170
EXEEXT = @EXEEXT@
171
FGREP = @FGREP@
172
GREP = @GREP@
173
INSTALL = @INSTALL@
174
INSTALL_DATA = @INSTALL_DATA@
175
INSTALL_PROGRAM = @INSTALL_PROGRAM@
176
INSTALL_SCRIPT = @INSTALL_SCRIPT@
177
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
178
LD = @LD@
179
LDFLAGS = @LDFLAGS@
180
LIBOBJS = @LIBOBJS@
181
LIBS = @LIBS@
182
LIBTOOL = @LIBTOOL@
183
LIPO = @LIPO@
184
LN_S = @LN_S@
185
LTLIBOBJS = @LTLIBOBJS@
186
MAKEINFO = @MAKEINFO@
187 784 jeremybenn
MANIFEST_TOOL = @MANIFEST_TOOL@
188 233 julius
MKDIR_P = @MKDIR_P@
189
NM = @NM@
190
NMEDIT = @NMEDIT@
191
OBJDUMP = @OBJDUMP@
192
OBJEXT = @OBJEXT@
193
OTOOL = @OTOOL@
194
OTOOL64 = @OTOOL64@
195
PACKAGE = @PACKAGE@
196
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
197
PACKAGE_NAME = @PACKAGE_NAME@
198
PACKAGE_STRING = @PACKAGE_STRING@
199
PACKAGE_TARNAME = @PACKAGE_TARNAME@
200 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
201 233 julius
PACKAGE_VERSION = @PACKAGE_VERSION@
202
PATH_SEPARATOR = @PATH_SEPARATOR@
203
RANLIB = @RANLIB@
204
SED = @SED@
205
SET_MAKE = @SET_MAKE@
206
SHELL = @SHELL@
207
SIM = @SIM@
208
STRIP = @STRIP@
209
VERSION = @VERSION@
210
abs_builddir = @abs_builddir@
211
abs_srcdir = @abs_srcdir@
212
abs_top_builddir = @abs_top_builddir@
213
abs_top_srcdir = @abs_top_srcdir@
214 784 jeremybenn
ac_ct_AR = @ac_ct_AR@
215 233 julius
ac_ct_CC = @ac_ct_CC@
216
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
217
am__include = @am__include@
218
am__leading_dot = @am__leading_dot@
219
am__quote = @am__quote@
220
am__tar = @am__tar@
221
am__untar = @am__untar@
222
bindir = @bindir@
223
build = @build@
224
build_alias = @build_alias@
225
build_cpu = @build_cpu@
226
build_os = @build_os@
227
build_vendor = @build_vendor@
228
builddir = @builddir@
229
datadir = @datadir@
230
datarootdir = @datarootdir@
231
docdir = @docdir@
232
dvidir = @dvidir@
233
exec_prefix = @exec_prefix@
234
host = @host@
235
host_alias = @host_alias@
236
host_cpu = @host_cpu@
237
host_os = @host_os@
238
host_vendor = @host_vendor@
239
htmldir = @htmldir@
240
includedir = @includedir@
241
infodir = @infodir@
242
install_sh = @install_sh@
243
libdir = @libdir@
244
libexecdir = @libexecdir@
245
localedir = @localedir@
246
localstatedir = @localstatedir@
247
mandir = @mandir@
248
mkdir_p = @mkdir_p@
249
oldincludedir = @oldincludedir@
250
pdfdir = @pdfdir@
251
prefix = @prefix@
252
program_transform_name = @program_transform_name@
253
psdir = @psdir@
254
sbindir = @sbindir@
255
sharedstatedir = @sharedstatedir@
256
srcdir = @srcdir@
257
sysconfdir = @sysconfdir@
258
target_alias = @target_alias@
259
top_build_prefix = @top_build_prefix@
260
top_builddir = @top_builddir@
261
top_srcdir = @top_srcdir@
262
common_testfloat_sources = milieu.h \
263
                        or1k-gcc.h      \
264
                        fail.h          \
265
                        fail.c          \
266
                        random.h        \
267
                        random.c        \
268
                        writeHex.h      \
269
                        writeHex.c      \
270
                        softfloat.h     \
271
                        softfloat.c     \
272
                        testCases.h     \
273
                        testCases.c     \
274
                        testLoops.h     \
275
                        testLoops.c
276
 
277
testsoftfloat_SOURCES = $(common_testfloat_sources)     \
278
                        slowfloat.h     \
279
                        slowfloat.c     \
280
                        testsoftfloat.c
281
 
282
testsoftfloat_CFLAGS = -O3
283
testsoftfloat_LDFLAGS = -T$(srcdir)/../default.ld -lgcc
284
testsoftfloat_LDADD = ../except/except.lo      \
285
                                ../support/libsupport.la
286
 
287
testfloat_SOURCES = $(common_testfloat_sources) \
288
                        systmodes.h     \
289
                        systmodes.c     \
290
                        systflags.h     \
291
                        systflags.c     \
292
                        systfloat.h     \
293
                        systfloat.S     \
294
                        testFunction.h  \
295
                        testFunction.c  \
296
                        testfloat.c
297
 
298
testfloat_CFLAGS = -O2
299
testfloat_LDFLAGS = -T$(srcdir)/../default.ld -lgcc
300
testfloat_LDADD = ../except/except.lo      \
301
                        ../support/libsupport.la
302
 
303
all: all-am
304
 
305
.SUFFIXES:
306
.SUFFIXES: .S .c .lo .o .obj
307
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
308
        @for dep in $?; do \
309
          case '$(am__configure_deps)' in \
310
            *$$dep*) \
311
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
312
                && { if test -f $@; then exit 0; else break; fi; }; \
313
              exit 1;; \
314
          esac; \
315
        done; \
316
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testfloat/Makefile'; \
317
        $(am__cd) $(top_srcdir) && \
318
          $(AUTOMAKE) --gnu testfloat/Makefile
319
.PRECIOUS: Makefile
320
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
321
        @case '$?' in \
322
          *config.status*) \
323
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
324
          *) \
325
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
326
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
327
        esac;
328
 
329
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
330
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331
 
332
$(top_srcdir)/configure:  $(am__configure_deps)
333
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
335
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336
$(am__aclocal_m4_deps):
337
 
338
clean-checkPROGRAMS:
339
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
340
        echo " rm -f" $$list; \
341
        rm -f $$list || exit $$?; \
342
        test -n "$(EXEEXT)" || exit 0; \
343
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
344
        echo " rm -f" $$list; \
345
        rm -f $$list
346
testfloat$(EXEEXT): $(testfloat_OBJECTS) $(testfloat_DEPENDENCIES)
347
        @rm -f testfloat$(EXEEXT)
348 625 jeremybenn
        $(AM_V_CCLD)$(testfloat_LINK) $(testfloat_OBJECTS) $(testfloat_LDADD) $(LIBS)
349 233 julius
testsoftfloat$(EXEEXT): $(testsoftfloat_OBJECTS) $(testsoftfloat_DEPENDENCIES)
350
        @rm -f testsoftfloat$(EXEEXT)
351 625 jeremybenn
        $(AM_V_CCLD)$(testsoftfloat_LINK) $(testsoftfloat_OBJECTS) $(testsoftfloat_LDADD) $(LIBS)
352 233 julius
 
353
mostlyclean-compile:
354
        -rm -f *.$(OBJEXT)
355
 
356
distclean-compile:
357
        -rm -f *.tab.c
358
 
359
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/systfloat.Po@am__quote@
360
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-fail.Po@am__quote@
361
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-random.Po@am__quote@
362
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-softfloat.Po@am__quote@
363
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-systflags.Po@am__quote@
364
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-systmodes.Po@am__quote@
365
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-testCases.Po@am__quote@
366
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-testFunction.Po@am__quote@
367
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-testLoops.Po@am__quote@
368
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-testfloat.Po@am__quote@
369
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfloat-writeHex.Po@am__quote@
370
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsoftfloat-fail.Po@am__quote@
371
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsoftfloat-random.Po@am__quote@
372
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsoftfloat-slowfloat.Po@am__quote@
373
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsoftfloat-softfloat.Po@am__quote@
374
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsoftfloat-testCases.Po@am__quote@
375
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsoftfloat-testLoops.Po@am__quote@
376
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsoftfloat-testsoftfloat.Po@am__quote@
377
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsoftfloat-writeHex.Po@am__quote@
378
 
379
.S.o:
380 625 jeremybenn
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
381
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
382
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS) @AM_BACKSLASH@
383 233 julius
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
384
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
386
 
387
.S.obj:
388 625 jeremybenn
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
389
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
390
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS) @AM_BACKSLASH@
391 233 julius
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
392
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
394
 
395
.S.lo:
396 625 jeremybenn
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
397
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
398
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS) @AM_BACKSLASH@
399 233 julius
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
400
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401
@am__fastdepCCAS_FALSE@ $(LTCPPASCOMPILE) -c -o $@ $<
402
 
403
.c.o:
404 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
405
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
406
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
407 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
408
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
410
 
411
.c.obj:
412 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
413
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
414
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
415 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
418
 
419
.c.lo:
420 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
421
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
422
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
423 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
426
 
427
testfloat-fail.o: fail.c
428 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
429
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-fail.Tpo $(DEPDIR)/testfloat-fail.Po
430
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
431 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fail.c' object='testfloat-fail.o' libtool=no @AMDEPBACKSLASH@
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433
@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
434
 
435
testfloat-fail.obj: fail.c
436 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
437
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-fail.Tpo $(DEPDIR)/testfloat-fail.Po
438
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
439 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fail.c' object='testfloat-fail.obj' libtool=no @AMDEPBACKSLASH@
440
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441
@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`
442
 
443
testfloat-random.o: random.c
444 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
445
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-random.Tpo $(DEPDIR)/testfloat-random.Po
446
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
447 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='random.c' object='testfloat-random.o' libtool=no @AMDEPBACKSLASH@
448
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449
@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
450
 
451
testfloat-random.obj: random.c
452 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
453
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-random.Tpo $(DEPDIR)/testfloat-random.Po
454
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
455 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='random.c' object='testfloat-random.obj' libtool=no @AMDEPBACKSLASH@
456
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
457
@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`
458
 
459
testfloat-writeHex.o: writeHex.c
460 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
461
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-writeHex.Tpo $(DEPDIR)/testfloat-writeHex.Po
462
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
463 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='writeHex.c' object='testfloat-writeHex.o' 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-writeHex.o `test -f 'writeHex.c' || echo '$(srcdir)/'`writeHex.c
466
 
467
testfloat-writeHex.obj: writeHex.c
468 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
469
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-writeHex.Tpo $(DEPDIR)/testfloat-writeHex.Po
470
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
471 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='writeHex.c' object='testfloat-writeHex.obj' libtool=no @AMDEPBACKSLASH@
472
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
473
@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`
474
 
475
testfloat-softfloat.o: softfloat.c
476 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
477
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-softfloat.Tpo $(DEPDIR)/testfloat-softfloat.Po
478
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
479 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='softfloat.c' object='testfloat-softfloat.o' libtool=no @AMDEPBACKSLASH@
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
481
@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
482
 
483
testfloat-softfloat.obj: softfloat.c
484 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
485
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-softfloat.Tpo $(DEPDIR)/testfloat-softfloat.Po
486
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
487 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='softfloat.c' object='testfloat-softfloat.obj' libtool=no @AMDEPBACKSLASH@
488
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
489
@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`
490
 
491
testfloat-testCases.o: testCases.c
492 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
493
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-testCases.Tpo $(DEPDIR)/testfloat-testCases.Po
494
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
495 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testCases.c' object='testfloat-testCases.o' libtool=no @AMDEPBACKSLASH@
496
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497
@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
498
 
499
testfloat-testCases.obj: testCases.c
500 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
501
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-testCases.Tpo $(DEPDIR)/testfloat-testCases.Po
502
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
503 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testCases.c' object='testfloat-testCases.obj' libtool=no @AMDEPBACKSLASH@
504
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505
@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`
506
 
507
testfloat-testLoops.o: testLoops.c
508 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
509
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-testLoops.Tpo $(DEPDIR)/testfloat-testLoops.Po
510
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
511 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testLoops.c' object='testfloat-testLoops.o' libtool=no @AMDEPBACKSLASH@
512
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
513
@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
514
 
515
testfloat-testLoops.obj: testLoops.c
516 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
517
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-testLoops.Tpo $(DEPDIR)/testfloat-testLoops.Po
518
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
519 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testLoops.c' object='testfloat-testLoops.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-testLoops.obj `if test -f 'testLoops.c'; then $(CYGPATH_W) 'testLoops.c'; else $(CYGPATH_W) '$(srcdir)/testLoops.c'; fi`
522
 
523
testfloat-systmodes.o: systmodes.c
524 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
525
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-systmodes.Tpo $(DEPDIR)/testfloat-systmodes.Po
526
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
527 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='systmodes.c' object='testfloat-systmodes.o' libtool=no @AMDEPBACKSLASH@
528
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
529
@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
530
 
531
testfloat-systmodes.obj: systmodes.c
532 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
533
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-systmodes.Tpo $(DEPDIR)/testfloat-systmodes.Po
534
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
535 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='systmodes.c' object='testfloat-systmodes.obj' libtool=no @AMDEPBACKSLASH@
536
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
537
@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`
538
 
539
testfloat-systflags.o: systflags.c
540 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
541
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-systflags.Tpo $(DEPDIR)/testfloat-systflags.Po
542
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
543 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='systflags.c' object='testfloat-systflags.o' libtool=no @AMDEPBACKSLASH@
544
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
545
@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
546
 
547
testfloat-systflags.obj: systflags.c
548 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
549
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-systflags.Tpo $(DEPDIR)/testfloat-systflags.Po
550
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
551 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='systflags.c' object='testfloat-systflags.obj' libtool=no @AMDEPBACKSLASH@
552
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
553
@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`
554
 
555
testfloat-testFunction.o: testFunction.c
556 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
557
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-testFunction.Tpo $(DEPDIR)/testfloat-testFunction.Po
558
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
559 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testFunction.c' object='testfloat-testFunction.o' libtool=no @AMDEPBACKSLASH@
560
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561
@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
562
 
563
testfloat-testFunction.obj: testFunction.c
564 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
565
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-testFunction.Tpo $(DEPDIR)/testfloat-testFunction.Po
566
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
567 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testFunction.c' object='testfloat-testFunction.obj' libtool=no @AMDEPBACKSLASH@
568
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
569
@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`
570
 
571
testfloat-testfloat.o: testfloat.c
572 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
573
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-testfloat.Tpo $(DEPDIR)/testfloat-testfloat.Po
574
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
575 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testfloat.c' object='testfloat-testfloat.o' 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) $(testfloat_CFLAGS) $(CFLAGS) -c -o testfloat-testfloat.o `test -f 'testfloat.c' || echo '$(srcdir)/'`testfloat.c
578
 
579
testfloat-testfloat.obj: testfloat.c
580 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
581
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testfloat-testfloat.Tpo $(DEPDIR)/testfloat-testfloat.Po
582
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
583 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testfloat.c' object='testfloat-testfloat.obj' libtool=no @AMDEPBACKSLASH@
584
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
585
@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`
586
 
587
testsoftfloat-fail.o: fail.c
588 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
589
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testsoftfloat-fail.Tpo $(DEPDIR)/testsoftfloat-fail.Po
590
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
591 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fail.c' object='testsoftfloat-fail.o' libtool=no @AMDEPBACKSLASH@
592
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
593
@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
594
 
595
testsoftfloat-fail.obj: fail.c
596 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
597
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testsoftfloat-fail.Tpo $(DEPDIR)/testsoftfloat-fail.Po
598
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
599 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fail.c' object='testsoftfloat-fail.obj' libtool=no @AMDEPBACKSLASH@
600
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
601
@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`
602
 
603
testsoftfloat-random.o: random.c
604 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
605
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testsoftfloat-random.Tpo $(DEPDIR)/testsoftfloat-random.Po
606
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
607 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='random.c' object='testsoftfloat-random.o' libtool=no @AMDEPBACKSLASH@
608
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609
@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
610
 
611
testsoftfloat-random.obj: random.c
612 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
613
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testsoftfloat-random.Tpo $(DEPDIR)/testsoftfloat-random.Po
614
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
615 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='random.c' object='testsoftfloat-random.obj' libtool=no @AMDEPBACKSLASH@
616
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
617
@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`
618
 
619
testsoftfloat-writeHex.o: writeHex.c
620 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
621
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testsoftfloat-writeHex.Tpo $(DEPDIR)/testsoftfloat-writeHex.Po
622
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
623 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='writeHex.c' object='testsoftfloat-writeHex.o' libtool=no @AMDEPBACKSLASH@
624
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
625
@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
626
 
627
testsoftfloat-writeHex.obj: writeHex.c
628 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
629
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testsoftfloat-writeHex.Tpo $(DEPDIR)/testsoftfloat-writeHex.Po
630
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
631 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='writeHex.c' object='testsoftfloat-writeHex.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-writeHex.obj `if test -f 'writeHex.c'; then $(CYGPATH_W) 'writeHex.c'; else $(CYGPATH_W) '$(srcdir)/writeHex.c'; fi`
634
 
635
testsoftfloat-softfloat.o: softfloat.c
636 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
637
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testsoftfloat-softfloat.Tpo $(DEPDIR)/testsoftfloat-softfloat.Po
638
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
639 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='softfloat.c' object='testsoftfloat-softfloat.o' libtool=no @AMDEPBACKSLASH@
640
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
641
@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
642
 
643
testsoftfloat-softfloat.obj: softfloat.c
644 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
645
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testsoftfloat-softfloat.Tpo $(DEPDIR)/testsoftfloat-softfloat.Po
646
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
647 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='softfloat.c' object='testsoftfloat-softfloat.obj' libtool=no @AMDEPBACKSLASH@
648
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
649
@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`
650
 
651
testsoftfloat-testCases.o: testCases.c
652 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
653
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testsoftfloat-testCases.Tpo $(DEPDIR)/testsoftfloat-testCases.Po
654
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
655 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testCases.c' object='testsoftfloat-testCases.o' libtool=no @AMDEPBACKSLASH@
656
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
657
@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
658
 
659
testsoftfloat-testCases.obj: testCases.c
660 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
661
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testsoftfloat-testCases.Tpo $(DEPDIR)/testsoftfloat-testCases.Po
662
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
663 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testCases.c' object='testsoftfloat-testCases.obj' libtool=no @AMDEPBACKSLASH@
664
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
665
@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`
666
 
667
testsoftfloat-testLoops.o: testLoops.c
668 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
669
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testsoftfloat-testLoops.Tpo $(DEPDIR)/testsoftfloat-testLoops.Po
670
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
671 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testLoops.c' object='testsoftfloat-testLoops.o' libtool=no @AMDEPBACKSLASH@
672
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
673
@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
674
 
675
testsoftfloat-testLoops.obj: testLoops.c
676 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
677
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testsoftfloat-testLoops.Tpo $(DEPDIR)/testsoftfloat-testLoops.Po
678
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
679 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testLoops.c' object='testsoftfloat-testLoops.obj' libtool=no @AMDEPBACKSLASH@
680
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
681
@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`
682
 
683
testsoftfloat-slowfloat.o: slowfloat.c
684 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
685
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testsoftfloat-slowfloat.Tpo $(DEPDIR)/testsoftfloat-slowfloat.Po
686
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
687 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='slowfloat.c' object='testsoftfloat-slowfloat.o' libtool=no @AMDEPBACKSLASH@
688
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
689
@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
690
 
691
testsoftfloat-slowfloat.obj: slowfloat.c
692 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
693
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testsoftfloat-slowfloat.Tpo $(DEPDIR)/testsoftfloat-slowfloat.Po
694
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
695 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='slowfloat.c' object='testsoftfloat-slowfloat.obj' libtool=no @AMDEPBACKSLASH@
696
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
697
@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`
698
 
699
testsoftfloat-testsoftfloat.o: testsoftfloat.c
700 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
701
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testsoftfloat-testsoftfloat.Tpo $(DEPDIR)/testsoftfloat-testsoftfloat.Po
702
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
703 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testsoftfloat.c' object='testsoftfloat-testsoftfloat.o' libtool=no @AMDEPBACKSLASH@
704
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
705
@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
706
 
707
testsoftfloat-testsoftfloat.obj: testsoftfloat.c
708 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
709
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testsoftfloat-testsoftfloat.Tpo $(DEPDIR)/testsoftfloat-testsoftfloat.Po
710
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
711 233 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testsoftfloat.c' object='testsoftfloat-testsoftfloat.obj' libtool=no @AMDEPBACKSLASH@
712
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
713
@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`
714
 
715
mostlyclean-libtool:
716
        -rm -f *.lo
717
 
718
clean-libtool:
719
        -rm -rf .libs _libs
720
 
721
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
722
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
723
        unique=`for i in $$list; do \
724
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
725
          done | \
726
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
727
              END { if (nonempty) { for (i in files) print i; }; }'`; \
728
        mkid -fID $$unique
729
tags: TAGS
730
 
731
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
732
                $(TAGS_FILES) $(LISP)
733
        set x; \
734
        here=`pwd`; \
735
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
736
        unique=`for i in $$list; do \
737
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
738
          done | \
739
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
740
              END { if (nonempty) { for (i in files) print i; }; }'`; \
741
        shift; \
742
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
743
          test -n "$$unique" || unique=$$empty_fix; \
744
          if test $$# -gt 0; then \
745
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
746
              "$$@" $$unique; \
747
          else \
748
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
749
              $$unique; \
750
          fi; \
751
        fi
752
ctags: CTAGS
753
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
754
                $(TAGS_FILES) $(LISP)
755
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
756
        unique=`for i in $$list; do \
757
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
758
          done | \
759
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
760
              END { if (nonempty) { for (i in files) print i; }; }'`; \
761
        test -z "$(CTAGS_ARGS)$$unique" \
762
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
763
             $$unique
764
 
765
GTAGS:
766
        here=`$(am__cd) $(top_builddir) && pwd` \
767
          && $(am__cd) $(top_srcdir) \
768
          && gtags -i $(GTAGS_ARGS) "$$here"
769
 
770
distclean-tags:
771
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
772
 
773
distdir: $(DISTFILES)
774
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
775
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
776
        list='$(DISTFILES)'; \
777
          dist_files=`for file in $$list; do echo $$file; done | \
778
          sed -e "s|^$$srcdirstrip/||;t" \
779
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
780
        case $$dist_files in \
781
          */*) $(MKDIR_P) `echo "$$dist_files" | \
782
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
783
                           sort -u` ;; \
784
        esac; \
785
        for file in $$dist_files; do \
786
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
787
          if test -d $$d/$$file; then \
788
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
789
            if test -d "$(distdir)/$$file"; then \
790
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
791
            fi; \
792
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
793
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
794
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
795
            fi; \
796
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
797
          else \
798
            test -f "$(distdir)/$$file" \
799
            || cp -p $$d/$$file "$(distdir)/$$file" \
800
            || exit 1; \
801
          fi; \
802
        done
803
check-am: all-am
804
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
805
check: check-am
806
all-am: Makefile
807
installdirs:
808
install: install-am
809
install-exec: install-exec-am
810
install-data: install-data-am
811
uninstall: uninstall-am
812
 
813
install-am: all-am
814
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
815
 
816
installcheck: installcheck-am
817
install-strip:
818
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
819
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
820
          `test -z '$(STRIP)' || \
821
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
822
mostlyclean-generic:
823
 
824
clean-generic:
825
 
826
distclean-generic:
827
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
828
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
829
 
830
maintainer-clean-generic:
831
        @echo "This command is intended for maintainers to use"
832
        @echo "it deletes files that may require special tools to rebuild."
833
clean: clean-am
834
 
835
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
836
        mostlyclean-am
837
 
838
distclean: distclean-am
839
        -rm -rf ./$(DEPDIR)
840
        -rm -f Makefile
841
distclean-am: clean-am distclean-compile distclean-generic \
842
        distclean-tags
843
 
844
dvi: dvi-am
845
 
846
dvi-am:
847
 
848
html: html-am
849
 
850
html-am:
851
 
852
info: info-am
853
 
854
info-am:
855
 
856
install-data-am:
857
 
858
install-dvi: install-dvi-am
859
 
860
install-dvi-am:
861
 
862
install-exec-am:
863
 
864
install-html: install-html-am
865
 
866
install-html-am:
867
 
868
install-info: install-info-am
869
 
870
install-info-am:
871
 
872
install-man:
873
 
874
install-pdf: install-pdf-am
875
 
876
install-pdf-am:
877
 
878
install-ps: install-ps-am
879
 
880
install-ps-am:
881
 
882
installcheck-am:
883
 
884
maintainer-clean: maintainer-clean-am
885
        -rm -rf ./$(DEPDIR)
886
        -rm -f Makefile
887
maintainer-clean-am: distclean-am maintainer-clean-generic
888
 
889
mostlyclean: mostlyclean-am
890
 
891
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
892
        mostlyclean-libtool
893
 
894
pdf: pdf-am
895
 
896
pdf-am:
897
 
898
ps: ps-am
899
 
900
ps-am:
901
 
902
uninstall-am:
903
 
904
.MAKE: check-am install-am install-strip
905
 
906
.PHONY: CTAGS GTAGS all all-am check check-am clean \
907
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
908
        distclean distclean-compile distclean-generic \
909
        distclean-libtool distclean-tags distdir dvi dvi-am html \
910
        html-am info info-am install install-am install-data \
911
        install-data-am install-dvi install-dvi-am install-exec \
912
        install-exec-am install-html install-html-am install-info \
913
        install-info-am install-man install-pdf install-pdf-am \
914
        install-ps install-ps-am install-strip installcheck \
915
        installcheck-am installdirs maintainer-clean \
916
        maintainer-clean-generic mostlyclean mostlyclean-compile \
917
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
918
        tags uninstall uninstall-am
919
 
920
 
921
# Tell versions [3.59,3.63) of GNU make to not export all variables.
922
# Otherwise a system limit (for SysV at least) may be exceeded.
923
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.