]> gcc.gnu.org Git - gcc.git/blob - libstdc++-v3/Makefile.in
re PR libstdc++/3377 (missing std::__cmath_power<double>(double,unsigned))
[gcc.git] / libstdc++-v3 / 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 C_INCLUDE_DIR = @C_INCLUDE_DIR@
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 GLIBCPP_INCLUDE_DIR = @GLIBCPP_INCLUDE_DIR@
82 LIBIO_INCLUDES = @LIBIO_INCLUDES@
83 LIBMATHOBJS = @LIBMATHOBJS@
84 LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
85 LIBSTRINGOBJS = @LIBSTRINGOBJS@
86 LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
87 LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
88 LIBTOOL = @LIBTOOL@
89 LN_S = @LN_S@
90 MAINT = @MAINT@
91 MAKEINFO = @MAKEINFO@
92 OBJDUMP = @OBJDUMP@
93 OBJEXT = @OBJEXT@
94 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
95 OPT_LDFLAGS = @OPT_LDFLAGS@
96 PACKAGE = @PACKAGE@
97 RANLIB = @RANLIB@
98 SECTION_FLAGS = @SECTION_FLAGS@
99 SECTION_LDFLAGS = @SECTION_LDFLAGS@
100 STRIP = @STRIP@
101 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
102 USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
103 VERSION = @VERSION@
104 WARN_FLAGS = @WARN_FLAGS@
105 WERROR = @WERROR@
106 enable_shared = @enable_shared@
107 enable_static = @enable_static@
108 glibcpp_CXX = @glibcpp_CXX@
109 glibcpp_basedir = @glibcpp_basedir@
110 glibcpp_builddir = @glibcpp_builddir@
111 glibcpp_prefixdir = @glibcpp_prefixdir@
112 glibcpp_srcdir = @glibcpp_srcdir@
113 glibcpp_toolexecdir = @glibcpp_toolexecdir@
114 glibcpp_toolexeclibdir = @glibcpp_toolexeclibdir@
115 gxx_include_dir = @gxx_include_dir@
116 ifGNUmake = @ifGNUmake@
117 libio_la = @libio_la@
118 toplevel_srcdir = @toplevel_srcdir@
119
120 AUTOMAKE_OPTIONS = 1.3 cygnus
121 MAINT_CHARSET = latin1
122
123 SUBDIRS = libio libmath libsupc++ src testsuite
124
125 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
126
127 # Multilib support.
128 MAKEOVERRIDES =
129
130 # Multilib variables.
131 MULTISRCTOP =
132 MULTIBUILDTOP =
133 MULTIDIRS =
134 MULTISUBDIR =
135 MULTIDO = true
136 MULTICLEAN = true
137
138 # Work around what appears to be a GNU make bug handling MAKEFLAGS
139 # values defined in terms of make variables, as is the case for CC and
140 # friends when we are called from the top level Makefile.
141 AM_MAKEFLAGS = \
142 "AR_FLAGS=$(AR_FLAGS)" \
143 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
144 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
145 "CFLAGS=$(CFLAGS)" \
146 "CXXFLAGS=$(CXXFLAGS)" \
147 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
148 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
149 "INSTALL=$(INSTALL)" \
150 "INSTALL_DATA=$(INSTALL_DATA)" \
151 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
152 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
153 "LDFLAGS=$(LDFLAGS)" \
154 "LIBCFLAGS=$(LIBCFLAGS)" \
155 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
156 "MAKE=$(MAKE)" \
157 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
158 "PICFLAG=$(PICFLAG)" \
159 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
160 "SHELL=$(SHELL)" \
161 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
162 "exec_prefix=$(exec_prefix)" \
163 "infodir=$(infodir)" \
164 "libdir=$(libdir)" \
165 "includedir=$(includedir)" \
166 "prefix=$(prefix)" \
167 "tooldir=$(tooldir)" \
168 "AR=$(AR)" \
169 "AS=$(AS)" \
170 "LD=$(LD)" \
171 "LIBCFLAGS=$(LIBCFLAGS)" \
172 "PICFLAG=$(PICFLAG)" \
173 "RANLIB=$(RANLIB)" \
174 "NM=$(NM)" \
175 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
176 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
177 "DESTDIR=$(DESTDIR)" \
178 "WERROR=$(WERROR)"
179
180 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
181 CONFIG_HEADER = config.h
182 CONFIG_CLEAN_FILES = mkcheck testsuite_flags
183 DIST_COMMON = README ./stamp-h.in ChangeLog Makefile.am Makefile.in \
184 acconfig.h acinclude.m4 aclocal.m4 config.h.in configure configure.in \
185 mkcheck.in testsuite_flags.in
186
187
188 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
189
190 TAR = gtar
191 GZIP_ENV = --best
192 all: all-redirect
193 .SUFFIXES:
194 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
195 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
196
197 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
198 cd $(top_builddir) \
199 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
200
201 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
202 cd $(srcdir) && $(ACLOCAL)
203
204 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
205 $(SHELL) ./config.status --recheck
206 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
207 cd $(srcdir) && $(AUTOCONF)
208
209 config.h: stamp-h
210 @if test ! -f $@; then \
211 rm -f stamp-h; \
212 $(MAKE) stamp-h; \
213 else :; fi
214 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
215 cd $(top_builddir) \
216 && CONFIG_FILES= CONFIG_HEADERS=config.h \
217 $(SHELL) ./config.status
218 @echo timestamp > stamp-h 2> /dev/null
219 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
220 @if test ! -f $@; then \
221 rm -f $(srcdir)/stamp-h.in; \
222 $(MAKE) $(srcdir)/stamp-h.in; \
223 else :; fi
224 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
225 cd $(top_srcdir) && $(AUTOHEADER)
226 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
227
228 mostlyclean-hdr:
229
230 clean-hdr:
231
232 distclean-hdr:
233 -rm -f config.h
234
235 maintainer-clean-hdr:
236 mkcheck: $(top_builddir)/config.status mkcheck.in
237 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
238 testsuite_flags: $(top_builddir)/config.status testsuite_flags.in
239 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
240
241 # This directory's subdirectories are mostly independent; you can cd
242 # into them and run `make' without going through this Makefile.
243 # To change the values of `make' variables: instead of editing Makefiles,
244 # (1) if the variable is set in `config.status', edit `config.status'
245 # (which will cause the Makefiles to be regenerated when you run `make');
246 # (2) otherwise, pass the desired values on the `make' command line.
247
248 @SET_MAKE@
249
250 all-recursive install-data-recursive install-exec-recursive \
251 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
252 check-recursive installcheck-recursive info-recursive dvi-recursive:
253 @set fnord $(MAKEFLAGS); amf=$$2; \
254 dot_seen=no; \
255 target=`echo $@ | sed s/-recursive//`; \
256 list='$(SUBDIRS)'; for subdir in $$list; do \
257 echo "Making $$target in $$subdir"; \
258 if test "$$subdir" = "."; then \
259 dot_seen=yes; \
260 local_target="$$target-am"; \
261 else \
262 local_target="$$target"; \
263 fi; \
264 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
265 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
266 done; \
267 if test "$$dot_seen" = "no"; then \
268 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
269 fi; test -z "$$fail"
270
271 mostlyclean-recursive clean-recursive distclean-recursive \
272 maintainer-clean-recursive:
273 @set fnord $(MAKEFLAGS); amf=$$2; \
274 dot_seen=no; \
275 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
276 rev="$$subdir $$rev"; \
277 test "$$subdir" = "." && dot_seen=yes; \
278 done; \
279 test "$$dot_seen" = "no" && rev=". $$rev"; \
280 target=`echo $@ | sed s/-recursive//`; \
281 for subdir in $$rev; do \
282 echo "Making $$target in $$subdir"; \
283 if test "$$subdir" = "."; then \
284 local_target="$$target-am"; \
285 else \
286 local_target="$$target"; \
287 fi; \
288 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
289 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
290 done && test -z "$$fail"
291 tags-recursive:
292 list='$(SUBDIRS)'; for subdir in $$list; do \
293 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
294 done
295
296 tags: TAGS
297
298 ID: $(HEADERS) $(SOURCES) $(LISP)
299 list='$(SOURCES) $(HEADERS)'; \
300 unique=`for i in $$list; do echo $$i; done | \
301 awk ' { files[$$0] = 1; } \
302 END { for (i in files) print i; }'`; \
303 here=`pwd` && cd $(srcdir) \
304 && mkid -f$$here/ID $$unique $(LISP)
305
306 mostlyclean-tags:
307
308 clean-tags:
309
310 distclean-tags:
311 -rm -f TAGS ID
312
313 maintainer-clean-tags:
314
315 distdir = $(PACKAGE)-$(VERSION)
316 top_distdir = $(distdir)
317
318 # This target untars the dist file and tries a VPATH configuration. Then
319 # it guarantees that the distribution is self-contained by making another
320 # tarfile.
321 distcheck: dist
322 -rm -rf $(distdir)
323 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
324 mkdir $(distdir)/=build
325 mkdir $(distdir)/=inst
326 dc_install_base=`cd $(distdir)/=inst && pwd`; \
327 cd $(distdir)/=build \
328 && ../configure --srcdir=.. --prefix=$$dc_install_base \
329 && $(MAKE) $(AM_MAKEFLAGS) \
330 && $(MAKE) $(AM_MAKEFLAGS) dvi \
331 && $(MAKE) $(AM_MAKEFLAGS) check \
332 && $(MAKE) $(AM_MAKEFLAGS) install \
333 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
334 && $(MAKE) $(AM_MAKEFLAGS) dist
335 -rm -rf $(distdir)
336 @banner="$(distdir).tar.gz is ready for distribution"; \
337 dashes=`echo "$$banner" | sed s/./=/g`; \
338 echo "$$dashes"; \
339 echo "$$banner"; \
340 echo "$$dashes"
341 dist: distdir
342 -chmod -R a+r $(distdir)
343 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
344 -rm -rf $(distdir)
345 dist-all: distdir
346 -chmod -R a+r $(distdir)
347 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
348 -rm -rf $(distdir)
349 distdir: $(DISTFILES)
350 -rm -rf $(distdir)
351 mkdir $(distdir)
352 -chmod 777 $(distdir)
353 @for file in $(DISTFILES); do \
354 if test -f $$file; then d=.; else d=$(srcdir); fi; \
355 if test -d $$d/$$file; then \
356 cp -pr $$d/$$file $(distdir)/$$file; \
357 else \
358 test -f $(distdir)/$$file \
359 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
360 || cp -p $$d/$$file $(distdir)/$$file || :; \
361 fi; \
362 done
363 for subdir in $(SUBDIRS); do \
364 if test "$$subdir" = .; then :; else \
365 test -d $(distdir)/$$subdir \
366 || mkdir $(distdir)/$$subdir \
367 || exit 1; \
368 chmod 777 $(distdir)/$$subdir; \
369 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
370 || exit 1; \
371 fi; \
372 done
373 info-am:
374 info: info-recursive
375 dvi-am:
376 dvi: dvi-recursive
377 check-am:
378 check: check-recursive
379 installcheck-am:
380 installcheck: installcheck-recursive
381 install-info-am:
382 install-info: install-info-recursive
383 all-recursive-am: config.h
384 $(MAKE) $(AM_MAKEFLAGS) all-recursive
385
386 install-exec-am:
387 install-exec: install-exec-recursive
388
389 install-data-am:
390 install-data: install-data-recursive
391
392 install-am: all-am
393 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
394 install: install-recursive
395 uninstall-am:
396 uninstall: uninstall-recursive
397 all-am: Makefile config.h
398 all-redirect: all-recursive-am
399 install-strip:
400 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
401 installdirs: installdirs-recursive
402 installdirs-am:
403
404
405 mostlyclean-generic:
406
407 clean-generic:
408
409 distclean-generic:
410 -rm -f Makefile $(CONFIG_CLEAN_FILES)
411 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
412
413 maintainer-clean-generic:
414 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
415
416 mostlyclean: mostlyclean-recursive
417
418 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
419
420 clean: clean-recursive
421
422 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
423 -rm -f libtool
424
425 distclean: distclean-recursive
426 -rm -f config.status
427
428 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
429 maintainer-clean-generic distclean-am
430 @echo "This command is intended for maintainers to use;"
431 @echo "it deletes files that may require special tools to rebuild."
432
433 maintainer-clean: maintainer-clean-recursive
434 -rm -f config.status
435
436 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
437 install-data-recursive uninstall-data-recursive install-exec-recursive \
438 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
439 all-recursive check-recursive installcheck-recursive info-recursive \
440 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
441 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
442 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
443 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
444 install-info all-recursive-am install-exec-am install-exec \
445 install-data-am install-data install-am install uninstall-am uninstall \
446 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
447 distclean-generic clean-generic maintainer-clean-generic clean \
448 mostlyclean distclean maintainer-clean
449
450
451 # These two special 'check-script' rules use the bash script 'mkcheck'
452 # to do testing. This script is not as portable as the dejagnu test
453 # harness, and is thus off by default. It does produce interesting
454 # output however, including various performance analysis items like
455 # compile time, execution time, and binary size.
456 check-script: $(top_builddir)/mkcheck
457 -(chmod + $(top_builddir)/mkcheck; \
458 test -d testsuite || (mkdir testsuite; chmod u+w testsuite); \
459 cd testsuite; \
460 @glibcpp_builddir@/mkcheck 0)
461
462 check-script-install: $(top_builddir)/mkcheck
463 -(chmod + $(top_builddir)/mkcheck; \
464 test -d testsuite || (mkdir testsuite; chmod u+w testsuite); \
465 cd testsuite; \
466 @glibcpp_builddir@/mkcheck 1)
467
468 # These two rules might seem messy, but are hella worth it.
469 doxygen:
470 -(srcdir=`cd ${top_srcdir}; pwd`; \
471 outdir=`pwd`; \
472 /bin/sh ${srcdir}/docs/doxygen/run_doxygen \
473 --mode=user $${srcdir} $${outdir})
474
475 doxygen-maint:
476 -(srcdir=`cd ${top_srcdir}; pwd`; \
477 outdir=`pwd`; \
478 ${srcdir}/docs/doxygen/run_doxygen --mode=maint $${srcdir} $${outdir})
479
480 .PHONY: doxygen doxygen-maint
481
482 # Multilib Makefile bits.
483 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
484 maintainer-clean-multi
485
486 all-am: all-multi
487 install-am: install-multi
488 mostlyclean-am: mostlyclean-multi
489 clean-am: clean-multi
490 distclean-am: distclean-multi
491 maintainer-clean-am: maintainer-clean-multi
492
493 all-multi:
494 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
495 install-multi:
496 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
497 mostlyclean-multi:
498 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
499 clean-multi:
500 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
501 distclean-multi:
502 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
503 maintainer-clean-multi:
504 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
505
506 # All the machinations with string instantiations messes up the
507 # automake-generated TAGS rule. Make a simple one here.
508 TAGS: tags-recursive $(LISP)
509
510 # Tell versions [3.59,3.63) of GNU make to not export all variables.
511 # Otherwise a system limit (for SysV at least) may be exceeded.
512 .NOEXPORT:
This page took 0.068564 seconds and 6 git commands to generate.