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