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