OSDN Git Service

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