OSDN Git Service

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