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