1 |
56 |
joel |
# Makefile.in generated automatically by automake 1.3b from Makefile.am
|
2 |
|
|
|
3 |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998 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 |
|
|
SHELL = @SHELL@
|
15 |
|
|
|
16 |
|
|
srcdir = @srcdir@
|
17 |
|
|
top_srcdir = @top_srcdir@
|
18 |
|
|
VPATH = @srcdir@
|
19 |
|
|
prefix = @prefix@
|
20 |
|
|
exec_prefix = @exec_prefix@
|
21 |
|
|
|
22 |
|
|
bindir = @bindir@
|
23 |
|
|
sbindir = @sbindir@
|
24 |
|
|
libexecdir = @libexecdir@
|
25 |
|
|
datadir = @datadir@
|
26 |
|
|
sysconfdir = @sysconfdir@
|
27 |
|
|
sharedstatedir = @sharedstatedir@
|
28 |
|
|
localstatedir = @localstatedir@
|
29 |
|
|
libdir = @libdir@
|
30 |
|
|
infodir = @infodir@
|
31 |
|
|
mandir = @mandir@
|
32 |
|
|
includedir = @includedir@
|
33 |
|
|
oldincludedir = /usr/include
|
34 |
|
|
|
35 |
|
|
DESTDIR =
|
36 |
|
|
|
37 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
38 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
39 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
40 |
|
|
|
41 |
|
|
top_builddir = ..
|
42 |
|
|
|
43 |
|
|
ACLOCAL = @ACLOCAL@
|
44 |
|
|
AUTOCONF = @AUTOCONF@
|
45 |
|
|
AUTOMAKE = @AUTOMAKE@
|
46 |
|
|
AUTOHEADER = @AUTOHEADER@
|
47 |
|
|
|
48 |
|
|
INSTALL = @INSTALL@
|
49 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
50 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
51 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
52 |
|
|
transform = @program_transform_name@
|
53 |
|
|
|
54 |
|
|
NORMAL_INSTALL = :
|
55 |
|
|
PRE_INSTALL = :
|
56 |
|
|
POST_INSTALL = :
|
57 |
|
|
NORMAL_UNINSTALL = :
|
58 |
|
|
PRE_UNINSTALL = :
|
59 |
|
|
POST_UNINSTALL = :
|
60 |
|
|
host_alias = @host_alias@
|
61 |
|
|
host_triplet = @host@
|
62 |
|
|
AR = @AR@
|
63 |
|
|
AS = @AS@
|
64 |
|
|
CC = @CC@
|
65 |
|
|
CPP = @CPP@
|
66 |
|
|
EXEEXT = @EXEEXT@
|
67 |
|
|
MAINT = @MAINT@
|
68 |
|
|
MAKEINFO = @MAKEINFO@
|
69 |
|
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
70 |
|
|
PACKAGE = @PACKAGE@
|
71 |
|
|
RANLIB = @RANLIB@
|
72 |
|
|
VERSION = @VERSION@
|
73 |
|
|
mach_add_objs = @mach_add_objs@
|
74 |
|
|
machine_dir = @machine_dir@
|
75 |
|
|
newlib_basedir = @newlib_basedir@
|
76 |
|
|
sys_dir = @sys_dir@
|
77 |
|
|
|
78 |
|
|
AUTOMAKE_OPTIONS = cygnus
|
79 |
|
|
|
80 |
|
|
INCLUDES = -I$(srcdir)/../common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
|
81 |
|
|
|
82 |
|
|
noinst_LIBRARIES = lib.a
|
83 |
|
|
src = s_acos.c s_frexp.c s_mathcnst.c \
|
84 |
|
|
s_cos.c s_sinh.c \
|
85 |
|
|
s_asin.c\
|
86 |
|
|
s_asine.c s_cosh.c s_ispos.c s_numtest.c s_sqrt.c \
|
87 |
|
|
s_exp.c s_ldexp.c s_pow.c s_tan.c \
|
88 |
|
|
s_atan.c \
|
89 |
|
|
s_atan2.c s_fabs.c s_log.c s_tanh.c \
|
90 |
|
|
s_log10.c s_sin.c \
|
91 |
|
|
s_floor.c s_sine.c \
|
92 |
|
|
s_atangent.c s_logarithm.c \
|
93 |
|
|
s_sineh.c \
|
94 |
|
|
s_ceil.c s_isnan.c s_isinf.c \
|
95 |
|
|
e_acosh.c e_atanh.c e_remainder.c \
|
96 |
|
|
er_gamma.c er_lgamma.c \
|
97 |
|
|
s_erf.c e_j0.c e_j1.c w_jn.c e_hypot.c \
|
98 |
|
|
w_cabs.c w_drem.c s_asinh.c s_fmod.c \
|
99 |
|
|
e_scalb.c s_infconst.c s_signif.c
|
100 |
|
|
|
101 |
|
|
fsrc = sf_ceil.c \
|
102 |
|
|
sf_acos.c sf_frexp.c \
|
103 |
|
|
sf_cos.c sf_sinh.c \
|
104 |
|
|
sf_asine.c sf_cosh.c sf_ispos.c sf_numtest.c sf_sqrt.c \
|
105 |
|
|
sf_asin.c \
|
106 |
|
|
sf_exp.c sf_ldexp.c sf_pow.c sf_tan.c \
|
107 |
|
|
sf_atan2.c sf_fabs.c sf_tanh.c \
|
108 |
|
|
sf_atan.c sf_log10.c sf_sin.c\
|
109 |
|
|
sf_floor.c sf_sine.c \
|
110 |
|
|
sf_atangent.c sf_logarithm.c sf_sineh.c \
|
111 |
|
|
sf_log.c sf_sineh.c \
|
112 |
|
|
sf_isnan.c sf_isinf.c \
|
113 |
|
|
ef_acosh.c ef_atanh.c ef_remainder.c \
|
114 |
|
|
erf_gamma.c erf_lgamma.c \
|
115 |
|
|
sf_erf.c ef_j0.c ef_j1.c wf_jn.c ef_hypot.c \
|
116 |
|
|
wf_cabs.c wf_drem.c sf_asinh.c sf_fmod.c \
|
117 |
|
|
ef_scalb.c sf_signif.c
|
118 |
|
|
|
119 |
|
|
lib_a_SOURCES = $(src) $(fsrc)
|
120 |
|
|
|
121 |
|
|
chobj = eacosh.def eatanh.def ehypot.def eremainder.def erlgamma.def sacos.def sasine.def sasinh.def satan.def satan2.def satangent.def scosh.def serf.def sexp.def sfabs.def sfloor.def sfmod.def sfrexp.def sisnan.def sldexp.def slog10.def slogarithm.def spow.def ssine.def ssineh.def ssqrt.def stan.def stanh.def wjn.def
|
122 |
|
|
|
123 |
|
|
SUFFIXES = .def
|
124 |
|
|
|
125 |
|
|
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
|
126 |
|
|
|
127 |
|
|
TARGETDOC = ../tmp.texi
|
128 |
|
|
|
129 |
|
|
CLEANFILES = $(chobj) *.ref
|
130 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
131 |
|
|
CONFIG_CLEAN_FILES =
|
132 |
|
|
LIBRARIES = $(noinst_LIBRARIES)
|
133 |
|
|
|
134 |
|
|
|
135 |
|
|
DEFS = @DEFS@ -I. -I$(srcdir)
|
136 |
|
|
CPPFLAGS = @CPPFLAGS@
|
137 |
|
|
LDFLAGS = @LDFLAGS@
|
138 |
|
|
LIBS = @LIBS@
|
139 |
|
|
lib_a_LIBADD =
|
140 |
|
|
lib_a_OBJECTS = s_acos.o s_frexp.o s_mathcnst.o s_cos.o s_sinh.o \
|
141 |
|
|
s_asin.o s_asine.o s_cosh.o s_ispos.o s_numtest.o s_sqrt.o s_exp.o \
|
142 |
|
|
s_ldexp.o s_pow.o s_tan.o s_atan.o s_atan2.o s_fabs.o s_log.o s_tanh.o \
|
143 |
|
|
s_log10.o s_sin.o s_floor.o s_sine.o s_atangent.o s_logarithm.o \
|
144 |
|
|
s_sineh.o s_ceil.o s_isnan.o s_isinf.o e_acosh.o e_atanh.o \
|
145 |
|
|
e_remainder.o er_gamma.o er_lgamma.o s_erf.o e_j0.o e_j1.o w_jn.o \
|
146 |
|
|
e_hypot.o w_cabs.o w_drem.o s_asinh.o s_fmod.o e_scalb.o s_infconst.o \
|
147 |
|
|
s_signif.o sf_ceil.o sf_acos.o sf_frexp.o sf_cos.o sf_sinh.o sf_asine.o \
|
148 |
|
|
sf_cosh.o sf_ispos.o sf_numtest.o sf_sqrt.o sf_asin.o sf_exp.o \
|
149 |
|
|
sf_ldexp.o sf_pow.o sf_tan.o sf_atan2.o sf_fabs.o sf_tanh.o sf_atan.o \
|
150 |
|
|
sf_log10.o sf_sin.o sf_floor.o sf_sine.o sf_atangent.o sf_logarithm.o \
|
151 |
|
|
sf_sineh.o sf_log.o sf_sineh.o sf_isnan.o sf_isinf.o ef_acosh.o \
|
152 |
|
|
ef_atanh.o ef_remainder.o erf_gamma.o erf_lgamma.o sf_erf.o ef_j0.o \
|
153 |
|
|
ef_j1.o wf_jn.o ef_hypot.o wf_cabs.o wf_drem.o sf_asinh.o sf_fmod.o \
|
154 |
|
|
ef_scalb.o sf_signif.o
|
155 |
|
|
CFLAGS = @CFLAGS@
|
156 |
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
157 |
|
|
LINK = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
158 |
|
|
DIST_COMMON = Makefile.am Makefile.in
|
159 |
|
|
|
160 |
|
|
|
161 |
|
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
162 |
|
|
|
163 |
|
|
TAR = tar
|
164 |
|
|
GZIP = --best
|
165 |
|
|
SOURCES = $(lib_a_SOURCES)
|
166 |
|
|
OBJECTS = $(lib_a_OBJECTS)
|
167 |
|
|
|
168 |
|
|
all: Makefile $(LIBRARIES)
|
169 |
|
|
|
170 |
|
|
.SUFFIXES:
|
171 |
|
|
.SUFFIXES: .S .c .def .o .s
|
172 |
|
|
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
173 |
|
|
cd $(top_srcdir) && $(AUTOMAKE) --cygnus mathfp/Makefile
|
174 |
|
|
|
175 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
176 |
|
|
cd $(top_builddir) \
|
177 |
|
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
178 |
|
|
|
179 |
|
|
|
180 |
|
|
mostlyclean-noinstLIBRARIES:
|
181 |
|
|
|
182 |
|
|
clean-noinstLIBRARIES:
|
183 |
|
|
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
184 |
|
|
|
185 |
|
|
distclean-noinstLIBRARIES:
|
186 |
|
|
|
187 |
|
|
maintainer-clean-noinstLIBRARIES:
|
188 |
|
|
|
189 |
|
|
.c.o:
|
190 |
|
|
$(COMPILE) -c $<
|
191 |
|
|
|
192 |
|
|
.s.o:
|
193 |
|
|
$(COMPILE) -c $<
|
194 |
|
|
|
195 |
|
|
.S.o:
|
196 |
|
|
$(COMPILE) -c $<
|
197 |
|
|
|
198 |
|
|
mostlyclean-compile:
|
199 |
|
|
-rm -f *.o core *.core
|
200 |
|
|
|
201 |
|
|
clean-compile:
|
202 |
|
|
|
203 |
|
|
distclean-compile:
|
204 |
|
|
-rm -f *.tab.c
|
205 |
|
|
|
206 |
|
|
maintainer-clean-compile:
|
207 |
|
|
|
208 |
|
|
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
|
209 |
|
|
-rm -f lib.a
|
210 |
|
|
$(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
|
211 |
|
|
$(RANLIB) lib.a
|
212 |
|
|
|
213 |
|
|
tags: TAGS
|
214 |
|
|
|
215 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP)
|
216 |
|
|
here=`pwd` && cd $(srcdir) \
|
217 |
|
|
&& mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
|
218 |
|
|
|
219 |
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
|
220 |
|
|
tags=; \
|
221 |
|
|
here=`pwd`; \
|
222 |
|
|
list='$(SOURCES) $(HEADERS)'; \
|
223 |
|
|
unique=`for i in $$list; do echo $$i; done | \
|
224 |
|
|
awk ' { files[$$0] = 1; } \
|
225 |
|
|
END { for (i in files) print i; }'`; \
|
226 |
|
|
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|
227 |
|
|
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
|
228 |
|
|
|
229 |
|
|
mostlyclean-tags:
|
230 |
|
|
|
231 |
|
|
clean-tags:
|
232 |
|
|
|
233 |
|
|
distclean-tags:
|
234 |
|
|
-rm -f TAGS ID
|
235 |
|
|
|
236 |
|
|
maintainer-clean-tags:
|
237 |
|
|
|
238 |
|
|
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
239 |
|
|
|
240 |
|
|
subdir = mathfp
|
241 |
|
|
|
242 |
|
|
distdir: $(DISTFILES)
|
243 |
|
|
@for file in $(DISTFILES); do \
|
244 |
|
|
if test -f $$file; then d=.; else d=$(srcdir); fi; \
|
245 |
|
|
test -f $(distdir)/$$file \
|
246 |
|
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
247 |
|
|
|| cp -p $$d/$$file $(distdir)/$$file; \
|
248 |
|
|
done
|
249 |
|
|
info:
|
250 |
|
|
dvi:
|
251 |
|
|
check:
|
252 |
|
|
installcheck:
|
253 |
|
|
install-info:
|
254 |
|
|
install-exec:
|
255 |
|
|
@$(NORMAL_INSTALL)
|
256 |
|
|
|
257 |
|
|
install-data:
|
258 |
|
|
@$(NORMAL_INSTALL)
|
259 |
|
|
|
260 |
|
|
install: install-exec install-data all
|
261 |
|
|
@:
|
262 |
|
|
|
263 |
|
|
uninstall:
|
264 |
|
|
|
265 |
|
|
install-strip:
|
266 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
|
267 |
|
|
installdirs:
|
268 |
|
|
|
269 |
|
|
|
270 |
|
|
mostlyclean-generic:
|
271 |
|
|
|
272 |
|
|
clean-generic:
|
273 |
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
274 |
|
|
|
275 |
|
|
distclean-generic:
|
276 |
|
|
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
277 |
|
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
278 |
|
|
|
279 |
|
|
maintainer-clean-generic:
|
280 |
|
|
mostlyclean: mostlyclean-noinstLIBRARIES mostlyclean-compile \
|
281 |
|
|
mostlyclean-tags mostlyclean-generic
|
282 |
|
|
|
283 |
|
|
clean: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
|
284 |
|
|
mostlyclean
|
285 |
|
|
|
286 |
|
|
distclean: distclean-noinstLIBRARIES distclean-compile distclean-tags \
|
287 |
|
|
distclean-generic clean
|
288 |
|
|
-rm -f config.status
|
289 |
|
|
|
290 |
|
|
maintainer-clean: maintainer-clean-noinstLIBRARIES \
|
291 |
|
|
maintainer-clean-compile maintainer-clean-tags \
|
292 |
|
|
maintainer-clean-generic distclean
|
293 |
|
|
@echo "This command is intended for maintainers to use;"
|
294 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
295 |
|
|
|
296 |
|
|
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
|
297 |
|
|
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
|
298 |
|
|
mostlyclean-compile distclean-compile clean-compile \
|
299 |
|
|
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
|
300 |
|
|
clean-tags maintainer-clean-tags distdir info dvi installcheck \
|
301 |
|
|
install-info install-exec install-data install uninstall all \
|
302 |
|
|
installdirs mostlyclean-generic distclean-generic clean-generic \
|
303 |
|
|
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
304 |
|
|
|
305 |
|
|
|
306 |
|
|
.c.def:
|
307 |
|
|
$(CHEW) < $< > $*.def 2> $*.ref
|
308 |
|
|
touch stmp-def
|
309 |
|
|
|
310 |
|
|
doc: $(chobj)
|
311 |
|
|
cat $(srcdir)/mathfp.tex >> $(TARGETDOC)
|
312 |
|
|
|
313 |
|
|
# Texinfo does not appear to support underscores in file names, so we
|
314 |
|
|
# name the .def files without underscores.
|
315 |
|
|
|
316 |
|
|
eacosh.def: e_acosh.c
|
317 |
|
|
$(CHEW) < $(srcdir)/e_acosh.c >$@ 2>/dev/null
|
318 |
|
|
touch stmp-def
|
319 |
|
|
eatanh.def: e_atanh.c
|
320 |
|
|
$(CHEW) < $(srcdir)/e_atanh.c >$@ 2>/dev/null
|
321 |
|
|
touch stmp-def
|
322 |
|
|
ehypot.def: e_hypot.c
|
323 |
|
|
$(CHEW) < $(srcdir)/e_hypot.c >$@ 2>/dev/null
|
324 |
|
|
touch stmp-def
|
325 |
|
|
eremainder.def: e_remainder.c
|
326 |
|
|
$(CHEW) < $(srcdir)/e_remainder.c >$@ 2>/dev/null
|
327 |
|
|
touch stmp-def
|
328 |
|
|
erlgamma.def: er_lgamma.c
|
329 |
|
|
$(CHEW) < $(srcdir)/er_lgamma.c >$@ 2>/dev/null
|
330 |
|
|
touch stmp-def
|
331 |
|
|
sacos.def: s_acos.c
|
332 |
|
|
$(CHEW) < $(srcdir)/s_acos.c >$@ 2>/dev/null
|
333 |
|
|
touch stmp-def
|
334 |
|
|
sasine.def: s_asine.c
|
335 |
|
|
$(CHEW) < $(srcdir)/s_asine.c >$@ 2>/dev/null
|
336 |
|
|
touch stmp-def
|
337 |
|
|
sasinh.def: s_asinh.c
|
338 |
|
|
$(CHEW) < $(srcdir)/s_asinh.c >$@ 2>/dev/null
|
339 |
|
|
touch stmp-def
|
340 |
|
|
satan.def: s_atan.c
|
341 |
|
|
$(CHEW) < $(srcdir)/s_atan.c >$@ 2>/dev/null
|
342 |
|
|
touch stmp-def
|
343 |
|
|
satan2.def: s_atan2.c
|
344 |
|
|
$(CHEW) < $(srcdir)/s_atan2.c >$@ 2>/dev/null
|
345 |
|
|
touch stmp-def
|
346 |
|
|
satangent.def: s_atangent.c
|
347 |
|
|
$(CHEW) < $(srcdir)/s_atangent.c >$@ 2>/dev/null
|
348 |
|
|
touch stmp-def
|
349 |
|
|
scosh.def: s_cosh.c
|
350 |
|
|
$(CHEW) < $(srcdir)/s_cosh.c >$@ 2>/dev/null
|
351 |
|
|
touch stmp-def
|
352 |
|
|
serf.def: s_erf.c
|
353 |
|
|
$(CHEW) < $(srcdir)/s_erf.c >$@ 2>/dev/null
|
354 |
|
|
touch stmp-def
|
355 |
|
|
sexp.def: s_exp.c
|
356 |
|
|
$(CHEW) < $(srcdir)/s_exp.c >$@ 2>/dev/null
|
357 |
|
|
touch stmp-def
|
358 |
|
|
sfabs.def: s_fabs.c
|
359 |
|
|
$(CHEW) < $(srcdir)/s_fabs.c >$@ 2>/dev/null
|
360 |
|
|
touch stmp-def
|
361 |
|
|
sfloor.def: s_floor.c
|
362 |
|
|
$(CHEW) < $(srcdir)/s_floor.c >$@ 2>/dev/null
|
363 |
|
|
touch stmp-def
|
364 |
|
|
sfmod.def: s_fmod.c
|
365 |
|
|
$(CHEW) < $(srcdir)/s_fmod.c >$@ 2>/dev/null
|
366 |
|
|
touch stmp-def
|
367 |
|
|
sfrexp.def: s_frexp.c
|
368 |
|
|
$(CHEW) < $(srcdir)/s_frexp.c >$@ 2>/dev/null
|
369 |
|
|
touch stmp-def
|
370 |
|
|
sisnan.def: s_isnan.c
|
371 |
|
|
$(CHEW) < $(srcdir)/s_isnan.c >$@ 2>/dev/null
|
372 |
|
|
touch stmp-def
|
373 |
|
|
sldexp.def: s_ldexp.c
|
374 |
|
|
$(CHEW) < $(srcdir)/s_ldexp.c >$@ 2>/dev/null
|
375 |
|
|
touch stmp-def
|
376 |
|
|
slog10.def: s_log10.c
|
377 |
|
|
$(CHEW) < $(srcdir)/s_log10.c >$@ 2>/dev/null
|
378 |
|
|
touch stmp-def
|
379 |
|
|
slogarithm.def: s_logarithm.c
|
380 |
|
|
$(CHEW) < $(srcdir)/s_logarithm.c >$@ 2>/dev/null
|
381 |
|
|
touch stmp-def
|
382 |
|
|
spow.def: s_pow.c
|
383 |
|
|
$(CHEW) < $(srcdir)/s_pow.c >$@ 2>/dev/null
|
384 |
|
|
touch stmp-def
|
385 |
|
|
ssine.def: s_sine.c
|
386 |
|
|
$(CHEW) < $(srcdir)/s_sine.c >$@ 2>/dev/null
|
387 |
|
|
touch stmp-def
|
388 |
|
|
ssineh.def: s_sineh.c
|
389 |
|
|
$(CHEW) < $(srcdir)/s_sineh.c >$@ 2>/dev/null
|
390 |
|
|
touch stmp-def
|
391 |
|
|
ssqrt.def: s_sqrt.c
|
392 |
|
|
$(CHEW) < $(srcdir)/s_sqrt.c >$@ 2>/dev/null
|
393 |
|
|
touch stmp-def
|
394 |
|
|
stan.def: s_tan.c
|
395 |
|
|
$(CHEW) < $(srcdir)/s_tan.c >$@ 2>/dev/null
|
396 |
|
|
touch stmp-def
|
397 |
|
|
stanh.def: s_tanh.c
|
398 |
|
|
$(CHEW) < $(srcdir)/s_tanh.c >$@ 2>/dev/null
|
399 |
|
|
touch stmp-def
|
400 |
|
|
wjn.def: w_jn.c
|
401 |
|
|
$(CHEW) < $(srcdir)/w_jn.c >$@ 2>/dev/null
|
402 |
|
|
touch stmp-def
|
403 |
|
|
|
404 |
|
|
# A partial dependency list.
|
405 |
|
|
|
406 |
|
|
$(lib_a_OBJECTS): $(srcdir)/../../libc/include/math.h $(srcdir)/../common/fdlibm.h
|
407 |
|
|
|
408 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
409 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
410 |
|
|
.NOEXPORT:
|