OSDN Git Service

2000-11-12 Brent Verner <brent@rcfile.org>
[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 CSHADOW_FLAGS = @CSHADOW_FLAGS@
71 CXX = @CXX@
72 CXXCPP = @CXXCPP@
73 CXX_libstdcxx = @CXX_libstdcxx@
74 DEBUG_FLAGS = @DEBUG_FLAGS@
75 DLLTOOL = @DLLTOOL@
76 EXEEXT = @EXEEXT@
77 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
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 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
91 OPT_LDFLAGS = @OPT_LDFLAGS@
92 PACKAGE = @PACKAGE@
93 RANLIB = @RANLIB@
94 SECTION_FLAGS = @SECTION_FLAGS@
95 SECTION_LDFLAGS = @SECTION_LDFLAGS@
96 STRIP = @STRIP@
97 USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
98 VERSION = @VERSION@
99 WARN_FLAGS = @WARN_FLAGS@
100 WERROR = @WERROR@
101 WFMT_FLAGS = @WFMT_FLAGS@
102 enable_shared = @enable_shared@
103 enable_static = @enable_static@
104 gcc_version = @gcc_version@
105 glibcpp_basedir = @glibcpp_basedir@
106 gxx_include_dir = @gxx_include_dir@
107 ifGNUmake = @ifGNUmake@
108 libinst_wstring_la = @libinst_wstring_la@
109 libstdcxx_interface = @libstdcxx_interface@
110
111 AUTOMAKE_OPTIONS = 1.3 cygnus
112
113 noinst_LTLIBRARIES = libmath.la
114
115 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 
116
117
118 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) 
119
120
121 libmath_la_LIBADD =     @LIBMATHOBJS@   $(EXTRA_LONG_DOUBLE_$(USE_COMPLEX_LONG_DOUBLE)) 
122
123
124 libmath_la_DEPENDENCIES = $(libmath_la_LIBADD)
125
126 libmath_la_SOURCES =    signbit.c signbitf.c
127
128
129 LINK = $(LIBTOOL) --mode=link "$(CCLD)" $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
130
131 # Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
132 GLIBCPP_INCLUDE_DIR = @GLIBCPP_INCLUDE_DIR@
133 C_INCLUDE_DIR = @C_INCLUDE_DIR@
134 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
135 LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
136 LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
137 LIBIO_INCLUDES = @LIBIO_INCLUDES@
138 CSHADOW_INCLUDES = @CSHADOW_INCLUDES@
139
140 INCLUDES =      -I$(GLIBCPP_INCLUDE_DIR) -I$(top_builddir)/include      $(TOPLEVEL_INCLUDES) 
141
142 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
143 CONFIG_HEADER = ../config.h
144 CONFIG_CLEAN_FILES = 
145 LTLIBRARIES =  $(noinst_LTLIBRARIES)
146
147
148 DEFS = @DEFS@ -I. -I$(srcdir) -I..
149 CPPFLAGS = @CPPFLAGS@
150 LDFLAGS = @LDFLAGS@
151 LIBS = @LIBS@
152 libmath_la_LDFLAGS = 
153 libmath_la_OBJECTS =  signbit.lo signbitf.lo
154 CFLAGS = @CFLAGS@
155 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
156 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
157 CCLD = $(CC)
158 DIST_COMMON =  Makefile.am Makefile.in
159
160
161 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
162
163 TAR = gtar
164 GZIP_ENV = --best
165 SOURCES = $(libmath_la_SOURCES)
166 OBJECTS = $(libmath_la_OBJECTS)
167
168 all: all-redirect
169 .SUFFIXES:
170 .SUFFIXES: .S .c .lo .o .obj .s
171 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
172         cd $(top_srcdir) && $(AUTOMAKE) --cygnus libmath/Makefile
173
174 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
175         cd $(top_builddir) \
176           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
177
178
179 mostlyclean-noinstLTLIBRARIES:
180
181 clean-noinstLTLIBRARIES:
182         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
183
184 distclean-noinstLTLIBRARIES:
185
186 maintainer-clean-noinstLTLIBRARIES:
187
188 .c.o:
189         $(COMPILE) -c $<
190
191 # FIXME: We should only use cygpath when building on Windows,
192 # and only if it is available.
193 .c.obj:
194         $(COMPILE) -c `cygpath -w $<`
195
196 .s.o:
197         $(COMPILE) -c $<
198
199 .S.o:
200         $(COMPILE) -c $<
201
202 mostlyclean-compile:
203         -rm -f *.o core *.core
204         -rm -f *.$(OBJEXT)
205
206 clean-compile:
207
208 distclean-compile:
209         -rm -f *.tab.c
210
211 maintainer-clean-compile:
212
213 .c.lo:
214         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
215
216 .s.lo:
217         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
218
219 .S.lo:
220         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
221
222 mostlyclean-libtool:
223         -rm -f *.lo
224
225 clean-libtool:
226         -rm -rf .libs _libs
227
228 distclean-libtool:
229
230 maintainer-clean-libtool:
231
232 libmath.la: $(libmath_la_OBJECTS) $(libmath_la_DEPENDENCIES)
233         $(LINK)  $(libmath_la_LDFLAGS) $(libmath_la_OBJECTS) $(libmath_la_LIBADD) $(LIBS)
234
235 tags: TAGS
236
237 ID: $(HEADERS) $(SOURCES) $(LISP)
238         list='$(SOURCES) $(HEADERS)'; \
239         unique=`for i in $$list; do echo $$i; done | \
240           awk '    { files[$$0] = 1; } \
241                END { for (i in files) print i; }'`; \
242         here=`pwd` && cd $(srcdir) \
243           && mkid -f$$here/ID $$unique $(LISP)
244
245 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
246         tags=; \
247         here=`pwd`; \
248         list='$(SOURCES) $(HEADERS)'; \
249         unique=`for i in $$list; do echo $$i; done | \
250           awk '    { files[$$0] = 1; } \
251                END { for (i in files) print i; }'`; \
252         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
253           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
254
255 mostlyclean-tags:
256
257 clean-tags:
258
259 distclean-tags:
260         -rm -f TAGS ID
261
262 maintainer-clean-tags:
263
264 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
265
266 subdir = libmath
267
268 distdir: $(DISTFILES)
269         @for file in $(DISTFILES); do \
270           if test -f $$file; then d=.; else d=$(srcdir); fi; \
271           if test -d $$d/$$file; then \
272             cp -pr $$d/$$file $(distdir)/$$file; \
273           else \
274             test -f $(distdir)/$$file \
275             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
276             || cp -p $$d/$$file $(distdir)/$$file || :; \
277           fi; \
278         done
279 info-am:
280 info: info-am
281 dvi-am:
282 dvi: dvi-am
283 check-am:
284 check: check-am
285 installcheck-am:
286 installcheck: installcheck-am
287 install-info-am: 
288 install-info: install-info-am
289 install-exec-am:
290 install-exec: install-exec-am
291
292 install-data-am:
293 install-data: install-data-am
294
295 install-am: all-am
296         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
297 install: install-am
298 uninstall-am:
299 uninstall: uninstall-am
300 all-am: Makefile $(LTLIBRARIES)
301 all-redirect: all-am
302 install-strip:
303         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
304 installdirs:
305
306
307 mostlyclean-generic:
308
309 clean-generic:
310
311 distclean-generic:
312         -rm -f Makefile $(CONFIG_CLEAN_FILES)
313         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
314
315 maintainer-clean-generic:
316 mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
317                 mostlyclean-libtool mostlyclean-tags \
318                 mostlyclean-generic
319
320 mostlyclean: mostlyclean-am
321
322 clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
323                 clean-tags clean-generic mostlyclean-am
324
325 clean: clean-am
326
327 distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
328                 distclean-libtool distclean-tags distclean-generic \
329                 clean-am
330         -rm -f libtool
331
332 distclean: distclean-am
333
334 maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
335                 maintainer-clean-compile maintainer-clean-libtool \
336                 maintainer-clean-tags maintainer-clean-generic \
337                 distclean-am
338         @echo "This command is intended for maintainers to use;"
339         @echo "it deletes files that may require special tools to rebuild."
340
341 maintainer-clean: maintainer-clean-am
342
343 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
344 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
345 mostlyclean-compile distclean-compile clean-compile \
346 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
347 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
348 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
349 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
350 install-info install-exec-am install-exec install-data-am install-data \
351 install-am install uninstall-am uninstall all-redirect all-am all \
352 installdirs mostlyclean-generic distclean-generic clean-generic \
353 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
354
355
356 # Tell versions [3.59,3.63) of GNU make to not export all variables.
357 # Otherwise a system limit (for SysV at least) may be exceeded.
358 .NOEXPORT: