]> gcc.gnu.org Git - gcc.git/blob - libstdc++-v3/Makefile.in
Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove cabsl.c
[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 CSHADOW_INCLUDES = @CSHADOW_INCLUDES@
72 CXX = @CXX@
73 CXXCPP = @CXXCPP@
74 CXX_libstdcxx = @CXX_libstdcxx@
75 C_INCLUDE_DIR = @C_INCLUDE_DIR@
76 DEBUG_FLAGS = @DEBUG_FLAGS@
77 DLLTOOL = @DLLTOOL@
78 EXEEXT = @EXEEXT@
79 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
80 GCJ = @GCJ@
81 GCJFLAGS = @GCJFLAGS@
82 GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
83 GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
84 GLIBCPP_INCLUDE_DIR = @GLIBCPP_INCLUDE_DIR@
85 LIBIO_INCLUDES = @LIBIO_INCLUDES@
86 LIBMATHOBJS = @LIBMATHOBJS@
87 LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
88 LIBSTRINGOBJS = @LIBSTRINGOBJS@
89 LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
90 LIBTOOL = @LIBTOOL@
91 LN_S = @LN_S@
92 MAINT = @MAINT@
93 MAKEINFO = @MAKEINFO@
94 OBJDUMP = @OBJDUMP@
95 OBJEXT = @OBJEXT@
96 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
97 OPT_LDFLAGS = @OPT_LDFLAGS@
98 PACKAGE = @PACKAGE@
99 RANLIB = @RANLIB@
100 SECTION_FLAGS = @SECTION_FLAGS@
101 SECTION_LDFLAGS = @SECTION_LDFLAGS@
102 STRIP = @STRIP@
103 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
104 USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
105 VERSION = @VERSION@
106 WARN_FLAGS = @WARN_FLAGS@
107 WERROR = @WERROR@
108 WFMT_FLAGS = @WFMT_FLAGS@
109 enable_shared = @enable_shared@
110 enable_static = @enable_static@
111 gcc_version = @gcc_version@
112 glibcpp_basedir = @glibcpp_basedir@
113 gxx_include_dir = @gxx_include_dir@
114 ifGNUmake = @ifGNUmake@
115 libinst_wstring_la = @libinst_wstring_la@
116 libio_la = @libio_la@
117 libstdcxx_interface = @libstdcxx_interface@
118
119 AUTOMAKE_OPTIONS = 1.3 cygnus
120 MAINT_CHARSET = latin1
121
122 SUBDIRS = libio libmath libsupc++ src
123
124 # Multilib support.
125 MAKEOVERRIDES =
126
127 # Multilib variables.
128 MULTISRCTOP =
129 MULTIBUILDTOP =
130 MULTIDIRS =
131 MULTISUBDIR =
132 MULTIDO = true
133 MULTICLEAN = 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.
138 AM_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)"
180
181 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
182 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
183 CONFIG_HEADER = config.h
184 CONFIG_CLEAN_FILES = tests_flags mkcheck
185 DIST_COMMON = README ./stamp-h.in ChangeLog Makefile.am Makefile.in \
186 acconfig.h acinclude.m4 aclocal.m4 config.h.in configure configure.in \
187 mkcheck.in tests_flags.in
188
189
190 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
191
192 TAR = gtar
193 GZIP_ENV = --best
194 all: 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
199 Makefile: $(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
206 config.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
211 config.h: stamp-h
212 @if test ! -f $@; then \
213 rm -f stamp-h; \
214 $(MAKE) stamp-h; \
215 else :; fi
216 stamp-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
230 mostlyclean-hdr:
231
232 clean-hdr:
233
234 distclean-hdr:
235 -rm -f config.h
236
237 maintainer-clean-hdr:
238 tests_flags: $(top_builddir)/config.status tests_flags.in
239 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
240 mkcheck: $(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
252 all-recursive install-data-recursive install-exec-recursive \
253 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
254 check-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
273 mostlyclean-recursive clean-recursive distclean-recursive \
274 maintainer-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"
293 tags-recursive:
294 list='$(SUBDIRS)'; for subdir in $$list; do \
295 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
296 done
297
298 tags: TAGS
299
300 ID: $(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
308 mostlyclean-tags:
309
310 clean-tags:
311
312 distclean-tags:
313 -rm -f TAGS ID
314
315 maintainer-clean-tags:
316
317 distdir = $(PACKAGE)-$(VERSION)
318 top_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.
323 distcheck: 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"
343 dist: distdir
344 -chmod -R a+r $(distdir)
345 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
346 -rm -rf $(distdir)
347 dist-all: distdir
348 -chmod -R a+r $(distdir)
349 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
350 -rm -rf $(distdir)
351 distdir: $(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 \
358 cp -pr $$d/$$file $(distdir)/$$file; \
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
375 info-am:
376 info: info-recursive
377 dvi-am:
378 dvi: dvi-recursive
379 check-am:
380 check: check-recursive
381 installcheck-am:
382 installcheck: installcheck-recursive
383 install-info-am:
384 install-info: install-info-recursive
385 all-recursive-am: config.h
386 $(MAKE) $(AM_MAKEFLAGS) all-recursive
387
388 install-exec-am:
389 install-exec: install-exec-recursive
390
391 install-data-am:
392 install-data: install-data-recursive
393
394 install-am: all-am
395 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
396 install: install-recursive
397 uninstall-am:
398 uninstall: uninstall-recursive
399 all-am: Makefile config.h
400 all-redirect: all-recursive-am
401 install-strip:
402 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
403 installdirs: installdirs-recursive
404 installdirs-am:
405
406
407 mostlyclean-generic:
408
409 clean-generic:
410
411 distclean-generic:
412 -rm -f Makefile $(CONFIG_CLEAN_FILES)
413 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
414
415 maintainer-clean-generic:
416 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
417
418 mostlyclean: mostlyclean-recursive
419
420 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
421
422 clean: clean-recursive
423
424 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
425 -rm -f libtool
426
427 distclean: distclean-recursive
428 -rm -f config.status
429
430 maintainer-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
435 maintainer-clean: maintainer-clean-recursive
436 -rm -f config.status
437
438 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
439 install-data-recursive uninstall-data-recursive install-exec-recursive \
440 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
441 all-recursive check-recursive installcheck-recursive info-recursive \
442 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
443 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
444 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
445 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
446 install-info all-recursive-am install-exec-am install-exec \
447 install-data-am install-data install-am install uninstall-am uninstall \
448 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
449 distclean-generic clean-generic maintainer-clean-generic clean \
450 mostlyclean distclean maintainer-clean
451
452
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.)
456 check: $(top_builddir)/mkcheck
457 chmod +x $(top_builddir)/mkcheck
458 $(top_builddir)/mkcheck 0 `pwd` $(top_srcdir)
459
460 check-install: $(top_builddir)/mkcheck
461 chmod +x $(top_builddir)/mkcheck
462 $(top_builddir)/mkcheck 1 `pwd` $(top_srcdir) $(prefix)
463
464 # Multilib Makefile bits.
465 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
466 maintainer-clean-multi
467
468 all-am: all-multi
469 install-am: install-multi
470 mostlyclean-am: mostlyclean-multi
471 clean-am: clean-multi
472 distclean-am: distclean-multi
473 maintainer-clean-am: maintainer-clean-multi
474
475 all-multi:
476 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
477 install-multi:
478 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
479 mostlyclean-multi:
480 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
481 clean-multi:
482 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
483 distclean-multi:
484 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
485 maintainer-clean-multi:
486 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
487
488 # All the machinations with string instantiations messes up the
489 # automake-generated TAGS rule. Make a simple one here.
490 TAGS: tags-recursive $(LISP)
491
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.062511 seconds and 5 git commands to generate.