OSDN Git Service

2000-10-10 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / libmath / Makefile.in
1 # 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 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@ $(AM_INSTALL_PROGRAM_FLAGS)
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 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 CC = @CC@
69 CPP = @CPP@
70 CSHADOWFLAGS = @CSHADOWFLAGS@
71 CXX = @CXX@
72 CXXCPP = @CXXCPP@
73 DEBUG_FLAGS = @DEBUG_FLAGS@
74 DLLTOOL = @DLLTOOL@
75 EXEEXT = @EXEEXT@
76 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
77 GCC_OBJDIR = @GCC_OBJDIR@
78 GCJ = @GCJ@
79 GCJFLAGS = @GCJFLAGS@
80 GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
81 GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
82 LIBMATHOBJS = @LIBMATHOBJS@
83 LIBSTRINGOBJS = @LIBSTRINGOBJS@
84 LIBTOOL = @LIBTOOL@
85 LN_S = @LN_S@
86 MAINT = @MAINT@
87 MAKEINFO = @MAKEINFO@
88 OBJDUMP = @OBJDUMP@
89 OBJEXT = @OBJEXT@
90 OPT_LDFLAGS = @OPT_LDFLAGS@
91 PACKAGE = @PACKAGE@
92 RANLIB = @RANLIB@
93 SECTION_FLAGS = @SECTION_FLAGS@
94 SECTION_LDFLAGS = @SECTION_LDFLAGS@
95 STRIP = @STRIP@
96 USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
97 VERSION = @VERSION@
98 WERROR = @WERROR@
99 WFMT_FLAGS = @WFMT_FLAGS@
100 glibcpp_basedir = @glibcpp_basedir@
101 ifGNUmake = @ifGNUmake@
102 libinst_wstring_la = @libinst_wstring_la@
103
104 AUTOMAKE_OPTIONS = 1.3 cygnus
105
106 noinst_LTLIBRARIES = libmath.la
107
108 EXTRA_LONG_DOUBLE_yes =         ccosl.c cexpl.c c_logl.c clog10l.c cpowl.c csinhl.c     csqrtl.c ctanhl.c ctanl.c cargl.c hypotl.c      signbitl.c cabsl.c 
109
110
111 EXTRA_DIST =    ccos.c ccosf.c ccosh.c ccoshf.c ccoshl.c        cexp.c cexpf.c c_log.c c_logf.c  clog10.c clog10f.c     cpow.c cpowf.c csin.c csinf.c csinh.c csinhf.c  csinl.c csqrt.c csqrtf.c  ctan.c ctanf.c ctanh.c        ctanhf.c  carg.c cargf.c hypot.c hypotf.c       atan2f.c expf.c         $(EXTRA_LONG_DOUBLE_yes) 
112
113
114 libmath_la_LIBADD =     @LIBMATHOBJS@   $(EXTRA_LONG_DOUBLE_$(USE_COMPLEX_LONG_DOUBLE)) 
115
116
117 libmath_la_DEPENDENCIES = $(libmath_la_LIBADD)
118
119 libmath_la_SOURCES =    signbit.c signbitf.c cabs.c cabsf.c 
120
121
122 LINK = $(LIBTOOL) --mode=link "$(CCLD)" $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
123
124 INCLUDES = -I$(GLIBCPP_INCLUDES) $(TOPLEVEL_INCLUDES)
125 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
126 CONFIG_HEADER = ../config.h
127 CONFIG_CLEAN_FILES = 
128 LTLIBRARIES =  $(noinst_LTLIBRARIES)
129
130
131 DEFS = @DEFS@ -I. -I$(srcdir) -I..
132 CPPFLAGS = @CPPFLAGS@
133 LDFLAGS = @LDFLAGS@
134 LIBS = @LIBS@
135 libmath_la_LDFLAGS = 
136 libmath_la_OBJECTS =  signbit.lo signbitf.lo cabs.lo cabsf.lo
137 CFLAGS = @CFLAGS@
138 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
139 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
140 CCLD = $(CC)
141 DIST_COMMON =  Makefile.am Makefile.in
142
143
144 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
145
146 TAR = gtar
147 GZIP_ENV = --best
148 SOURCES = $(libmath_la_SOURCES)
149 OBJECTS = $(libmath_la_OBJECTS)
150
151 all: all-redirect
152 .SUFFIXES:
153 .SUFFIXES: .S .c .lo .o .obj .s
154 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
155         cd $(top_srcdir) && $(AUTOMAKE) --cygnus libmath/Makefile
156
157 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
158         cd $(top_builddir) \
159           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
160
161
162 mostlyclean-noinstLTLIBRARIES:
163
164 clean-noinstLTLIBRARIES:
165         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
166
167 distclean-noinstLTLIBRARIES:
168
169 maintainer-clean-noinstLTLIBRARIES:
170
171 .c.o:
172         $(COMPILE) -c $<
173
174 # FIXME: We should only use cygpath when building on Windows,
175 # and only if it is available.
176 .c.obj:
177         $(COMPILE) -c `cygpath -w $<`
178
179 .s.o:
180         $(COMPILE) -c $<
181
182 .S.o:
183         $(COMPILE) -c $<
184
185 mostlyclean-compile:
186         -rm -f *.o core *.core
187         -rm -f *.$(OBJEXT)
188
189 clean-compile:
190
191 distclean-compile:
192         -rm -f *.tab.c
193
194 maintainer-clean-compile:
195
196 .c.lo:
197         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
198
199 .s.lo:
200         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
201
202 .S.lo:
203         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
204
205 mostlyclean-libtool:
206         -rm -f *.lo
207
208 clean-libtool:
209         -rm -rf .libs _libs
210
211 distclean-libtool:
212
213 maintainer-clean-libtool:
214
215 libmath.la: $(libmath_la_OBJECTS) $(libmath_la_DEPENDENCIES)
216         $(LINK)  $(libmath_la_LDFLAGS) $(libmath_la_OBJECTS) $(libmath_la_LIBADD) $(LIBS)
217
218 tags: TAGS
219
220 ID: $(HEADERS) $(SOURCES) $(LISP)
221         list='$(SOURCES) $(HEADERS)'; \
222         unique=`for i in $$list; do echo $$i; done | \
223           awk '    { files[$$0] = 1; } \
224                END { for (i in files) print i; }'`; \
225         here=`pwd` && cd $(srcdir) \
226           && mkid -f$$here/ID $$unique $(LISP)
227
228 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
229         tags=; \
230         here=`pwd`; \
231         list='$(SOURCES) $(HEADERS)'; \
232         unique=`for i in $$list; do echo $$i; done | \
233           awk '    { files[$$0] = 1; } \
234                END { for (i in files) print i; }'`; \
235         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
236           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
237
238 mostlyclean-tags:
239
240 clean-tags:
241
242 distclean-tags:
243         -rm -f TAGS ID
244
245 maintainer-clean-tags:
246
247 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
248
249 subdir = libmath
250
251 distdir: $(DISTFILES)
252         @for file in $(DISTFILES); do \
253           if test -f $$file; then d=.; else d=$(srcdir); fi; \
254           if test -d $$d/$$file; then \
255             cp -pr $$d/$$file $(distdir)/$$file; \
256           else \
257             test -f $(distdir)/$$file \
258             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
259             || cp -p $$d/$$file $(distdir)/$$file || :; \
260           fi; \
261         done
262 info-am:
263 info: info-am
264 dvi-am:
265 dvi: dvi-am
266 check-am:
267 check: check-am
268 installcheck-am:
269 installcheck: installcheck-am
270 install-info-am: 
271 install-info: install-info-am
272 install-exec-am:
273 install-exec: install-exec-am
274
275 install-data-am:
276 install-data: install-data-am
277
278 install-am: all-am
279         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
280 install: install-am
281 uninstall-am:
282 uninstall: uninstall-am
283 all-am: Makefile $(LTLIBRARIES)
284 all-redirect: all-am
285 install-strip:
286         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
287 installdirs:
288
289
290 mostlyclean-generic:
291
292 clean-generic:
293
294 distclean-generic:
295         -rm -f Makefile $(CONFIG_CLEAN_FILES)
296         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
297
298 maintainer-clean-generic:
299 mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
300                 mostlyclean-libtool mostlyclean-tags \
301                 mostlyclean-generic
302
303 mostlyclean: mostlyclean-am
304
305 clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
306                 clean-tags clean-generic mostlyclean-am
307
308 clean: clean-am
309
310 distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
311                 distclean-libtool distclean-tags distclean-generic \
312                 clean-am
313         -rm -f libtool
314
315 distclean: distclean-am
316
317 maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
318                 maintainer-clean-compile maintainer-clean-libtool \
319                 maintainer-clean-tags maintainer-clean-generic \
320                 distclean-am
321         @echo "This command is intended for maintainers to use;"
322         @echo "it deletes files that may require special tools to rebuild."
323
324 maintainer-clean: maintainer-clean-am
325
326 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
327 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
328 mostlyclean-compile distclean-compile clean-compile \
329 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
330 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
331 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
332 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
333 install-info install-exec-am install-exec install-data-am install-data \
334 install-am install uninstall-am uninstall all-redirect all-am all \
335 installdirs mostlyclean-generic distclean-generic clean-generic \
336 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
337
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: