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 625

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

powered by: WebSVN 2.1.0

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