OSDN Git Service

3ba380d8fb6721d0b503a91c44fe0763673dff6b
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libm / common / Makefile.in
1 # 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 = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
81
82 noinst_LIBRARIES = lib.a
83
84 src =   s_finite.c s_copysign.c s_modf.c s_scalbn.c \
85         s_cbrt.c s_expm1.c s_ilogb.c \
86         s_infinity.c s_log1p.c s_nan.c s_nextafter.c \
87         s_rint.c s_logb.c s_matherr.c s_lib_ver.c
88
89 fsrc =  sf_finite.c sf_copysign.c sf_modf.c sf_scalbn.c \
90         sf_cbrt.c sf_expm1.c sf_ilogb.c \
91         sf_infinity.c sf_log1p.c sf_nan.c sf_nextafter.c \
92         sf_rint.c sf_logb.c
93
94 lib_a_SOURCES = $(src) $(fsrc)
95
96 chobj = scbrt.def scopysign.def sexpm1.def silogb.def \
97         sinfinity.def slog1p.def smatherr.def smodf.def \
98         snan.def snextafter.def sscalbn.def
99
100 SUFFIXES = .def
101
102 CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
103
104 TARGETDOC = ../tmp.texi
105
106 CLEANFILES = $(chobj) *.ref
107 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
108 CONFIG_CLEAN_FILES = 
109 LIBRARIES =  $(noinst_LIBRARIES)
110
111
112 DEFS = @DEFS@ -I. -I$(srcdir) 
113 CPPFLAGS = @CPPFLAGS@
114 LDFLAGS = @LDFLAGS@
115 LIBS = @LIBS@
116 lib_a_LIBADD = 
117 lib_a_OBJECTS =  s_finite.o s_copysign.o s_modf.o s_scalbn.o s_cbrt.o \
118 s_expm1.o s_ilogb.o s_infinity.o s_log1p.o s_nan.o s_nextafter.o \
119 s_rint.o s_logb.o s_matherr.o s_lib_ver.o sf_finite.o sf_copysign.o \
120 sf_modf.o sf_scalbn.o sf_cbrt.o sf_expm1.o sf_ilogb.o sf_infinity.o \
121 sf_log1p.o sf_nan.o sf_nextafter.o sf_rint.o sf_logb.o
122 CFLAGS = @CFLAGS@
123 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124 LINK = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
125 DIST_COMMON =  Makefile.am Makefile.in
126
127
128 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129
130 TAR = tar
131 GZIP = --best
132 SOURCES = $(lib_a_SOURCES)
133 OBJECTS = $(lib_a_OBJECTS)
134
135 all: Makefile $(LIBRARIES)
136
137 .SUFFIXES:
138 .SUFFIXES: .S .c .def .o .s
139 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
140         cd $(top_srcdir) && $(AUTOMAKE) --cygnus common/Makefile
141
142 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
143         cd $(top_builddir) \
144           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
145
146
147 mostlyclean-noinstLIBRARIES:
148
149 clean-noinstLIBRARIES:
150         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
151
152 distclean-noinstLIBRARIES:
153
154 maintainer-clean-noinstLIBRARIES:
155
156 .c.o:
157         $(COMPILE) -c $<
158
159 .s.o:
160         $(COMPILE) -c $<
161
162 .S.o:
163         $(COMPILE) -c $<
164
165 mostlyclean-compile:
166         -rm -f *.o core *.core
167
168 clean-compile:
169
170 distclean-compile:
171         -rm -f *.tab.c
172
173 maintainer-clean-compile:
174
175 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
176         -rm -f lib.a
177         $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
178         $(RANLIB) lib.a
179
180 tags: TAGS
181
182 ID: $(HEADERS) $(SOURCES) $(LISP)
183         here=`pwd` && cd $(srcdir) \
184           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
185
186 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
187         tags=; \
188         here=`pwd`; \
189         list='$(SOURCES) $(HEADERS)'; \
190         unique=`for i in $$list; do echo $$i; done | \
191           awk '    { files[$$0] = 1; } \
192                END { for (i in files) print i; }'`; \
193         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
194           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
195
196 mostlyclean-tags:
197
198 clean-tags:
199
200 distclean-tags:
201         -rm -f TAGS ID
202
203 maintainer-clean-tags:
204
205 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
206
207 subdir = common
208
209 distdir: $(DISTFILES)
210         @for file in $(DISTFILES); do \
211           if test -f $$file; then d=.; else d=$(srcdir); fi; \
212           test -f $(distdir)/$$file \
213           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
214           || cp -p $$d/$$file $(distdir)/$$file; \
215         done
216 info:
217 dvi:
218 check:
219 installcheck:
220 install-info:
221 install-exec: 
222         @$(NORMAL_INSTALL)
223
224 install-data: 
225         @$(NORMAL_INSTALL)
226
227 install: install-exec install-data all
228         @:
229
230 uninstall: 
231
232 install-strip:
233         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
234 installdirs:
235
236
237 mostlyclean-generic:
238
239 clean-generic:
240         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
241
242 distclean-generic:
243         -rm -f Makefile $(CONFIG_CLEAN_FILES)
244         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
245
246 maintainer-clean-generic:
247 mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
248                 mostlyclean-tags mostlyclean-generic
249
250 clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
251                 mostlyclean
252
253 distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
254                 distclean-generic clean
255         -rm -f config.status
256
257 maintainer-clean:  maintainer-clean-noinstLIBRARIES \
258                 maintainer-clean-compile maintainer-clean-tags \
259                 maintainer-clean-generic distclean
260         @echo "This command is intended for maintainers to use;"
261         @echo "it deletes files that may require special tools to rebuild."
262
263 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
264 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
265 mostlyclean-compile distclean-compile clean-compile \
266 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
267 clean-tags maintainer-clean-tags distdir info dvi installcheck \
268 install-info install-exec install-data install uninstall all \
269 installdirs mostlyclean-generic distclean-generic clean-generic \
270 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
271
272
273 .c.def:
274         $(CHEW) < $< > $*.def 2> $*.ref
275         touch stmp-def
276
277 doc: $(chobj)
278         cat $(srcdir)/common.tex >> $(TARGETDOC)
279
280 # Texinfo does not appear to support underscores in file names, so we
281 # name the .def files without underscores.
282
283 smodf.def: s_modf.c
284         $(CHEW) < $(srcdir)/s_modf.c >$@ 2>/dev/null
285         touch stmp-def
286
287 scopysign.def: s_copysign.c
288         $(CHEW) < $(srcdir)/s_copysign.c >$@ 2>/dev/null
289         touch stmp-def
290
291 sscalbn.def: s_scalbn.c
292         $(CHEW) < $(srcdir)/s_scalbn.c >$@ 2>/dev/null
293         touch stmp-def
294
295 scbrt.def: s_cbrt.c
296         $(CHEW) < $(srcdir)/s_cbrt.c >$@ 2>/dev/null
297         touch stmp-def
298
299 serf.def: s_erf.c
300         $(CHEW) < $(srcdir)/s_serf.c >$@ 2>/dev/null
301         touch stmp-def
302
303 sexpn.def: s_expm.c
304         $(CHEW) < $(srcdir)/s_expn.c >$@ 2>/dev/null
305         touch stmp-def
306
307 sexpm1.def: s_expm1.c
308         $(CHEW) < $(srcdir)/s_expm1.c >$@ 2>/dev/null
309         touch stmp-def
310
311 silogb.def: s_ilogb.c
312         $(CHEW) < $(srcdir)/s_ilogb.c >$@ 2>/dev/null
313         touch stmp-def
314
315 sinfinity.def: s_infinity.c
316         $(CHEW) < $(srcdir)/s_infinity.c >$@ 2>/dev/null
317         touch stmp-def
318
319 slog1p.def: s_log1p.c
320         $(CHEW) < $(srcdir)/s_log1p.c >$@ 2>/dev/null
321         touch stmp-def
322
323 smatherr.def: s_matherr.c
324         $(CHEW) < $(srcdir)/s_matherr.c >$@ 2>/dev/null
325         touch stmp-def
326
327 snan.def: s_nan.c
328         $(CHEW) < $(srcdir)/s_nan.c >$@ 2>/dev/null
329         touch stmp-def
330
331 snextafter.def: s_nextafter.c
332         $(CHEW) < $(srcdir)/s_nextafter.c >$@ 2>/dev/null
333         touch stmp-def
334
335 # A partial dependency list.
336
337 $(lib_a_OBJECTS): $(srcdir)/../../libc/include/math.h fdlibm.h
338
339 # Tell versions [3.59,3.63) of GNU make to not export all variables.
340 # Otherwise a system limit (for SysV at least) may be exceeded.
341 .NOEXPORT: