]> gcc.gnu.org Git - gcc.git/blame - libstdc++-v3/libmath/Makefile.in
Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove cabsl.c
[gcc.git] / libstdc++-v3 / libmath / Makefile.in
CommitLineData
5ce24954
BK
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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AR = @AR@
67AS = @AS@
68CC = @CC@
69CPP = @CPP@
e466dc8a 70CSHADOW_FLAGS = @CSHADOW_FLAGS@
5ce24954
BK
71CXX = @CXX@
72CXXCPP = @CXXCPP@
de9aefe0 73CXX_libstdcxx = @CXX_libstdcxx@
5ce24954
BK
74DEBUG_FLAGS = @DEBUG_FLAGS@
75DLLTOOL = @DLLTOOL@
76EXEEXT = @EXEEXT@
77EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
5ce24954
BK
78GCJ = @GCJ@
79GCJFLAGS = @GCJFLAGS@
80GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
81GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
82LIBMATHOBJS = @LIBMATHOBJS@
83LIBSTRINGOBJS = @LIBSTRINGOBJS@
84LIBTOOL = @LIBTOOL@
85LN_S = @LN_S@
86MAINT = @MAINT@
87MAKEINFO = @MAKEINFO@
88OBJDUMP = @OBJDUMP@
89OBJEXT = @OBJEXT@
e466dc8a 90OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
5ce24954
BK
91OPT_LDFLAGS = @OPT_LDFLAGS@
92PACKAGE = @PACKAGE@
93RANLIB = @RANLIB@
94SECTION_FLAGS = @SECTION_FLAGS@
95SECTION_LDFLAGS = @SECTION_LDFLAGS@
96STRIP = @STRIP@
5ce24954
BK
97USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
98VERSION = @VERSION@
e466dc8a 99WARN_FLAGS = @WARN_FLAGS@
5ce24954
BK
100WERROR = @WERROR@
101WFMT_FLAGS = @WFMT_FLAGS@
34791641
PE
102enable_shared = @enable_shared@
103enable_static = @enable_static@
1fd2f510 104gcc_version = @gcc_version@
5ce24954 105glibcpp_basedir = @glibcpp_basedir@
1fd2f510 106gxx_include_dir = @gxx_include_dir@
5ce24954
BK
107ifGNUmake = @ifGNUmake@
108libinst_wstring_la = @libinst_wstring_la@
c4d3f801 109libio_la = @libio_la@
1fd2f510 110libstdcxx_interface = @libstdcxx_interface@
5ce24954
BK
111
112AUTOMAKE_OPTIONS = 1.3 cygnus
113
114noinst_LTLIBRARIES = libmath.la
115
97c66a50
GDR
116EXTRA_LONG_DOUBLE_yes = \
117 ccosl.c cexpl.c c_logl.c clog10l.c cpowl.c csinhl.c \
118 csqrtl.c ctanhl.c ctanl.c cargl.c hypotl.c \
119 signbitl.c
5ce24954
BK
120
121
97c66a50
GDR
122EXTRA_DIST = \
123 ccos.c ccosf.c ccosh.c ccoshf.c ccoshl.c \
124 cexp.c cexpf.c c_log.c c_logf.c clog10.c clog10f.c \
125 cpow.c cpowf.c csin.c csinf.c csinh.c csinhf.c \
126 csinl.c csqrt.c csqrtf.c ctan.c ctanf.c ctanh.c \
127 ctanhf.c carg.c cargf.c hypot.c hypotf.c\
128 atan2f.c expf.c \
129 $(EXTRA_LONG_DOUBLE_yes)
5ce24954
BK
130
131
97c66a50
GDR
132libmath_la_LIBADD = \
133 @LIBMATHOBJS@ \
134 $(EXTRA_LONG_DOUBLE_$(USE_COMPLEX_LONG_DOUBLE))
5ce24954
BK
135
136
137libmath_la_DEPENDENCIES = $(libmath_la_LIBADD)
138
97c66a50
GDR
139libmath_la_SOURCES = \
140 signbit.c signbitf.c
5ce24954
BK
141
142
143LINK = $(LIBTOOL) --mode=link "$(CCLD)" $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
144
e466dc8a
BK
145# Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
146GLIBCPP_INCLUDE_DIR = @GLIBCPP_INCLUDE_DIR@
147C_INCLUDE_DIR = @C_INCLUDE_DIR@
148TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
149LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
150LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
151LIBIO_INCLUDES = @LIBIO_INCLUDES@
152CSHADOW_INCLUDES = @CSHADOW_INCLUDES@
153
97c66a50
GDR
154INCLUDES = \
155 -I$(GLIBCPP_INCLUDE_DIR) -I$(top_builddir)/include \
156 $(TOPLEVEL_INCLUDES)
5e53dba6 157
5ce24954
BK
158mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
159CONFIG_HEADER = ../config.h
160CONFIG_CLEAN_FILES =
161LTLIBRARIES = $(noinst_LTLIBRARIES)
162
163
164DEFS = @DEFS@ -I. -I$(srcdir) -I..
165CPPFLAGS = @CPPFLAGS@
166LDFLAGS = @LDFLAGS@
167LIBS = @LIBS@
168libmath_la_LDFLAGS =
b4b2a487 169libmath_la_OBJECTS = signbit.lo signbitf.lo
5ce24954
BK
170CFLAGS = @CFLAGS@
171COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
172LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
173CCLD = $(CC)
174DIST_COMMON = Makefile.am Makefile.in
175
176
177DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
178
e26cb7ab 179TAR = gtar
5ce24954
BK
180GZIP_ENV = --best
181SOURCES = $(libmath_la_SOURCES)
182OBJECTS = $(libmath_la_OBJECTS)
183
184all: all-redirect
185.SUFFIXES:
186.SUFFIXES: .S .c .lo .o .obj .s
187$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
188 cd $(top_srcdir) && $(AUTOMAKE) --cygnus libmath/Makefile
189
190Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
191 cd $(top_builddir) \
192 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
193
194
195mostlyclean-noinstLTLIBRARIES:
196
197clean-noinstLTLIBRARIES:
198 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
199
200distclean-noinstLTLIBRARIES:
201
202maintainer-clean-noinstLTLIBRARIES:
203
204.c.o:
205 $(COMPILE) -c $<
206
207# FIXME: We should only use cygpath when building on Windows,
208# and only if it is available.
209.c.obj:
210 $(COMPILE) -c `cygpath -w $<`
211
212.s.o:
213 $(COMPILE) -c $<
214
215.S.o:
216 $(COMPILE) -c $<
217
218mostlyclean-compile:
219 -rm -f *.o core *.core
220 -rm -f *.$(OBJEXT)
221
222clean-compile:
223
224distclean-compile:
225 -rm -f *.tab.c
226
227maintainer-clean-compile:
228
229.c.lo:
230 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
231
232.s.lo:
233 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
234
235.S.lo:
236 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
237
238mostlyclean-libtool:
239 -rm -f *.lo
240
241clean-libtool:
242 -rm -rf .libs _libs
243
244distclean-libtool:
245
246maintainer-clean-libtool:
247
248libmath.la: $(libmath_la_OBJECTS) $(libmath_la_DEPENDENCIES)
249 $(LINK) $(libmath_la_LDFLAGS) $(libmath_la_OBJECTS) $(libmath_la_LIBADD) $(LIBS)
250
251tags: TAGS
252
253ID: $(HEADERS) $(SOURCES) $(LISP)
254 list='$(SOURCES) $(HEADERS)'; \
255 unique=`for i in $$list; do echo $$i; done | \
256 awk ' { files[$$0] = 1; } \
257 END { for (i in files) print i; }'`; \
258 here=`pwd` && cd $(srcdir) \
259 && mkid -f$$here/ID $$unique $(LISP)
260
261TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
262 tags=; \
263 here=`pwd`; \
264 list='$(SOURCES) $(HEADERS)'; \
265 unique=`for i in $$list; do echo $$i; done | \
266 awk ' { files[$$0] = 1; } \
267 END { for (i in files) print i; }'`; \
268 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
269 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
270
271mostlyclean-tags:
272
273clean-tags:
274
275distclean-tags:
276 -rm -f TAGS ID
277
278maintainer-clean-tags:
279
280distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
281
282subdir = libmath
283
284distdir: $(DISTFILES)
285 @for file in $(DISTFILES); do \
286 if test -f $$file; then d=.; else d=$(srcdir); fi; \
287 if test -d $$d/$$file; then \
e26cb7ab 288 cp -pr $$d/$$file $(distdir)/$$file; \
5ce24954
BK
289 else \
290 test -f $(distdir)/$$file \
291 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
292 || cp -p $$d/$$file $(distdir)/$$file || :; \
293 fi; \
294 done
295info-am:
296info: info-am
297dvi-am:
298dvi: dvi-am
299check-am:
300check: check-am
301installcheck-am:
302installcheck: installcheck-am
303install-info-am:
304install-info: install-info-am
305install-exec-am:
306install-exec: install-exec-am
307
308install-data-am:
309install-data: install-data-am
310
311install-am: all-am
312 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
313install: install-am
314uninstall-am:
315uninstall: uninstall-am
316all-am: Makefile $(LTLIBRARIES)
317all-redirect: all-am
318install-strip:
319 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
320installdirs:
321
322
323mostlyclean-generic:
324
325clean-generic:
326
327distclean-generic:
328 -rm -f Makefile $(CONFIG_CLEAN_FILES)
329 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
330
331maintainer-clean-generic:
332mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
333 mostlyclean-libtool mostlyclean-tags \
334 mostlyclean-generic
335
336mostlyclean: mostlyclean-am
337
338clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
339 clean-tags clean-generic mostlyclean-am
340
341clean: clean-am
342
343distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
344 distclean-libtool distclean-tags distclean-generic \
345 clean-am
346 -rm -f libtool
347
348distclean: distclean-am
349
350maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
351 maintainer-clean-compile maintainer-clean-libtool \
352 maintainer-clean-tags maintainer-clean-generic \
353 distclean-am
354 @echo "This command is intended for maintainers to use;"
355 @echo "it deletes files that may require special tools to rebuild."
356
357maintainer-clean: maintainer-clean-am
358
359.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
360clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
361mostlyclean-compile distclean-compile clean-compile \
362maintainer-clean-compile mostlyclean-libtool distclean-libtool \
363clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
364distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
365dvi-am dvi check check-am installcheck-am installcheck install-info-am \
366install-info install-exec-am install-exec install-data-am install-data \
367install-am install uninstall-am uninstall all-redirect all-am all \
368installdirs mostlyclean-generic distclean-generic clean-generic \
369maintainer-clean-generic clean mostlyclean distclean maintainer-clean
370
371
372# Tell versions [3.59,3.63) of GNU make to not export all variables.
373# Otherwise a system limit (for SysV at least) may be exceeded.
374.NOEXPORT:
This page took 0.083639 seconds and 5 git commands to generate.