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