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