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