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