Makefile.in revision 103447
1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AR = @AR@
67AS = @AS@
68ATOMICITY_INC_SRCDIR = @ATOMICITY_INC_SRCDIR@
69AWK = @AWK@
70BASIC_FILE_H = @BASIC_FILE_H@
71CC = @CC@
72CCODECVT_C = @CCODECVT_C@
73CCODECVT_H = @CCODECVT_H@
74CLOCALE_H = @CLOCALE_H@
75CMESSAGES_H = @CMESSAGES_H@
76CPP = @CPP@
77CPU_LIMITS_INC_SRCDIR = @CPU_LIMITS_INC_SRCDIR@
78CSTDIO_H = @CSTDIO_H@
79CXX = @CXX@
80CXXCPP = @CXXCPP@
81C_INCLUDE_DIR = @C_INCLUDE_DIR@
82DEBUG_FLAGS = @DEBUG_FLAGS@
83DLLTOOL = @DLLTOOL@
84EXEEXT = @EXEEXT@
85EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
86GCJ = @GCJ@
87GCJFLAGS = @GCJFLAGS@
88GLIBCPP_INCLUDES = @GLIBCPP_INCLUDES@
89GLIBCPP_IS_CROSS_COMPILING = @GLIBCPP_IS_CROSS_COMPILING@
90LIBIO_INCLUDES = @LIBIO_INCLUDES@
91LIBMATHOBJS = @LIBMATHOBJS@
92LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
93LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
94LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
95LIBTOOL = @LIBTOOL@
96LIBUNWIND_FLAG = @LIBUNWIND_FLAG@
97LN_S = @LN_S@
98MAINT = @MAINT@
99MAKEINFO = @MAKEINFO@
100OBJDUMP = @OBJDUMP@
101OBJEXT = @OBJEXT@
102OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
103OPT_LDFLAGS = @OPT_LDFLAGS@
104OS_INC_SRCDIR = @OS_INC_SRCDIR@
105PACKAGE = @PACKAGE@
106RANLIB = @RANLIB@
107SECTION_FLAGS = @SECTION_FLAGS@
108SECTION_LDFLAGS = @SECTION_LDFLAGS@
109STRIP = @STRIP@
110TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
111USE_NLS = @USE_NLS@
112VERSION = @VERSION@
113WARN_FLAGS = @WARN_FLAGS@
114WERROR = @WERROR@
115check_msgfmt = @check_msgfmt@
116enable_shared = @enable_shared@
117enable_static = @enable_static@
118glibcpp_CXX = @glibcpp_CXX@
119glibcpp_MOFILES = @glibcpp_MOFILES@
120glibcpp_POFILES = @glibcpp_POFILES@
121glibcpp_basedir = @glibcpp_basedir@
122glibcpp_builddir = @glibcpp_builddir@
123glibcpp_localedir = @glibcpp_localedir@
124glibcpp_prefixdir = @glibcpp_prefixdir@
125glibcpp_srcdir = @glibcpp_srcdir@
126glibcpp_thread_h = @glibcpp_thread_h@
127glibcpp_toolexecdir = @glibcpp_toolexecdir@
128glibcpp_toolexeclibdir = @glibcpp_toolexeclibdir@
129gxx_include_dir = @gxx_include_dir@
130ifGNUmake = @ifGNUmake@
131libio_la = @libio_la@
132libtool_VERSION = @libtool_VERSION@
133toplevel_srcdir = @toplevel_srcdir@
134
135AUTOMAKE_OPTIONS = 1.3 cygnus
136MAINT_CHARSET = latin1
137
138SUBDIRS = include libio libmath libsupc++ src po testsuite 
139
140mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
141
142baseline_file = @baseline_file@
143
144# Multilib support.
145MAKEOVERRIDES = 
146
147# Multilib variables.
148MULTISRCTOP = 
149MULTIBUILDTOP = 
150MULTIDIRS = 
151MULTISUBDIR = 
152MULTIDO = true
153MULTICLEAN = true
154
155# Work around what appears to be a GNU make bug handling MAKEFLAGS
156# values defined in terms of make variables, as is the case for CC and
157# friends when we are called from the top level Makefile.
158AM_MAKEFLAGS = \
159	"AR_FLAGS=$(AR_FLAGS)" \
160	"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
161	"CC_FOR_TARGET=$(CC_FOR_TARGET)" \
162	"CFLAGS=$(CFLAGS)" \
163	"CXXFLAGS=$(CXXFLAGS)" \
164	"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
165	"CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
166	"INSTALL=$(INSTALL)" \
167	"INSTALL_DATA=$(INSTALL_DATA)" \
168	"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
169	"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
170	"LDFLAGS=$(LDFLAGS)" \
171	"LIBCFLAGS=$(LIBCFLAGS)" \
172	"LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
173	"MAKE=$(MAKE)" \
174	"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
175	"PICFLAG=$(PICFLAG)" \
176	"PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
177	"SHELL=$(SHELL)" \
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	"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
197ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
198CONFIG_HEADER = config.h
199CONFIG_CLEAN_FILES =  mkcheck testsuite_flags
200DIST_COMMON =  README ./stamp-h.in ChangeLog Makefile.am Makefile.in \
201acconfig.h acinclude.m4 aclocal.m4 config.h.in configure configure.in \
202mkcheck.in testsuite_flags.in
203
204
205DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
206
207TAR = gtar
208GZIP_ENV = --best
209all: all-redirect
210.SUFFIXES:
211$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
212	cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
213
214Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
215	cd $(top_builddir) \
216	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
217
218$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
219	cd $(srcdir) && $(ACLOCAL)
220
221config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
222	$(SHELL) ./config.status --recheck
223$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
224	cd $(srcdir) && $(AUTOCONF)
225
226config.h: stamp-h
227	@if test ! -f $@; then \
228		rm -f stamp-h; \
229		$(MAKE) stamp-h; \
230	else :; fi
231stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
232	cd $(top_builddir) \
233	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
234	     $(SHELL) ./config.status
235	@echo timestamp > stamp-h 2> /dev/null
236$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
237	@if test ! -f $@; then \
238		rm -f $(srcdir)/stamp-h.in; \
239		$(MAKE) $(srcdir)/stamp-h.in; \
240	else :; fi
241$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
242	cd $(top_srcdir) && $(AUTOHEADER)
243	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
244
245mostlyclean-hdr:
246
247clean-hdr:
248
249distclean-hdr:
250	-rm -f config.h
251
252maintainer-clean-hdr:
253mkcheck: $(top_builddir)/config.status mkcheck.in
254	cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
255testsuite_flags: $(top_builddir)/config.status testsuite_flags.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
267all-recursive install-data-recursive install-exec-recursive \
268installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
269check-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
288mostlyclean-recursive clean-recursive distclean-recursive \
289maintainer-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"
308tags-recursive:
309	list='$(SUBDIRS)'; for subdir in $$list; do \
310	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
311	done
312
313tags: TAGS
314
315ID: $(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
323mostlyclean-tags:
324
325clean-tags:
326
327distclean-tags:
328	-rm -f TAGS ID
329
330maintainer-clean-tags:
331
332distdir = $(PACKAGE)-$(VERSION)
333top_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.
338distcheck: 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"
358dist: distdir
359	-chmod -R a+r $(distdir)
360	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
361	-rm -rf $(distdir)
362dist-all: distdir
363	-chmod -R a+r $(distdir)
364	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
365	-rm -rf $(distdir)
366distdir: $(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
390info-am:
391info: info-recursive
392dvi-am:
393dvi: dvi-recursive
394check-am:
395check: check-recursive
396installcheck-am:
397installcheck: installcheck-recursive
398install-info-am: 
399install-info: install-info-recursive
400all-recursive-am: config.h
401	$(MAKE) $(AM_MAKEFLAGS) all-recursive
402
403install-exec-am:
404install-exec: install-exec-recursive
405
406install-data-am:
407install-data: install-data-recursive
408
409install-am: all-am
410	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
411install: install-recursive
412uninstall-am:
413uninstall: uninstall-recursive
414all-am: Makefile config.h
415all-redirect: all-recursive-am
416install-strip:
417	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
418installdirs: installdirs-recursive
419installdirs-am:
420
421
422mostlyclean-generic:
423
424clean-generic:
425
426distclean-generic:
427	-rm -f Makefile $(CONFIG_CLEAN_FILES)
428	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
429
430maintainer-clean-generic:
431mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
432
433mostlyclean: mostlyclean-recursive
434
435clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
436
437clean: clean-recursive
438
439distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
440	-rm -f libtool
441
442distclean: distclean-recursive
443	-rm -f config.status
444
445maintainer-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
450maintainer-clean: maintainer-clean-recursive
451	-rm -f config.status
452
453.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
454install-data-recursive uninstall-data-recursive install-exec-recursive \
455uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
456all-recursive check-recursive installcheck-recursive info-recursive \
457dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
458maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
459distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
460dvi-am dvi check check-am installcheck-am installcheck install-info-am \
461install-info all-recursive-am install-exec-am install-exec \
462install-data-am install-data install-am install uninstall-am uninstall \
463all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
464distclean-generic clean-generic maintainer-clean-generic clean \
465mostlyclean distclean maintainer-clean
466
467
468# These two special 'check-script' rules use the bash script 'mkcheck'
469# to do testing. This script is not as portable as the dejagnu test
470# harness, and is thus off by default. It does produce interesting
471# output however, including various performance analysis items like
472# compile time, execution time, and binary size.
473check-script: $(top_builddir)/mkcheck
474	-(chmod + $(top_builddir)/mkcheck; \
475	  cd testsuite; \
476	  @glibcpp_builddir@/mkcheck 0)
477
478check-script-install: $(top_builddir)/mkcheck
479	-(chmod + $(top_builddir)/mkcheck; \
480	  cd testsuite; \
481	  @glibcpp_builddir@/mkcheck 1)
482check-abi: $(top_builddir)/testsuite/abi_check
483	-(cd testsuite; \
484	  ./abi_check ${baseline_file})
485
486# These rules are messy, but are hella worth it.
487doxygen:
488	-(srcdir=`cd ${top_srcdir}; pwd`; \
489	  builddir=`pwd`; \
490	  /bin/sh ${srcdir}/docs/doxygen/run_doxygen \
491	            --mode=user $${srcdir} $${builddir})
492
493doxygen-maint:
494	-(srcdir=`cd ${top_srcdir}; pwd`; \
495	  builddir=`pwd`; \
496	  /bin/sh ${srcdir}/docs/doxygen/run_doxygen \
497	            --mode=maint $${srcdir} $${builddir})
498
499doxygen-man:
500	-(srcdir=`cd ${top_srcdir}; pwd`; \
501	  builddir=`pwd`; \
502	  /bin/sh ${srcdir}/docs/doxygen/run_doxygen \
503	            --mode=man $${srcdir} $${builddir})
504
505.PHONY: doxygen doxygen-maint doxygen-man
506
507# Multilib Makefile bits.
508.PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
509	maintainer-clean-multi
510
511all-am: all-multi
512install-am: install-multi
513mostlyclean-am: mostlyclean-multi
514clean-am: clean-multi
515distclean-am: distclean-multi
516maintainer-clean-am: maintainer-clean-multi
517
518all-multi:
519	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
520install-multi:
521	$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
522mostlyclean-multi:
523	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
524clean-multi:
525	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
526distclean-multi:
527	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
528maintainer-clean-multi:
529	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
530
531# All the machinations with string instantiations messes up the
532# automake-generated TAGS rule. Make a simple one here.
533TAGS: tags-recursive $(LISP)
534
535# Tell versions [3.59,3.63) of GNU make to not export all variables.
536# Otherwise a system limit (for SysV at least) may be exceeded.
537.NOEXPORT:
538