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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libm/] [mathfp/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1010 ivang
# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
 
3
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4
# This Makefile.in is free software; the Free Software Foundation
5
# gives unlimited permission to copy and/or distribute it,
6
# with or without modifications, as long as this notice is preserved.
7
 
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
# PARTICULAR PURPOSE.
12
 
13
 
14
 
15
SHELL = @SHELL@
16
 
17
srcdir = @srcdir@
18
top_srcdir = @top_srcdir@
19
VPATH = @srcdir@
20
prefix = @prefix@
21
exec_prefix = @exec_prefix@
22
 
23
bindir = @bindir@
24
sbindir = @sbindir@
25
libexecdir = @libexecdir@
26
datadir = @datadir@
27
sysconfdir = @sysconfdir@
28
sharedstatedir = @sharedstatedir@
29
localstatedir = @localstatedir@
30
libdir = @libdir@
31
infodir = @infodir@
32
mandir = @mandir@
33
includedir = @includedir@
34
oldincludedir = /usr/include
35
 
36
DESTDIR =
37
 
38
pkgdatadir = $(datadir)/@PACKAGE@
39
pkglibdir = $(libdir)/@PACKAGE@
40
pkgincludedir = $(includedir)/@PACKAGE@
41
 
42
top_builddir = ..
43
 
44
ACLOCAL = @ACLOCAL@
45
AUTOCONF = @AUTOCONF@
46
AUTOMAKE = @AUTOMAKE@
47
AUTOHEADER = @AUTOHEADER@
48
 
49
INSTALL = @INSTALL@
50
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
51
INSTALL_DATA = @INSTALL_DATA@
52
INSTALL_SCRIPT = @INSTALL_SCRIPT@
53
transform = @program_transform_name@
54
 
55
NORMAL_INSTALL = :
56
PRE_INSTALL = :
57
POST_INSTALL = :
58
NORMAL_UNINSTALL = :
59
PRE_UNINSTALL = :
60
POST_UNINSTALL = :
61
host_alias = @host_alias@
62
host_triplet = @host@
63
AR = @AR@
64
AS = @AS@
65
CC = @CC@
66
CPP = @CPP@
67
DLLTOOL = @DLLTOOL@
68
EXEEXT = @EXEEXT@
69
LDFLAGS = @LDFLAGS@
70
LIBM_MACHINE_LIB = @LIBM_MACHINE_LIB@
71
LIBTOOL = @LIBTOOL@
72
LN_S = @LN_S@
73
MAINT = @MAINT@
74
MAKEINFO = @MAKEINFO@
75
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
76
OBJDUMP = @OBJDUMP@
77
PACKAGE = @PACKAGE@
78
RANLIB = @RANLIB@
79
VERSION = @VERSION@
80
aext = @aext@
81
libm_machine_dir = @libm_machine_dir@
82
machine_dir = @machine_dir@
83
newlib_basedir = @newlib_basedir@
84
oext = @oext@
85
sys_dir = @sys_dir@
86
 
87
AUTOMAKE_OPTIONS = cygnus
88
 
89
INCLUDES = -I$(srcdir)/../common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
90
 
91
src = s_acos.c s_frexp.c s_mathcnst.c \
92
        s_cos.c s_sinh.c \
93
        s_asin.c\
94
        s_asine.c s_cosh.c s_ispos.c s_numtest.c s_sqrt.c \
95
        s_exp.c s_ldexp.c s_pow.c s_tan.c \
96
        s_atan.c \
97
        s_atan2.c s_fabs.c s_log.c s_tanh.c \
98
        s_log10.c s_sin.c \
99
        s_floor.c s_sine.c \
100
        s_atangent.c s_logarithm.c \
101
        s_sineh.c \
102
        s_ceil.c s_isnan.c s_isinf.c \
103
        e_acosh.c e_atanh.c e_remainder.c \
104
        er_gamma.c er_lgamma.c \
105
        s_erf.c e_j0.c e_j1.c w_jn.c e_hypot.c \
106
        w_cabs.c w_drem.c s_asinh.c s_fmod.c \
107
        e_scalb.c s_infconst.c s_signif.c
108
 
109
 
110
fsrc = sf_ceil.c \
111
        sf_acos.c sf_frexp.c \
112
        sf_cos.c sf_sinh.c \
113
        sf_asine.c sf_cosh.c sf_ispos.c sf_numtest.c sf_sqrt.c \
114
        sf_asin.c \
115
        sf_exp.c sf_ldexp.c sf_pow.c sf_tan.c \
116
        sf_atan2.c sf_fabs.c sf_tanh.c \
117
        sf_atan.c sf_log10.c sf_sin.c\
118
        sf_floor.c sf_sine.c \
119
        sf_atangent.c sf_logarithm.c sf_sineh.c \
120
        sf_log.c sf_sineh.c \
121
        sf_isnan.c sf_isinf.c \
122
        ef_acosh.c ef_atanh.c ef_remainder.c \
123
        erf_gamma.c erf_lgamma.c \
124
        sf_erf.c ef_j0.c ef_j1.c wf_jn.c ef_hypot.c \
125
        wf_cabs.c wf_drem.c sf_asinh.c sf_fmod.c \
126
        ef_scalb.c sf_signif.c
127
 
128
 
129
libmathfp_la_LDFLAGS = -Xcompiler -nostdlib
130
 
131
@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = @USE_LIBTOOL_TRUE@libmathfp.la
132
@USE_LIBTOOL_TRUE@libmathfp_la_SOURCES = @USE_LIBTOOL_TRUE@$(src) $(fsrc)
133
@USE_LIBTOOL_TRUE@noinst_DATA = @USE_LIBTOOL_TRUE@objectlist.awk.in
134
@USE_LIBTOOL_FALSE@noinst_DATA =
135
@USE_LIBTOOL_FALSE@noinst_LIBRARIES = @USE_LIBTOOL_FALSE@lib.a
136
@USE_LIBTOOL_FALSE@lib_a_SOURCES = @USE_LIBTOOL_FALSE@$(src) $(fsrc)
137
 
138
chobj = eacosh.def \
139
        eatanh.def \
140
        ehypot.def \
141
        eremainder.def \
142
        erlgamma.def \
143
        sacos.def \
144
        sasine.def \
145
        sasinh.def \
146
        satan.def \
147
        satan2.def \
148
        satangent.def \
149
        scosh.def \
150
        serf.def \
151
        sexp.def \
152
        sfabs.def \
153
        sfloor.def \
154
        sfmod.def \
155
        sfrexp.def \
156
        sisnan.def \
157
        sldexp.def \
158
        slog10.def \
159
        slogarithm.def \
160
        spow.def \
161
        ssine.def \
162
        ssineh.def \
163
        ssqrt.def \
164
        stan.def \
165
        stanh.def \
166
        wjn.def
167
 
168
 
169
SUFFIXES = .def
170
 
171
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
172
 
173
TARGETDOC = ../tmp.texi
174
 
175
CLEANFILES = $(chobj) *.ref
176
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
177
CONFIG_CLEAN_FILES =
178
LIBRARIES =  $(noinst_LIBRARIES)
179
 
180
 
181
DEFS = @DEFS@ -I. -I$(srcdir)
182
CPPFLAGS = @CPPFLAGS@
183
LIBS = @LIBS@
184
lib_a_LIBADD =
185
@USE_LIBTOOL_FALSE@lib_a_OBJECTS =  s_acos.o s_frexp.o s_mathcnst.o \
186
@USE_LIBTOOL_FALSE@s_cos.o s_sinh.o s_asin.o s_asine.o s_cosh.o \
187
@USE_LIBTOOL_FALSE@s_ispos.o s_numtest.o s_sqrt.o s_exp.o s_ldexp.o \
188
@USE_LIBTOOL_FALSE@s_pow.o s_tan.o s_atan.o s_atan2.o s_fabs.o s_log.o \
189
@USE_LIBTOOL_FALSE@s_tanh.o s_log10.o s_sin.o s_floor.o s_sine.o \
190
@USE_LIBTOOL_FALSE@s_atangent.o s_logarithm.o s_sineh.o s_ceil.o \
191
@USE_LIBTOOL_FALSE@s_isnan.o s_isinf.o e_acosh.o e_atanh.o \
192
@USE_LIBTOOL_FALSE@e_remainder.o er_gamma.o er_lgamma.o s_erf.o e_j0.o \
193
@USE_LIBTOOL_FALSE@e_j1.o w_jn.o e_hypot.o w_cabs.o w_drem.o s_asinh.o \
194
@USE_LIBTOOL_FALSE@s_fmod.o e_scalb.o s_infconst.o s_signif.o sf_ceil.o \
195
@USE_LIBTOOL_FALSE@sf_acos.o sf_frexp.o sf_cos.o sf_sinh.o sf_asine.o \
196
@USE_LIBTOOL_FALSE@sf_cosh.o sf_ispos.o sf_numtest.o sf_sqrt.o \
197
@USE_LIBTOOL_FALSE@sf_asin.o sf_exp.o sf_ldexp.o sf_pow.o sf_tan.o \
198
@USE_LIBTOOL_FALSE@sf_atan2.o sf_fabs.o sf_tanh.o sf_atan.o sf_log10.o \
199
@USE_LIBTOOL_FALSE@sf_sin.o sf_floor.o sf_sine.o sf_atangent.o \
200
@USE_LIBTOOL_FALSE@sf_logarithm.o sf_sineh.o sf_log.o sf_sineh.o \
201
@USE_LIBTOOL_FALSE@sf_isnan.o sf_isinf.o ef_acosh.o ef_atanh.o \
202
@USE_LIBTOOL_FALSE@ef_remainder.o erf_gamma.o erf_lgamma.o sf_erf.o \
203
@USE_LIBTOOL_FALSE@ef_j0.o ef_j1.o wf_jn.o ef_hypot.o wf_cabs.o \
204
@USE_LIBTOOL_FALSE@wf_drem.o sf_asinh.o sf_fmod.o ef_scalb.o \
205
@USE_LIBTOOL_FALSE@sf_signif.o
206
LTLIBRARIES =  $(noinst_LTLIBRARIES)
207
 
208
libmathfp_la_LIBADD =
209
@USE_LIBTOOL_TRUE@libmathfp_la_OBJECTS =  s_acos.lo s_frexp.lo \
210
@USE_LIBTOOL_TRUE@s_mathcnst.lo s_cos.lo s_sinh.lo s_asin.lo s_asine.lo \
211
@USE_LIBTOOL_TRUE@s_cosh.lo s_ispos.lo s_numtest.lo s_sqrt.lo s_exp.lo \
212
@USE_LIBTOOL_TRUE@s_ldexp.lo s_pow.lo s_tan.lo s_atan.lo s_atan2.lo \
213
@USE_LIBTOOL_TRUE@s_fabs.lo s_log.lo s_tanh.lo s_log10.lo s_sin.lo \
214
@USE_LIBTOOL_TRUE@s_floor.lo s_sine.lo s_atangent.lo s_logarithm.lo \
215
@USE_LIBTOOL_TRUE@s_sineh.lo s_ceil.lo s_isnan.lo s_isinf.lo e_acosh.lo \
216
@USE_LIBTOOL_TRUE@e_atanh.lo e_remainder.lo er_gamma.lo er_lgamma.lo \
217
@USE_LIBTOOL_TRUE@s_erf.lo e_j0.lo e_j1.lo w_jn.lo e_hypot.lo w_cabs.lo \
218
@USE_LIBTOOL_TRUE@w_drem.lo s_asinh.lo s_fmod.lo e_scalb.lo \
219
@USE_LIBTOOL_TRUE@s_infconst.lo s_signif.lo sf_ceil.lo sf_acos.lo \
220
@USE_LIBTOOL_TRUE@sf_frexp.lo sf_cos.lo sf_sinh.lo sf_asine.lo \
221
@USE_LIBTOOL_TRUE@sf_cosh.lo sf_ispos.lo sf_numtest.lo sf_sqrt.lo \
222
@USE_LIBTOOL_TRUE@sf_asin.lo sf_exp.lo sf_ldexp.lo sf_pow.lo sf_tan.lo \
223
@USE_LIBTOOL_TRUE@sf_atan2.lo sf_fabs.lo sf_tanh.lo sf_atan.lo \
224
@USE_LIBTOOL_TRUE@sf_log10.lo sf_sin.lo sf_floor.lo sf_sine.lo \
225
@USE_LIBTOOL_TRUE@sf_atangent.lo sf_logarithm.lo sf_sineh.lo sf_log.lo \
226
@USE_LIBTOOL_TRUE@sf_sineh.lo sf_isnan.lo sf_isinf.lo ef_acosh.lo \
227
@USE_LIBTOOL_TRUE@ef_atanh.lo ef_remainder.lo erf_gamma.lo \
228
@USE_LIBTOOL_TRUE@erf_lgamma.lo sf_erf.lo ef_j0.lo ef_j1.lo wf_jn.lo \
229
@USE_LIBTOOL_TRUE@ef_hypot.lo wf_cabs.lo wf_drem.lo sf_asinh.lo \
230
@USE_LIBTOOL_TRUE@sf_fmod.lo ef_scalb.lo sf_signif.lo
231
CFLAGS = @CFLAGS@
232
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
233
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
234
CCLD = $(CC)
235
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
236
DATA =  $(noinst_DATA)
237
 
238
DIST_COMMON =  Makefile.am Makefile.in
239
 
240
 
241
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
242
 
243
TAR = gtar
244
GZIP_ENV = --best
245
SOURCES = $(lib_a_SOURCES) $(libmathfp_la_SOURCES)
246
OBJECTS = $(lib_a_OBJECTS) $(libmathfp_la_OBJECTS)
247
 
248
all: all-redirect
249
.SUFFIXES:
250
.SUFFIXES: .S .c .def .lo .o .s
251
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../Makefile.shared
252
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus mathfp/Makefile
253
 
254
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
255
        cd $(top_builddir) \
256
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
257
 
258
 
259
mostlyclean-noinstLIBRARIES:
260
 
261
clean-noinstLIBRARIES:
262
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
263
 
264
distclean-noinstLIBRARIES:
265
 
266
maintainer-clean-noinstLIBRARIES:
267
 
268
.c.o:
269
        $(COMPILE) -c $<
270
 
271
.s.o:
272
        $(COMPILE) -c $<
273
 
274
.S.o:
275
        $(COMPILE) -c $<
276
 
277
mostlyclean-compile:
278
        -rm -f *.o core *.core
279
 
280
clean-compile:
281
 
282
distclean-compile:
283
        -rm -f *.tab.c
284
 
285
maintainer-clean-compile:
286
 
287
.c.lo:
288
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
289
 
290
.s.lo:
291
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
292
 
293
.S.lo:
294
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
295
 
296
mostlyclean-libtool:
297
        -rm -f *.lo
298
 
299
clean-libtool:
300
        -rm -rf .libs _libs
301
 
302
distclean-libtool:
303
 
304
maintainer-clean-libtool:
305
 
306
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
307
        -rm -f lib.a
308
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
309
        $(RANLIB) lib.a
310
 
311
mostlyclean-noinstLTLIBRARIES:
312
 
313
clean-noinstLTLIBRARIES:
314
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
315
 
316
distclean-noinstLTLIBRARIES:
317
 
318
maintainer-clean-noinstLTLIBRARIES:
319
 
320
libmathfp.la: $(libmathfp_la_OBJECTS) $(libmathfp_la_DEPENDENCIES)
321
        $(LINK)  $(libmathfp_la_LDFLAGS) $(libmathfp_la_OBJECTS) $(libmathfp_la_LIBADD) $(LIBS)
322
 
323
tags: TAGS
324
 
325
ID: $(HEADERS) $(SOURCES) $(LISP)
326
        list='$(SOURCES) $(HEADERS)'; \
327
        unique=`for i in $$list; do echo $$i; done | \
328
          awk '    { files[$$0] = 1; } \
329
               END { for (i in files) print i; }'`; \
330
        here=`pwd` && cd $(srcdir) \
331
          && mkid -f$$here/ID $$unique $(LISP)
332
 
333
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
334
        tags=; \
335
        here=`pwd`; \
336
        list='$(SOURCES) $(HEADERS)'; \
337
        unique=`for i in $$list; do echo $$i; done | \
338
          awk '    { files[$$0] = 1; } \
339
               END { for (i in files) print i; }'`; \
340
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
341
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
342
 
343
mostlyclean-tags:
344
 
345
clean-tags:
346
 
347
distclean-tags:
348
        -rm -f TAGS ID
349
 
350
maintainer-clean-tags:
351
 
352
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
353
 
354
subdir = mathfp
355
 
356
distdir: $(DISTFILES)
357
        @for file in $(DISTFILES); do \
358
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
359
          if test -d $$d/$$file; then \
360
            cp -pr $$d/$$file $(distdir)/$$file; \
361
          else \
362
            test -f $(distdir)/$$file \
363
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
364
            || cp -p $$d/$$file $(distdir)/$$file || :; \
365
          fi; \
366
        done
367
info-am:
368
info: info-am
369
dvi-am:
370
dvi: dvi-am
371
check-am:
372
check: check-am
373
installcheck-am:
374
installcheck: installcheck-am
375
install-info-am:
376
install-info: install-info-am
377
install-exec-am:
378
install-exec: install-exec-am
379
 
380
install-data-am:
381
install-data: install-data-am
382
 
383
install-am: all-am
384
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
385
install: install-am
386
uninstall-am:
387
uninstall: uninstall-am
388
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
389
all-redirect: all-am
390
install-strip:
391
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
392
installdirs:
393
 
394
 
395
mostlyclean-generic:
396
 
397
clean-generic:
398
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
399
 
400
distclean-generic:
401
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
402
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
403
 
404
maintainer-clean-generic:
405
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
406
                mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
407
                mostlyclean-tags mostlyclean-generic
408
 
409
mostlyclean: mostlyclean-am
410
 
411
clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
412
                clean-noinstLTLIBRARIES clean-tags clean-generic \
413
                mostlyclean-am
414
 
415
clean: clean-am
416
 
417
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
418
                distclean-libtool distclean-noinstLTLIBRARIES \
419
                distclean-tags distclean-generic clean-am
420
        -rm -f libtool
421
 
422
distclean: distclean-am
423
 
424
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
425
                maintainer-clean-compile maintainer-clean-libtool \
426
                maintainer-clean-noinstLTLIBRARIES \
427
                maintainer-clean-tags maintainer-clean-generic \
428
                distclean-am
429
        @echo "This command is intended for maintainers to use;"
430
        @echo "it deletes files that may require special tools to rebuild."
431
 
432
maintainer-clean: maintainer-clean-am
433
 
434
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
435
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
436
mostlyclean-compile distclean-compile clean-compile \
437
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
438
clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
439
distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
440
maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
441
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
442
check-am installcheck-am installcheck install-info-am install-info \
443
install-exec-am install-exec install-data-am install-data install-am \
444
install uninstall-am uninstall all-redirect all-am all installdirs \
445
mostlyclean-generic distclean-generic clean-generic \
446
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
447
 
448
 
449
objectlist.awk.in: $(noinst_LTLIBRARIES)
450
        -rm -f objectlist.awk.in
451
        for i in `ls *.lo` ; \
452
        do \
453
          echo $$i `pwd`/$$i >> objectlist.awk.in ; \
454
        done
455
 
456
.c.def:
457
        $(CHEW) < $< > $*.def 2> $*.ref
458
        touch stmp-def
459
 
460
doc: $(chobj)
461
        cat $(srcdir)/mathfp.tex >> $(TARGETDOC)
462
 
463
# Texinfo does not appear to support underscores in file names, so we
464
# name the .def files without underscores.
465
 
466
eacosh.def: e_acosh.c
467
        $(CHEW) < $(srcdir)/e_acosh.c >$@ 2>/dev/null
468
        touch stmp-def
469
eatanh.def: e_atanh.c
470
        $(CHEW) < $(srcdir)/e_atanh.c >$@ 2>/dev/null
471
        touch stmp-def
472
ehypot.def: e_hypot.c
473
        $(CHEW) < $(srcdir)/e_hypot.c >$@ 2>/dev/null
474
        touch stmp-def
475
eremainder.def: e_remainder.c
476
        $(CHEW) < $(srcdir)/e_remainder.c >$@ 2>/dev/null
477
        touch stmp-def
478
erlgamma.def: er_lgamma.c
479
        $(CHEW) < $(srcdir)/er_lgamma.c >$@ 2>/dev/null
480
        touch stmp-def
481
sacos.def: s_acos.c
482
        $(CHEW) < $(srcdir)/s_acos.c >$@ 2>/dev/null
483
        touch stmp-def
484
sasine.def: s_asine.c
485
        $(CHEW) < $(srcdir)/s_asine.c >$@ 2>/dev/null
486
        touch stmp-def
487
sasinh.def: s_asinh.c
488
        $(CHEW) < $(srcdir)/s_asinh.c >$@ 2>/dev/null
489
        touch stmp-def
490
satan.def: s_atan.c
491
        $(CHEW) < $(srcdir)/s_atan.c >$@ 2>/dev/null
492
        touch stmp-def
493
satan2.def: s_atan2.c
494
        $(CHEW) < $(srcdir)/s_atan2.c >$@ 2>/dev/null
495
        touch stmp-def
496
satangent.def: s_atangent.c
497
        $(CHEW) < $(srcdir)/s_atangent.c >$@ 2>/dev/null
498
        touch stmp-def
499
scosh.def: s_cosh.c
500
        $(CHEW) < $(srcdir)/s_cosh.c >$@ 2>/dev/null
501
        touch stmp-def
502
serf.def: s_erf.c
503
        $(CHEW) < $(srcdir)/s_erf.c >$@ 2>/dev/null
504
        touch stmp-def
505
sexp.def: s_exp.c
506
        $(CHEW) < $(srcdir)/s_exp.c >$@ 2>/dev/null
507
        touch stmp-def
508
sfabs.def: s_fabs.c
509
        $(CHEW) < $(srcdir)/s_fabs.c >$@ 2>/dev/null
510
        touch stmp-def
511
sfloor.def: s_floor.c
512
        $(CHEW) < $(srcdir)/s_floor.c >$@ 2>/dev/null
513
        touch stmp-def
514
sfmod.def: s_fmod.c
515
        $(CHEW) < $(srcdir)/s_fmod.c >$@ 2>/dev/null
516
        touch stmp-def
517
sfrexp.def: s_frexp.c
518
        $(CHEW) < $(srcdir)/s_frexp.c >$@ 2>/dev/null
519
        touch stmp-def
520
sisnan.def: s_isnan.c
521
        $(CHEW) < $(srcdir)/s_isnan.c >$@ 2>/dev/null
522
        touch stmp-def
523
sldexp.def: s_ldexp.c
524
        $(CHEW) < $(srcdir)/s_ldexp.c >$@ 2>/dev/null
525
        touch stmp-def
526
slog10.def: s_log10.c
527
        $(CHEW) < $(srcdir)/s_log10.c >$@ 2>/dev/null
528
        touch stmp-def
529
slogarithm.def: s_logarithm.c
530
        $(CHEW) < $(srcdir)/s_logarithm.c >$@ 2>/dev/null
531
        touch stmp-def
532
spow.def: s_pow.c
533
        $(CHEW) < $(srcdir)/s_pow.c >$@ 2>/dev/null
534
        touch stmp-def
535
ssine.def: s_sine.c
536
        $(CHEW) < $(srcdir)/s_sine.c >$@ 2>/dev/null
537
        touch stmp-def
538
ssineh.def: s_sineh.c
539
        $(CHEW) < $(srcdir)/s_sineh.c >$@ 2>/dev/null
540
        touch stmp-def
541
ssqrt.def: s_sqrt.c
542
        $(CHEW) < $(srcdir)/s_sqrt.c >$@ 2>/dev/null
543
        touch stmp-def
544
stan.def: s_tan.c
545
        $(CHEW) < $(srcdir)/s_tan.c >$@ 2>/dev/null
546
        touch stmp-def
547
stanh.def: s_tanh.c
548
        $(CHEW) < $(srcdir)/s_tanh.c >$@ 2>/dev/null
549
        touch stmp-def
550
wjn.def: w_jn.c
551
        $(CHEW) < $(srcdir)/w_jn.c >$@ 2>/dev/null
552
        touch stmp-def
553
 
554
# A partial dependency list.
555
 
556
$(lib_a_OBJECTS): $(srcdir)/../../libc/include/math.h $(srcdir)/../common/fdlibm.h
557
 
558
# Tell versions [3.59,3.63) of GNU make to not export all variables.
559
# Otherwise a system limit (for SysV at least) may be exceeded.
560
.NOEXPORT:

powered by: WebSVN 2.1.0

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