Fix typo
[official-gcc.git] / libstdc++-v3 / Makefile.in
blob43a9690fe64c2d958edbe762e747004971e8be66
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 CPU_FLAGS = @CPU_FLAGS@
71 CSHADOWFLAGS = @CSHADOWFLAGS@
72 CXX = @CXX@
73 CXXCPP = @CXXCPP@
74 DEBUG_FLAGS = @DEBUG_FLAGS@
75 DLLTOOL = @DLLTOOL@
76 EXEEXT = @EXEEXT@
77 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
78 GCC_OBJDIR = @GCC_OBJDIR@
79 GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
80 GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
81 LIBMATHOBJS = @LIBMATHOBJS@
82 LIBSTRINGOBJS = @LIBSTRINGOBJS@
83 LIBTOOL = @LIBTOOL@
84 LN_S = @LN_S@
85 MAINT = @MAINT@
86 MAKEINFO = @MAKEINFO@
87 OBJDUMP = @OBJDUMP@
88 OBJEXT = @OBJEXT@
89 OPT_LDFLAGS = @OPT_LDFLAGS@
90 PACKAGE = @PACKAGE@
91 RANLIB = @RANLIB@
92 SECTION_FLAGS = @SECTION_FLAGS@
93 SECTION_LDFLAGS = @SECTION_LDFLAGS@
94 STRIP = @STRIP@
95 THREADDEPS = @THREADDEPS@
96 THREADINCS = @THREADINCS@
97 THREADLIBS = @THREADLIBS@
98 THREADOBJS = @THREADOBJS@
99 THREADSPEC = @THREADSPEC@
100 USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
101 VERSION = @VERSION@
102 WERROR = @WERROR@
103 WFMT_FLAGS = @WFMT_FLAGS@
104 cpu_include_dir = @cpu_include_dir@
105 ctype_include_dir = @ctype_include_dir@
106 glibcpp_basedir = @glibcpp_basedir@
107 ifGNUmake = @ifGNUmake@
108 libinst_wstring_la = @libinst_wstring_la@
110 AUTOMAKE_OPTIONS = 1.3 cygnus
111 MAINT_CHARSET = latin1
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++
118 SUBDIRS = math libio src
120 #all-local: stamp-rebuild
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
142 # Multilib support.
143 MAKEOVERRIDES =
145 # Multilib variables.
146 MULTISRCTOP =
147 MULTIBUILDTOP =
148 MULTIDIRS =
149 MULTISUBDIR =
150 MULTIDO = true
151 MULTICLEAN = true
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 = "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)" "EXPECT=$(EXPECT)" "RUNTEST=$(RUNTEST)" "RUNTESTFLAGS=$(RUNTESTFLAGS)" "exec_prefix=$(exec_prefix)" "infodir=$(infodir)" "libdir=$(libdir)" "includedir=$(includedir)" "prefix=$(prefix)" "tooldir=$(tooldir)" "AR=$(AR)" "AS=$(AS)" "CC=$(CC)" "CXX=$(CXX)" "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)"
158 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
159 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
160 CONFIG_HEADER = config.h
161 CONFIG_CLEAN_FILES = mkcheck
162 DIST_COMMON = README ./stamp-h.in ChangeLog Makefile.am Makefile.in \
163 acconfig.h acinclude.m4 aclocal.m4 config.h.in configure configure.in \
164 mkcheck.in
167 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
169 TAR = gtar
170 GZIP_ENV = --best
171 all: all-redirect
172 .SUFFIXES:
173 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
174 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
176 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
177 cd $(top_builddir) \
178 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
180 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
181 cd $(srcdir) && $(ACLOCAL)
183 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
184 $(SHELL) ./config.status --recheck
185 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
186 cd $(srcdir) && $(AUTOCONF)
188 config.h: stamp-h
189 @if test ! -f $@; then \
190 rm -f stamp-h; \
191 $(MAKE) stamp-h; \
192 else :; fi
193 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
194 cd $(top_builddir) \
195 && CONFIG_FILES= CONFIG_HEADERS=config.h \
196 $(SHELL) ./config.status
197 @echo timestamp > stamp-h 2> /dev/null
198 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
199 @if test ! -f $@; then \
200 rm -f $(srcdir)/stamp-h.in; \
201 $(MAKE) $(srcdir)/stamp-h.in; \
202 else :; fi
203 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
204 cd $(top_srcdir) && $(AUTOHEADER)
205 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
207 mostlyclean-hdr:
209 clean-hdr:
211 distclean-hdr:
212 -rm -f config.h
214 maintainer-clean-hdr:
215 mkcheck: $(top_builddir)/config.status mkcheck.in
216 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
218 # This directory's subdirectories are mostly independent; you can cd
219 # into them and run `make' without going through this Makefile.
220 # To change the values of `make' variables: instead of editing Makefiles,
221 # (1) if the variable is set in `config.status', edit `config.status'
222 # (which will cause the Makefiles to be regenerated when you run `make');
223 # (2) otherwise, pass the desired values on the `make' command line.
225 @SET_MAKE@
227 all-recursive install-data-recursive install-exec-recursive \
228 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
229 check-recursive installcheck-recursive info-recursive dvi-recursive:
230 @set fnord $(MAKEFLAGS); amf=$$2; \
231 dot_seen=no; \
232 target=`echo $@ | sed s/-recursive//`; \
233 list='$(SUBDIRS)'; for subdir in $$list; do \
234 echo "Making $$target in $$subdir"; \
235 if test "$$subdir" = "."; then \
236 dot_seen=yes; \
237 local_target="$$target-am"; \
238 else \
239 local_target="$$target"; \
240 fi; \
241 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
242 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
243 done; \
244 if test "$$dot_seen" = "no"; then \
245 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
246 fi; test -z "$$fail"
248 mostlyclean-recursive clean-recursive distclean-recursive \
249 maintainer-clean-recursive:
250 @set fnord $(MAKEFLAGS); amf=$$2; \
251 dot_seen=no; \
252 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
253 rev="$$subdir $$rev"; \
254 test "$$subdir" = "." && dot_seen=yes; \
255 done; \
256 test "$$dot_seen" = "no" && rev=". $$rev"; \
257 target=`echo $@ | sed s/-recursive//`; \
258 for subdir in $$rev; do \
259 echo "Making $$target in $$subdir"; \
260 if test "$$subdir" = "."; then \
261 local_target="$$target-am"; \
262 else \
263 local_target="$$target"; \
264 fi; \
265 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
266 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
267 done && test -z "$$fail"
268 tags-recursive:
269 list='$(SUBDIRS)'; for subdir in $$list; do \
270 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
271 done
273 tags: TAGS
275 ID: $(HEADERS) $(SOURCES) $(LISP)
276 list='$(SOURCES) $(HEADERS)'; \
277 unique=`for i in $$list; do echo $$i; done | \
278 awk ' { files[$$0] = 1; } \
279 END { for (i in files) print i; }'`; \
280 here=`pwd` && cd $(srcdir) \
281 && mkid -f$$here/ID $$unique $(LISP)
283 mostlyclean-tags:
285 clean-tags:
287 distclean-tags:
288 -rm -f TAGS ID
290 maintainer-clean-tags:
292 distdir = $(PACKAGE)-$(VERSION)
293 top_distdir = $(distdir)
295 # This target untars the dist file and tries a VPATH configuration. Then
296 # it guarantees that the distribution is self-contained by making another
297 # tarfile.
298 distcheck: dist
299 -rm -rf $(distdir)
300 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
301 mkdir $(distdir)/=build
302 mkdir $(distdir)/=inst
303 dc_install_base=`cd $(distdir)/=inst && pwd`; \
304 cd $(distdir)/=build \
305 && ../configure --srcdir=.. --prefix=$$dc_install_base \
306 && $(MAKE) $(AM_MAKEFLAGS) \
307 && $(MAKE) $(AM_MAKEFLAGS) dvi \
308 && $(MAKE) $(AM_MAKEFLAGS) check \
309 && $(MAKE) $(AM_MAKEFLAGS) install \
310 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
311 && $(MAKE) $(AM_MAKEFLAGS) dist
312 -rm -rf $(distdir)
313 @banner="$(distdir).tar.gz is ready for distribution"; \
314 dashes=`echo "$$banner" | sed s/./=/g`; \
315 echo "$$dashes"; \
316 echo "$$banner"; \
317 echo "$$dashes"
318 dist: distdir
319 -chmod -R a+r $(distdir)
320 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
321 -rm -rf $(distdir)
322 dist-all: distdir
323 -chmod -R a+r $(distdir)
324 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
325 -rm -rf $(distdir)
326 distdir: $(DISTFILES)
327 -rm -rf $(distdir)
328 mkdir $(distdir)
329 -chmod 777 $(distdir)
330 @for file in $(DISTFILES); do \
331 if test -f $$file; then d=.; else d=$(srcdir); fi; \
332 if test -d $$d/$$file; then \
333 cp -pr $$d/$$file $(distdir)/$$file; \
334 else \
335 test -f $(distdir)/$$file \
336 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
337 || cp -p $$d/$$file $(distdir)/$$file || :; \
338 fi; \
339 done
340 for subdir in $(SUBDIRS); do \
341 if test "$$subdir" = .; then :; else \
342 test -d $(distdir)/$$subdir \
343 || mkdir $(distdir)/$$subdir \
344 || exit 1; \
345 chmod 777 $(distdir)/$$subdir; \
346 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
347 || exit 1; \
348 fi; \
349 done
350 info-am:
351 info: info-recursive
352 dvi-am:
353 dvi: dvi-recursive
354 check-am:
355 check: check-recursive
356 installcheck-am:
357 installcheck: installcheck-recursive
358 install-info-am:
359 install-info: install-info-recursive
360 all-recursive-am: config.h
361 $(MAKE) $(AM_MAKEFLAGS) all-recursive
363 install-exec-am:
364 install-exec: install-exec-recursive
366 install-data-am:
367 install-data: install-data-recursive
369 install-am: all-am
370 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
371 install: install-recursive
372 uninstall-am:
373 uninstall: uninstall-recursive
374 all-am: Makefile config.h
375 all-redirect: all-recursive-am
376 install-strip:
377 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
378 installdirs: installdirs-recursive
379 installdirs-am:
382 mostlyclean-generic:
384 clean-generic:
386 distclean-generic:
387 -rm -f Makefile $(CONFIG_CLEAN_FILES)
388 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
390 maintainer-clean-generic:
391 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
393 mostlyclean: mostlyclean-recursive
395 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
397 clean: clean-recursive
399 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
400 -rm -f libtool
402 distclean: distclean-recursive
403 -rm -f config.status
405 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
406 maintainer-clean-generic distclean-am
407 @echo "This command is intended for maintainers to use;"
408 @echo "it deletes files that may require special tools to rebuild."
410 maintainer-clean: maintainer-clean-recursive
411 -rm -f config.status
413 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
414 install-data-recursive uninstall-data-recursive install-exec-recursive \
415 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
416 all-recursive check-recursive installcheck-recursive info-recursive \
417 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
418 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
419 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
420 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
421 install-info all-recursive-am install-exec-am install-exec \
422 install-data-am install-data install-am install uninstall-am uninstall \
423 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
424 distclean-generic clean-generic maintainer-clean-generic clean \
425 mostlyclean distclean maintainer-clean
428 # Use $(blddir) instead of $(top_builddir) for arguments to "mkcheck"
429 # because then the paths will be full pathnames, not relative
430 # pathnames. (-Wl,--rpath seems to like this better.)
431 check: $(top_builddir)/mkcheck
432 chmod +x $(top_builddir)/mkcheck
433 $(top_builddir)/mkcheck 0 `pwd` $(top_srcdir)
435 check-install: $(top_builddir)/mkcheck
436 chmod +x $(top_builddir)/mkcheck
437 $(top_builddir)/mkcheck 1 `pwd` $(top_srcdir) $(prefix)
439 # Multilib Makefile bits.
440 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
441 maintainer-clean-multi
443 all-am: all-multi
444 install-am: install-multi
445 mostlyclean-am: mostlyclean-multi
446 clean-am: clean-multi
447 distclean-am: distclean-multi
448 maintainer-clean-am: maintainer-clean-multi
450 all-multi:
451 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
452 install-multi:
453 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
454 mostlyclean-multi:
455 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
456 clean-multi:
457 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
458 distclean-multi:
459 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
460 maintainer-clean-multi:
461 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
463 # All the machinations with string instantiations messes up the
464 # automake-generated TAGS rule. Make a simple one here.
465 TAGS: tags-recursive $(LISP)
467 # Tell versions [3.59,3.63) of GNU make to not export all variables.
468 # Otherwise a system limit (for SysV at least) may be exceeded.
469 .NOEXPORT: