* gcc_release: New script.
[official-gcc.git] / libstdc++-v3 / Makefile.in
blobf5182ae96957c75026d6ea5ce7d20989217b1503
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
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
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = .
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
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@
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@
120 AUTOMAKE_OPTIONS = 1.3 cygnus
121 MAINT_CHARSET = latin1
123 SUBDIRS = libio libmath libsupc++ src testsuite
125 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
127 # Multilib support.
128 MAKEOVERRIDES =
130 # Multilib variables.
131 MULTISRCTOP =
132 MULTIBUILDTOP =
133 MULTIDIRS =
134 MULTISUBDIR =
135 MULTIDO = true
136 MULTICLEAN = true
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 = "AR_FLAGS=$(AR_FLAGS)" "CC_FOR_BUILD=$(CC_FOR_BUILD)" "CC_FOR_TARGET=$(CC_FOR_TARGET)" "CFLAGS=$(CFLAGS)" "CXXFLAGS=$(CXXFLAGS)" "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" "INSTALL=$(INSTALL)" "INSTALL_DATA=$(INSTALL_DATA)" "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" "LDFLAGS=$(LDFLAGS)" "LIBCFLAGS=$(LIBCFLAGS)" "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" "MAKE=$(MAKE)" "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" "PICFLAG=$(PICFLAG)" "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" "SHELL=$(SHELL)" "RUNTESTFLAGS=$(RUNTESTFLAGS)" "exec_prefix=$(exec_prefix)" "infodir=$(infodir)" "libdir=$(libdir)" "includedir=$(includedir)" "prefix=$(prefix)" "tooldir=$(tooldir)" "AR=$(AR)" "AS=$(AS)" "LD=$(LD)" "LIBCFLAGS=$(LIBCFLAGS)" "PICFLAG=$(PICFLAG)" "RANLIB=$(RANLIB)" "NM=$(NM)" "NM_FOR_BUILD=$(NM_FOR_BUILD)" "NM_FOR_TARGET=$(NM_FOR_TARGET)" "DESTDIR=$(DESTDIR)" "WERROR=$(WERROR)"
143 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
144 CONFIG_HEADER = config.h
145 CONFIG_CLEAN_FILES = mkcheck testsuite_flags
146 DIST_COMMON = README ./stamp-h.in ChangeLog Makefile.am Makefile.in \
147 acconfig.h acinclude.m4 aclocal.m4 config.h.in configure configure.in \
148 mkcheck.in testsuite_flags.in
151 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
153 TAR = gtar
154 GZIP_ENV = --best
155 all: all-redirect
156 .SUFFIXES:
157 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
158 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
160 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
161 cd $(top_builddir) \
162 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
164 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
165 cd $(srcdir) && $(ACLOCAL)
167 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
168 $(SHELL) ./config.status --recheck
169 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
170 cd $(srcdir) && $(AUTOCONF)
172 config.h: stamp-h
173 @if test ! -f $@; then \
174 rm -f stamp-h; \
175 $(MAKE) stamp-h; \
176 else :; fi
177 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
178 cd $(top_builddir) \
179 && CONFIG_FILES= CONFIG_HEADERS=config.h \
180 $(SHELL) ./config.status
181 @echo timestamp > stamp-h 2> /dev/null
182 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
183 @if test ! -f $@; then \
184 rm -f $(srcdir)/stamp-h.in; \
185 $(MAKE) $(srcdir)/stamp-h.in; \
186 else :; fi
187 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
188 cd $(top_srcdir) && $(AUTOHEADER)
189 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
191 mostlyclean-hdr:
193 clean-hdr:
195 distclean-hdr:
196 -rm -f config.h
198 maintainer-clean-hdr:
199 mkcheck: $(top_builddir)/config.status mkcheck.in
200 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
201 testsuite_flags: $(top_builddir)/config.status testsuite_flags.in
202 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
204 # This directory's subdirectories are mostly independent; you can cd
205 # into them and run `make' without going through this Makefile.
206 # To change the values of `make' variables: instead of editing Makefiles,
207 # (1) if the variable is set in `config.status', edit `config.status'
208 # (which will cause the Makefiles to be regenerated when you run `make');
209 # (2) otherwise, pass the desired values on the `make' command line.
211 @SET_MAKE@
213 all-recursive install-data-recursive install-exec-recursive \
214 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
215 check-recursive installcheck-recursive info-recursive dvi-recursive:
216 @set fnord $(MAKEFLAGS); amf=$$2; \
217 dot_seen=no; \
218 target=`echo $@ | sed s/-recursive//`; \
219 list='$(SUBDIRS)'; for subdir in $$list; do \
220 echo "Making $$target in $$subdir"; \
221 if test "$$subdir" = "."; then \
222 dot_seen=yes; \
223 local_target="$$target-am"; \
224 else \
225 local_target="$$target"; \
226 fi; \
227 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
228 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
229 done; \
230 if test "$$dot_seen" = "no"; then \
231 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
232 fi; test -z "$$fail"
234 mostlyclean-recursive clean-recursive distclean-recursive \
235 maintainer-clean-recursive:
236 @set fnord $(MAKEFLAGS); amf=$$2; \
237 dot_seen=no; \
238 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
239 rev="$$subdir $$rev"; \
240 test "$$subdir" = "." && dot_seen=yes; \
241 done; \
242 test "$$dot_seen" = "no" && rev=". $$rev"; \
243 target=`echo $@ | sed s/-recursive//`; \
244 for subdir in $$rev; do \
245 echo "Making $$target in $$subdir"; \
246 if test "$$subdir" = "."; then \
247 local_target="$$target-am"; \
248 else \
249 local_target="$$target"; \
250 fi; \
251 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
252 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
253 done && test -z "$$fail"
254 tags-recursive:
255 list='$(SUBDIRS)'; for subdir in $$list; do \
256 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
257 done
259 tags: TAGS
261 ID: $(HEADERS) $(SOURCES) $(LISP)
262 list='$(SOURCES) $(HEADERS)'; \
263 unique=`for i in $$list; do echo $$i; done | \
264 awk ' { files[$$0] = 1; } \
265 END { for (i in files) print i; }'`; \
266 here=`pwd` && cd $(srcdir) \
267 && mkid -f$$here/ID $$unique $(LISP)
269 mostlyclean-tags:
271 clean-tags:
273 distclean-tags:
274 -rm -f TAGS ID
276 maintainer-clean-tags:
278 distdir = $(PACKAGE)-$(VERSION)
279 top_distdir = $(distdir)
281 # This target untars the dist file and tries a VPATH configuration. Then
282 # it guarantees that the distribution is self-contained by making another
283 # tarfile.
284 distcheck: dist
285 -rm -rf $(distdir)
286 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
287 mkdir $(distdir)/=build
288 mkdir $(distdir)/=inst
289 dc_install_base=`cd $(distdir)/=inst && pwd`; \
290 cd $(distdir)/=build \
291 && ../configure --srcdir=.. --prefix=$$dc_install_base \
292 && $(MAKE) $(AM_MAKEFLAGS) \
293 && $(MAKE) $(AM_MAKEFLAGS) dvi \
294 && $(MAKE) $(AM_MAKEFLAGS) check \
295 && $(MAKE) $(AM_MAKEFLAGS) install \
296 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
297 && $(MAKE) $(AM_MAKEFLAGS) dist
298 -rm -rf $(distdir)
299 @banner="$(distdir).tar.gz is ready for distribution"; \
300 dashes=`echo "$$banner" | sed s/./=/g`; \
301 echo "$$dashes"; \
302 echo "$$banner"; \
303 echo "$$dashes"
304 dist: distdir
305 -chmod -R a+r $(distdir)
306 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
307 -rm -rf $(distdir)
308 dist-all: distdir
309 -chmod -R a+r $(distdir)
310 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
311 -rm -rf $(distdir)
312 distdir: $(DISTFILES)
313 -rm -rf $(distdir)
314 mkdir $(distdir)
315 -chmod 777 $(distdir)
316 @for file in $(DISTFILES); do \
317 if test -f $$file; then d=.; else d=$(srcdir); fi; \
318 if test -d $$d/$$file; then \
319 cp -pr $$d/$$file $(distdir)/$$file; \
320 else \
321 test -f $(distdir)/$$file \
322 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
323 || cp -p $$d/$$file $(distdir)/$$file || :; \
324 fi; \
325 done
326 for subdir in $(SUBDIRS); do \
327 if test "$$subdir" = .; then :; else \
328 test -d $(distdir)/$$subdir \
329 || mkdir $(distdir)/$$subdir \
330 || exit 1; \
331 chmod 777 $(distdir)/$$subdir; \
332 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
333 || exit 1; \
334 fi; \
335 done
336 info-am:
337 info: info-recursive
338 dvi-am:
339 dvi: dvi-recursive
340 check-am:
341 check: check-recursive
342 installcheck-am:
343 installcheck: installcheck-recursive
344 install-info-am:
345 install-info: install-info-recursive
346 all-recursive-am: config.h
347 $(MAKE) $(AM_MAKEFLAGS) all-recursive
349 install-exec-am:
350 install-exec: install-exec-recursive
352 install-data-am:
353 install-data: install-data-recursive
355 install-am: all-am
356 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
357 install: install-recursive
358 uninstall-am:
359 uninstall: uninstall-recursive
360 all-am: Makefile config.h
361 all-redirect: all-recursive-am
362 install-strip:
363 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
364 installdirs: installdirs-recursive
365 installdirs-am:
368 mostlyclean-generic:
370 clean-generic:
372 distclean-generic:
373 -rm -f Makefile $(CONFIG_CLEAN_FILES)
374 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
376 maintainer-clean-generic:
377 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
379 mostlyclean: mostlyclean-recursive
381 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
383 clean: clean-recursive
385 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
386 -rm -f libtool
388 distclean: distclean-recursive
389 -rm -f config.status
391 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
392 maintainer-clean-generic distclean-am
393 @echo "This command is intended for maintainers to use;"
394 @echo "it deletes files that may require special tools to rebuild."
396 maintainer-clean: maintainer-clean-recursive
397 -rm -f config.status
399 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
400 install-data-recursive uninstall-data-recursive install-exec-recursive \
401 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
402 all-recursive check-recursive installcheck-recursive info-recursive \
403 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
404 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
405 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
406 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
407 install-info all-recursive-am install-exec-am install-exec \
408 install-data-am install-data install-am install uninstall-am uninstall \
409 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
410 distclean-generic clean-generic maintainer-clean-generic clean \
411 mostlyclean distclean maintainer-clean
414 # These two special 'check-script' rules use the bash script 'mkcheck'
415 # to do testing. This script is not as portable as the dejagnu test
416 # harness, and is thus off by default. It does produce interesting
417 # output however, including various performance analysis items like
418 # compile time, execution time, and binary size.
419 check-script: $(top_builddir)/mkcheck
420 -(chmod + $(top_builddir)/mkcheck; \
421 test -d testsuite || (mkdir testsuite; chmod u+w testsuite); \
422 cd testsuite; \
423 @glibcpp_builddir@/mkcheck 0)
425 check-script-install: $(top_builddir)/mkcheck
426 -(chmod + $(top_builddir)/mkcheck; \
427 test -d testsuite || (mkdir testsuite; chmod u+w testsuite); \
428 cd testsuite; \
429 @glibcpp_builddir@/mkcheck 1)
431 # These two rules might seem messy, but are hella worth it.
432 doxygen:
433 -(srcdir=`cd ${top_srcdir}; pwd`; \
434 outdir=`pwd`; \
435 /bin/sh ${srcdir}/docs/doxygen/run_doxygen \
436 --mode=user $${srcdir} $${outdir})
438 doxygen-maint:
439 -(srcdir=`cd ${top_srcdir}; pwd`; \
440 outdir=`pwd`; \
441 ${srcdir}/docs/doxygen/run_doxygen --mode=maint $${srcdir} $${outdir})
443 .PHONY: doxygen doxygen-maint
445 # Multilib Makefile bits.
446 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
447 maintainer-clean-multi
449 all-am: all-multi
450 install-am: install-multi
451 mostlyclean-am: mostlyclean-multi
452 clean-am: clean-multi
453 distclean-am: distclean-multi
454 maintainer-clean-am: maintainer-clean-multi
456 all-multi:
457 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
458 install-multi:
459 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
460 mostlyclean-multi:
461 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
462 clean-multi:
463 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
464 distclean-multi:
465 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
466 maintainer-clean-multi:
467 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
469 # All the machinations with string instantiations messes up the
470 # automake-generated TAGS rule. Make a simple one here.
471 TAGS: tags-recursive $(LISP)
473 # Tell versions [3.59,3.63) of GNU make to not export all variables.
474 # Otherwise a system limit (for SysV at least) may be exceeded.
475 .NOEXPORT: