24c086f18b451e14919ba89a67a14b0378213b13
[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 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_CFLAGS = @GLIBCPP_CFLAGS@
82 GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
83 GLIBCPP_INCLUDE_DIR = @GLIBCPP_INCLUDE_DIR@
84 LIBIO_INCLUDES = @LIBIO_INCLUDES@
85 LIBMATHOBJS = @LIBMATHOBJS@
86 LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
87 LIBSTRINGOBJS = @LIBSTRINGOBJS@
88 LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
89 LIBTOOL = @LIBTOOL@
90 LN_S = @LN_S@
91 MAINT = @MAINT@
92 MAKEINFO = @MAKEINFO@
93 OBJDUMP = @OBJDUMP@
94 OBJEXT = @OBJEXT@
95 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
96 OPT_LDFLAGS = @OPT_LDFLAGS@
97 PACKAGE = @PACKAGE@
98 RANLIB = @RANLIB@
99 SECTION_FLAGS = @SECTION_FLAGS@
100 SECTION_LDFLAGS = @SECTION_LDFLAGS@
101 STRIP = @STRIP@
102 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
103 USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
104 VERSION = @VERSION@
105 WARN_FLAGS = @WARN_FLAGS@
106 WERROR = @WERROR@
107 WFMT_FLAGS = @WFMT_FLAGS@
108 gcc_version = @gcc_version@
109 glibcpp_basedir = @glibcpp_basedir@
110 gxx_include_dir = @gxx_include_dir@
111 ifGNUmake = @ifGNUmake@
112 libinst_wstring_la = @libinst_wstring_la@
113 libstdcxx_interface = @libstdcxx_interface@
114
115 AUTOMAKE_OPTIONS = 1.3 cygnus
116 MAINT_CHARSET = latin1
117
118 SUBDIRS = libio libmath libsupc++ src
119
120 # Multilib support.
121 MAKEOVERRIDES =
122
123 # Multilib variables.
124 MULTISRCTOP =
125 MULTIBUILDTOP =
126 MULTIDIRS =
127 MULTISUBDIR =
128 MULTIDO = true
129 MULTICLEAN = true
130
131 # Work around what appears to be a GNU make bug handling MAKEFLAGS
132 # values defined in terms of make variables, as is the case for CC and
133 # friends when we are called from the top level Makefile.
134 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)"
135
136 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
137 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
138 CONFIG_HEADER = config.h
139 CONFIG_CLEAN_FILES = mkcheck
140 DIST_COMMON = README ./stamp-h.in ChangeLog Makefile.am Makefile.in \
141 acconfig.h acinclude.m4 aclocal.m4 config.h.in configure configure.in \
142 mkcheck.in
143
144
145 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
146
147 TAR = gtar
148 GZIP_ENV = --best
149 all: all-redirect
150 .SUFFIXES:
151 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
152 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
153
154 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
155 cd $(top_builddir) \
156 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
157
158 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
159 cd $(srcdir) && $(ACLOCAL)
160
161 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
162 $(SHELL) ./config.status --recheck
163 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
164 cd $(srcdir) && $(AUTOCONF)
165
166 config.h: stamp-h
167 @if test ! -f $@; then \
168 rm -f stamp-h; \
169 $(MAKE) stamp-h; \
170 else :; fi
171 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
172 cd $(top_builddir) \
173 && CONFIG_FILES= CONFIG_HEADERS=config.h \
174 $(SHELL) ./config.status
175 @echo timestamp > stamp-h 2> /dev/null
176 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
177 @if test ! -f $@; then \
178 rm -f $(srcdir)/stamp-h.in; \
179 $(MAKE) $(srcdir)/stamp-h.in; \
180 else :; fi
181 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
182 cd $(top_srcdir) && $(AUTOHEADER)
183 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
184
185 mostlyclean-hdr:
186
187 clean-hdr:
188
189 distclean-hdr:
190 -rm -f config.h
191
192 maintainer-clean-hdr:
193 mkcheck: $(top_builddir)/config.status mkcheck.in
194 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
195
196 # This directory's subdirectories are mostly independent; you can cd
197 # into them and run `make' without going through this Makefile.
198 # To change the values of `make' variables: instead of editing Makefiles,
199 # (1) if the variable is set in `config.status', edit `config.status'
200 # (which will cause the Makefiles to be regenerated when you run `make');
201 # (2) otherwise, pass the desired values on the `make' command line.
202
203 @SET_MAKE@
204
205 all-recursive install-data-recursive install-exec-recursive \
206 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
207 check-recursive installcheck-recursive info-recursive dvi-recursive:
208 @set fnord $(MAKEFLAGS); amf=$$2; \
209 dot_seen=no; \
210 target=`echo $@ | sed s/-recursive//`; \
211 list='$(SUBDIRS)'; for subdir in $$list; do \
212 echo "Making $$target in $$subdir"; \
213 if test "$$subdir" = "."; then \
214 dot_seen=yes; \
215 local_target="$$target-am"; \
216 else \
217 local_target="$$target"; \
218 fi; \
219 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
220 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
221 done; \
222 if test "$$dot_seen" = "no"; then \
223 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
224 fi; test -z "$$fail"
225
226 mostlyclean-recursive clean-recursive distclean-recursive \
227 maintainer-clean-recursive:
228 @set fnord $(MAKEFLAGS); amf=$$2; \
229 dot_seen=no; \
230 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
231 rev="$$subdir $$rev"; \
232 test "$$subdir" = "." && dot_seen=yes; \
233 done; \
234 test "$$dot_seen" = "no" && rev=". $$rev"; \
235 target=`echo $@ | sed s/-recursive//`; \
236 for subdir in $$rev; do \
237 echo "Making $$target in $$subdir"; \
238 if test "$$subdir" = "."; then \
239 local_target="$$target-am"; \
240 else \
241 local_target="$$target"; \
242 fi; \
243 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
244 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
245 done && test -z "$$fail"
246 tags-recursive:
247 list='$(SUBDIRS)'; for subdir in $$list; do \
248 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
249 done
250
251 tags: TAGS
252
253 ID: $(HEADERS) $(SOURCES) $(LISP)
254 list='$(SOURCES) $(HEADERS)'; \
255 unique=`for i in $$list; do echo $$i; done | \
256 awk ' { files[$$0] = 1; } \
257 END { for (i in files) print i; }'`; \
258 here=`pwd` && cd $(srcdir) \
259 && mkid -f$$here/ID $$unique $(LISP)
260
261 mostlyclean-tags:
262
263 clean-tags:
264
265 distclean-tags:
266 -rm -f TAGS ID
267
268 maintainer-clean-tags:
269
270 distdir = $(PACKAGE)-$(VERSION)
271 top_distdir = $(distdir)
272
273 # This target untars the dist file and tries a VPATH configuration. Then
274 # it guarantees that the distribution is self-contained by making another
275 # tarfile.
276 distcheck: dist
277 -rm -rf $(distdir)
278 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
279 mkdir $(distdir)/=build
280 mkdir $(distdir)/=inst
281 dc_install_base=`cd $(distdir)/=inst && pwd`; \
282 cd $(distdir)/=build \
283 && ../configure --srcdir=.. --prefix=$$dc_install_base \
284 && $(MAKE) $(AM_MAKEFLAGS) \
285 && $(MAKE) $(AM_MAKEFLAGS) dvi \
286 && $(MAKE) $(AM_MAKEFLAGS) check \
287 && $(MAKE) $(AM_MAKEFLAGS) install \
288 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
289 && $(MAKE) $(AM_MAKEFLAGS) dist
290 -rm -rf $(distdir)
291 @banner="$(distdir).tar.gz is ready for distribution"; \
292 dashes=`echo "$$banner" | sed s/./=/g`; \
293 echo "$$dashes"; \
294 echo "$$banner"; \
295 echo "$$dashes"
296 dist: distdir
297 -chmod -R a+r $(distdir)
298 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
299 -rm -rf $(distdir)
300 dist-all: distdir
301 -chmod -R a+r $(distdir)
302 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
303 -rm -rf $(distdir)
304 distdir: $(DISTFILES)
305 -rm -rf $(distdir)
306 mkdir $(distdir)
307 -chmod 777 $(distdir)
308 @for file in $(DISTFILES); do \
309 if test -f $$file; then d=.; else d=$(srcdir); fi; \
310 if test -d $$d/$$file; then \
311 cp -pr $$d/$$file $(distdir)/$$file; \
312 else \
313 test -f $(distdir)/$$file \
314 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
315 || cp -p $$d/$$file $(distdir)/$$file || :; \
316 fi; \
317 done
318 for subdir in $(SUBDIRS); do \
319 if test "$$subdir" = .; then :; else \
320 test -d $(distdir)/$$subdir \
321 || mkdir $(distdir)/$$subdir \
322 || exit 1; \
323 chmod 777 $(distdir)/$$subdir; \
324 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
325 || exit 1; \
326 fi; \
327 done
328 info-am:
329 info: info-recursive
330 dvi-am:
331 dvi: dvi-recursive
332 check-am:
333 check: check-recursive
334 installcheck-am:
335 installcheck: installcheck-recursive
336 install-info-am:
337 install-info: install-info-recursive
338 all-recursive-am: config.h
339 $(MAKE) $(AM_MAKEFLAGS) all-recursive
340
341 install-exec-am:
342 install-exec: install-exec-recursive
343
344 install-data-am:
345 install-data: install-data-recursive
346
347 install-am: all-am
348 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
349 install: install-recursive
350 uninstall-am:
351 uninstall: uninstall-recursive
352 all-am: Makefile config.h
353 all-redirect: all-recursive-am
354 install-strip:
355 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
356 installdirs: installdirs-recursive
357 installdirs-am:
358
359
360 mostlyclean-generic:
361
362 clean-generic:
363
364 distclean-generic:
365 -rm -f Makefile $(CONFIG_CLEAN_FILES)
366 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
367
368 maintainer-clean-generic:
369 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
370
371 mostlyclean: mostlyclean-recursive
372
373 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
374
375 clean: clean-recursive
376
377 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
378 -rm -f libtool
379
380 distclean: distclean-recursive
381 -rm -f config.status
382
383 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
384 maintainer-clean-generic distclean-am
385 @echo "This command is intended for maintainers to use;"
386 @echo "it deletes files that may require special tools to rebuild."
387
388 maintainer-clean: maintainer-clean-recursive
389 -rm -f config.status
390
391 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
392 install-data-recursive uninstall-data-recursive install-exec-recursive \
393 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
394 all-recursive check-recursive installcheck-recursive info-recursive \
395 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
396 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
397 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
398 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
399 install-info all-recursive-am install-exec-am install-exec \
400 install-data-am install-data install-am install uninstall-am uninstall \
401 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
402 distclean-generic clean-generic maintainer-clean-generic clean \
403 mostlyclean distclean maintainer-clean
404
405
406 # Use $(blddir) instead of $(top_builddir) for arguments to "mkcheck"
407 # because then the paths will be full pathnames, not relative
408 # pathnames. (-Wl,--rpath seems to like this better.)
409 check: $(top_builddir)/mkcheck
410 chmod +x $(top_builddir)/mkcheck
411 $(top_builddir)/mkcheck 0 `pwd` $(top_srcdir)
412
413 check-install: $(top_builddir)/mkcheck
414 chmod +x $(top_builddir)/mkcheck
415 $(top_builddir)/mkcheck 1 `pwd` $(top_srcdir) $(prefix)
416
417 # Multilib Makefile bits.
418 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
419 maintainer-clean-multi
420
421 all-am: all-multi
422 install-am: install-multi
423 mostlyclean-am: mostlyclean-multi
424 clean-am: clean-multi
425 distclean-am: distclean-multi
426 maintainer-clean-am: maintainer-clean-multi
427
428 all-multi:
429 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
430 install-multi:
431 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
432 mostlyclean-multi:
433 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
434 clean-multi:
435 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
436 distclean-multi:
437 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
438 maintainer-clean-multi:
439 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
440
441 # All the machinations with string instantiations messes up the
442 # automake-generated TAGS rule. Make a simple one here.
443 TAGS: tags-recursive $(LISP)
444
445 # Tell versions [3.59,3.63) of GNU make to not export all variables.
446 # Otherwise a system limit (for SysV at least) may be exceeded.
447 .NOEXPORT: