OSDN Git Service

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