* config/avr/avr.md ("mcu_enhanced"): New attribute.
[official-gcc.git] / libstdc++-v3 / math / Makefile.in
blobbde07b90859b9ef46c3185a436c7f2b4a02c9050
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
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
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
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@
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 GCJ = @GCJ@
80 GCJFLAGS = @GCJFLAGS@
81 GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
82 GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
83 LIBMATHOBJS = @LIBMATHOBJS@
84 LIBSTRINGOBJS = @LIBSTRINGOBJS@
85 LIBTOOL = @LIBTOOL@
86 LN_S = @LN_S@
87 MAINT = @MAINT@
88 MAKEINFO = @MAKEINFO@
89 OBJDUMP = @OBJDUMP@
90 OBJEXT = @OBJEXT@
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 THREADDEPS = @THREADDEPS@
98 THREADINCS = @THREADINCS@
99 THREADLIBS = @THREADLIBS@
100 THREADOBJS = @THREADOBJS@
101 THREADSPEC = @THREADSPEC@
102 USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
103 VERSION = @VERSION@
104 WERROR = @WERROR@
105 WFMT_FLAGS = @WFMT_FLAGS@
106 cpu_include_dir = @cpu_include_dir@
107 ctype_include_dir = @ctype_include_dir@
108 glibcpp_basedir = @glibcpp_basedir@
109 ifGNUmake = @ifGNUmake@
110 libinst_wstring_la = @libinst_wstring_la@
112 AUTOMAKE_OPTIONS = 1.3 cygnus
114 noinst_LTLIBRARIES = libmath.la
116 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
119 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)
122 libmath_la_LIBADD = @LIBMATHOBJS@ $(EXTRA_LONG_DOUBLE_$(USE_COMPLEX_LONG_DOUBLE))
125 libmath_la_DEPENDENCIES = $(libmath_la_LIBADD)
127 libmath_la_SOURCES = signbit.c signbitf.c cabs.c cabsf.c
130 LINK = $(LIBTOOL) --mode=link "$(CCLD)" $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
132 TOPLEVEL_INCLUDES = -I$(includedir)
133 INCLUDES = -I.. $(TOPLEVEL_INCLUDES)
134 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
135 CONFIG_HEADER = ../config.h
136 CONFIG_CLEAN_FILES =
137 LTLIBRARIES = $(noinst_LTLIBRARIES)
140 DEFS = @DEFS@ -I. -I$(srcdir) -I..
141 CPPFLAGS = @CPPFLAGS@
142 LDFLAGS = @LDFLAGS@
143 LIBS = @LIBS@
144 libmath_la_LDFLAGS =
145 libmath_la_OBJECTS = signbit.lo signbitf.lo cabs.lo cabsf.lo
146 CFLAGS = @CFLAGS@
147 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
148 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
149 CCLD = $(CC)
150 DIST_COMMON = Makefile.am Makefile.in
153 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
155 TAR = gtar
156 GZIP_ENV = --best
157 SOURCES = $(libmath_la_SOURCES)
158 OBJECTS = $(libmath_la_OBJECTS)
160 all: all-redirect
161 .SUFFIXES:
162 .SUFFIXES: .S .c .lo .o .obj .s
163 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
164 cd $(top_srcdir) && $(AUTOMAKE) --cygnus math/Makefile
166 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
167 cd $(top_builddir) \
168 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
171 mostlyclean-noinstLTLIBRARIES:
173 clean-noinstLTLIBRARIES:
174 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
176 distclean-noinstLTLIBRARIES:
178 maintainer-clean-noinstLTLIBRARIES:
180 .c.o:
181 $(COMPILE) -c $<
183 # FIXME: We should only use cygpath when building on Windows,
184 # and only if it is available.
185 .c.obj:
186 $(COMPILE) -c `cygpath -w $<`
188 .s.o:
189 $(COMPILE) -c $<
191 .S.o:
192 $(COMPILE) -c $<
194 mostlyclean-compile:
195 -rm -f *.o core *.core
196 -rm -f *.$(OBJEXT)
198 clean-compile:
200 distclean-compile:
201 -rm -f *.tab.c
203 maintainer-clean-compile:
205 .c.lo:
206 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
208 .s.lo:
209 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
211 .S.lo:
212 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
214 mostlyclean-libtool:
215 -rm -f *.lo
217 clean-libtool:
218 -rm -rf .libs _libs
220 distclean-libtool:
222 maintainer-clean-libtool:
224 libmath.la: $(libmath_la_OBJECTS) $(libmath_la_DEPENDENCIES)
225 $(LINK) $(libmath_la_LDFLAGS) $(libmath_la_OBJECTS) $(libmath_la_LIBADD) $(LIBS)
227 tags: TAGS
229 ID: $(HEADERS) $(SOURCES) $(LISP)
230 list='$(SOURCES) $(HEADERS)'; \
231 unique=`for i in $$list; do echo $$i; done | \
232 awk ' { files[$$0] = 1; } \
233 END { for (i in files) print i; }'`; \
234 here=`pwd` && cd $(srcdir) \
235 && mkid -f$$here/ID $$unique $(LISP)
237 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
238 tags=; \
239 here=`pwd`; \
240 list='$(SOURCES) $(HEADERS)'; \
241 unique=`for i in $$list; do echo $$i; done | \
242 awk ' { files[$$0] = 1; } \
243 END { for (i in files) print i; }'`; \
244 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
245 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
247 mostlyclean-tags:
249 clean-tags:
251 distclean-tags:
252 -rm -f TAGS ID
254 maintainer-clean-tags:
256 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
258 subdir = math
260 distdir: $(DISTFILES)
261 @for file in $(DISTFILES); do \
262 if test -f $$file; then d=.; else d=$(srcdir); fi; \
263 if test -d $$d/$$file; then \
264 cp -pr $$d/$$file $(distdir)/$$file; \
265 else \
266 test -f $(distdir)/$$file \
267 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
268 || cp -p $$d/$$file $(distdir)/$$file || :; \
269 fi; \
270 done
271 info-am:
272 info: info-am
273 dvi-am:
274 dvi: dvi-am
275 check-am:
276 check: check-am
277 installcheck-am:
278 installcheck: installcheck-am
279 install-info-am:
280 install-info: install-info-am
281 install-exec-am:
282 install-exec: install-exec-am
284 install-data-am:
285 install-data: install-data-am
287 install-am: all-am
288 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
289 install: install-am
290 uninstall-am:
291 uninstall: uninstall-am
292 all-am: Makefile $(LTLIBRARIES)
293 all-redirect: all-am
294 install-strip:
295 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
296 installdirs:
299 mostlyclean-generic:
301 clean-generic:
303 distclean-generic:
304 -rm -f Makefile $(CONFIG_CLEAN_FILES)
305 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
307 maintainer-clean-generic:
308 mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
309 mostlyclean-libtool mostlyclean-tags \
310 mostlyclean-generic
312 mostlyclean: mostlyclean-am
314 clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
315 clean-tags clean-generic mostlyclean-am
317 clean: clean-am
319 distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
320 distclean-libtool distclean-tags distclean-generic \
321 clean-am
322 -rm -f libtool
324 distclean: distclean-am
326 maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
327 maintainer-clean-compile maintainer-clean-libtool \
328 maintainer-clean-tags maintainer-clean-generic \
329 distclean-am
330 @echo "This command is intended for maintainers to use;"
331 @echo "it deletes files that may require special tools to rebuild."
333 maintainer-clean: maintainer-clean-am
335 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
336 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
337 mostlyclean-compile distclean-compile clean-compile \
338 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
339 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
340 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
341 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
342 install-info install-exec-am install-exec install-data-am install-data \
343 install-am install uninstall-am uninstall all-redirect all-am all \
344 installdirs mostlyclean-generic distclean-generic clean-generic \
345 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
348 # Tell versions [3.59,3.63) of GNU make to not export all variables.
349 # Otherwise a system limit (for SysV at least) may be exceeded.
350 .NOEXPORT: