mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 21:35:44 +08:00
7ec3af37b9
2003-01-08 Benjamin Kosnik <bkoz@redhat.com> * include/Makefile.am (stamp-*): Add checks for existing stamps. * include/Makefile.in: Regenerate. * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Correct comment. * aclocal.m4: Regenerate. * configure.in: Don't add new multi-do rules every time the directory is reconfigured. * configure: Regenerate. 2003-01-08 Brad Spencer <spencer@infointeractive.com> Nathan Myers <ncm@cantrip.org> * src/Makefile.am (stamp-debug): Clean. * src/Makefile.in: Regenerate. From-SVN: r61052
617 lines
18 KiB
Makefile
617 lines
18 KiB
Makefile
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
|
|
|
|
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
# PARTICULAR PURPOSE.
|
|
|
|
|
|
SHELL = @SHELL@
|
|
|
|
srcdir = @srcdir@
|
|
top_srcdir = @top_srcdir@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
|
|
bindir = @bindir@
|
|
sbindir = @sbindir@
|
|
libexecdir = @libexecdir@
|
|
datadir = @datadir@
|
|
sysconfdir = @sysconfdir@
|
|
sharedstatedir = @sharedstatedir@
|
|
localstatedir = @localstatedir@
|
|
libdir = @libdir@
|
|
infodir = @infodir@
|
|
mandir = @mandir@
|
|
includedir = @includedir@
|
|
oldincludedir = /usr/include
|
|
|
|
DESTDIR =
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
top_builddir = ..
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
AUTOCONF = @AUTOCONF@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
INSTALL = @INSTALL@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
transform = @program_transform_name@
|
|
|
|
NORMAL_INSTALL = :
|
|
PRE_INSTALL = :
|
|
POST_INSTALL = :
|
|
NORMAL_UNINSTALL = :
|
|
PRE_UNINSTALL = :
|
|
POST_UNINSTALL = :
|
|
build_alias = @build_alias@
|
|
build_triplet = @build@
|
|
host_alias = @host_alias@
|
|
host_triplet = @host@
|
|
target_alias = @target_alias@
|
|
target_triplet = @target@
|
|
AR = @AR@
|
|
AS = @AS@
|
|
ATOMICITY_INC_SRCDIR = @ATOMICITY_INC_SRCDIR@
|
|
AWK = @AWK@
|
|
BASIC_FILE_CC = @BASIC_FILE_CC@
|
|
BASIC_FILE_H = @BASIC_FILE_H@
|
|
CC = @CC@
|
|
CCODECVT_C = @CCODECVT_C@
|
|
CCODECVT_CC = @CCODECVT_CC@
|
|
CCODECVT_H = @CCODECVT_H@
|
|
CCOLLATE_CC = @CCOLLATE_CC@
|
|
CCTYPE_CC = @CCTYPE_CC@
|
|
CLOCALE_CC = @CLOCALE_CC@
|
|
CLOCALE_H = @CLOCALE_H@
|
|
CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
|
|
CMESSAGES_CC = @CMESSAGES_CC@
|
|
CMESSAGES_H = @CMESSAGES_H@
|
|
CMONEY_CC = @CMONEY_CC@
|
|
CNUMERIC_CC = @CNUMERIC_CC@
|
|
CPP = @CPP@
|
|
CSTDIO_H = @CSTDIO_H@
|
|
CTIME_CC = @CTIME_CC@
|
|
CTIME_H = @CTIME_H@
|
|
CXXCPP = @CXXCPP@
|
|
C_INCLUDE_DIR = @C_INCLUDE_DIR@
|
|
DEBUG_FLAGS = @DEBUG_FLAGS@
|
|
DLLTOOL = @DLLTOOL@
|
|
EXEEXT = @EXEEXT@
|
|
EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
|
|
GCJ = @GCJ@
|
|
GCJFLAGS = @GCJFLAGS@
|
|
GLIBCPP_IS_CROSS_COMPILING = @GLIBCPP_IS_CROSS_COMPILING@
|
|
LIBMATHOBJS = @LIBMATHOBJS@
|
|
LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
|
|
LIBTOOL = @LIBTOOL@
|
|
LIBUNWIND_FLAG = @LIBUNWIND_FLAG@
|
|
LN_S = @LN_S@
|
|
MAINT = @MAINT@
|
|
MAKEINFO = @MAKEINFO@
|
|
OBJDUMP = @OBJDUMP@
|
|
OBJEXT = @OBJEXT@
|
|
OPT_LDFLAGS = @OPT_LDFLAGS@
|
|
OS_INC_SRCDIR = @OS_INC_SRCDIR@
|
|
PACKAGE = @PACKAGE@
|
|
RANLIB = @RANLIB@
|
|
SECTION_FLAGS = @SECTION_FLAGS@
|
|
SECTION_LDFLAGS = @SECTION_LDFLAGS@
|
|
STRIP = @STRIP@
|
|
SYMVER_MAP = @SYMVER_MAP@
|
|
USE_NLS = @USE_NLS@
|
|
VERSION = @VERSION@
|
|
WARN_FLAGS = @WARN_FLAGS@
|
|
WERROR = @WERROR@
|
|
baseline_file = @baseline_file@
|
|
check_msgfmt = @check_msgfmt@
|
|
enable_shared = @enable_shared@
|
|
enable_static = @enable_static@
|
|
glibcpp_CXX = @glibcpp_CXX@
|
|
glibcpp_MOFILES = @glibcpp_MOFILES@
|
|
glibcpp_POFILES = @glibcpp_POFILES@
|
|
glibcpp_basedir = @glibcpp_basedir@
|
|
glibcpp_localedir = @glibcpp_localedir@
|
|
glibcpp_prefixdir = @glibcpp_prefixdir@
|
|
glibcpp_thread_h = @glibcpp_thread_h@
|
|
glibcpp_toolexecdir = @glibcpp_toolexecdir@
|
|
glibcpp_toolexeclibdir = @glibcpp_toolexeclibdir@
|
|
gxx_include_dir = @gxx_include_dir@
|
|
ifGNUmake = @ifGNUmake@
|
|
libio_la = @libio_la@
|
|
libtool_VERSION = @libtool_VERSION@
|
|
toplevel_srcdir = @toplevel_srcdir@
|
|
|
|
AUTOMAKE_OPTIONS = 1.3 cygnus
|
|
MAINT_CHARSET = latin1
|
|
|
|
mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
|
|
|
|
# Cross compiler support.
|
|
CXX = @glibcpp_CXX@
|
|
glibcpp_srcdir = @glibcpp_srcdir@
|
|
glibcpp_builddir = @glibcpp_builddir@
|
|
toolexecdir = @glibcpp_toolexecdir@
|
|
toolexeclibdir = @glibcpp_toolexeclibdir@
|
|
toolexeclib_LTLIBRARIES = libstdc++.la
|
|
@GLIBCPP_BUILD_VERSIONED_SHLIB_TRUE@version_arg = @GLIBCPP_BUILD_VERSIONED_SHLIB_TRUE@-Wl,--version-script=libstdc++-symbol.ver
|
|
@GLIBCPP_BUILD_VERSIONED_SHLIB_FALSE@version_arg =
|
|
|
|
# Compile flags that should be constant throughout the build, both for
|
|
# SUBDIRS and for libstdc++-v3 in general.
|
|
OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
|
|
|
|
# These bits are all figured out from configure. Look in acinclude.m4
|
|
# or configure.in to see how they are set. See GLIBCPP_EXPORT_FLAGS
|
|
CONFIG_CXXFLAGS = \
|
|
@EXTRA_CXX_FLAGS@ @SECTION_FLAGS@
|
|
|
|
|
|
# Warning flags to use.
|
|
WARN_CXXFLAGS = \
|
|
@WARN_FLAGS@ $(WERROR) -fdiagnostics-show-location=once
|
|
|
|
|
|
# Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
|
|
GLIBCPP_INCLUDES = @GLIBCPP_INCLUDES@
|
|
LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
|
|
LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
|
|
LIBIO_INCLUDES = @LIBIO_INCLUDES@
|
|
TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
|
|
|
|
INCLUDES = \
|
|
-nostdinc++ \
|
|
$(GLIBCPP_INCLUDES) \
|
|
$(LIBSUPCXX_INCLUDES) $(LIBIO_INCLUDES) $(LIBMATH_INCLUDES) \
|
|
$(TOPLEVEL_INCLUDES)
|
|
|
|
|
|
# Source files linked in via configuration/make substitution for a
|
|
# particular target.
|
|
target_sources = \
|
|
codecvt_members.cc \
|
|
collate_members.cc \
|
|
ctype_members.cc \
|
|
messages_members.cc \
|
|
monetary_members.cc \
|
|
numeric_members.cc \
|
|
time_members.cc
|
|
|
|
|
|
# Source files linked in via configuration/make substitution for a
|
|
# particular target, but with ad hoc naming rules.
|
|
target_sources_extra = \
|
|
basic_file.cc \
|
|
c++locale.cc
|
|
|
|
|
|
# Sources present in the src directory.
|
|
sources = \
|
|
bitset.cc \
|
|
codecvt.cc \
|
|
complex_io.cc \
|
|
concept-inst.cc \
|
|
ctype.cc \
|
|
ext-inst.cc \
|
|
fstream.cc \
|
|
fstream-inst.cc \
|
|
functexcept.cc \
|
|
globals.cc \
|
|
io-inst.cc \
|
|
ios.cc \
|
|
istream-inst.cc \
|
|
limits.cc \
|
|
locale.cc \
|
|
locale-inst.cc \
|
|
localename.cc \
|
|
misc-inst.cc \
|
|
ostream-inst.cc \
|
|
sstream-inst.cc \
|
|
stdexcept.cc \
|
|
stl-inst.cc \
|
|
streambuf-inst.cc \
|
|
string-inst.cc \
|
|
strstream.cc \
|
|
valarray-inst.cc \
|
|
wstring-inst.cc \
|
|
${target_sources} \
|
|
${target_sources_extra}
|
|
|
|
|
|
VPATH = $(top_srcdir)/src:$(top_srcdir)
|
|
|
|
libstdc___la_SOURCES = $(sources)
|
|
|
|
libstdc___la_LIBADD = \
|
|
$(top_builddir)/libmath/libmath.la @libio_la@ \
|
|
$(top_builddir)/libsupc++/libsupc++convenience.la
|
|
|
|
|
|
libstdc___la_DEPENDENCIES = libstdc++-symbol.ver $(libstdc___la_LIBADD)
|
|
|
|
libstdc___la_LDFLAGS = \
|
|
-version-info @libtool_VERSION@ ${version_arg} \
|
|
-lm @LIBUNWIND_FLAG@
|
|
|
|
|
|
# Use special rules for the deprecated source files so that they find
|
|
# deprecated include files.
|
|
GLIBCPP_INCLUDE_DIR = @glibcpp_builddir@/include
|
|
|
|
# AM_CXXFLAGS needs to be in each subdirectory so that it can be
|
|
# modified in a per-library or per-sub-library way. Need to manually
|
|
# set this option because CONFIG_CXXFLAGS has to be after
|
|
# OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
|
|
# as the occasion call for it.
|
|
AM_CXXFLAGS = \
|
|
-fno-implicit-templates \
|
|
$(LIBSUPCXX_CXXFLAGS) \
|
|
$(WARN_CXXFLAGS) \
|
|
$(OPTIMIZE_CXXFLAGS) \
|
|
$(CONFIG_CXXFLAGS)
|
|
|
|
|
|
# libstdc++ libtool notes
|
|
|
|
# 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
|
|
# last. (That way, things like -O2 passed down from the toplevel can
|
|
# be overridden by --enable-debug.)
|
|
|
|
# 2) In general, libtool expects an argument such as `--tag=CXX' when
|
|
# using the C++ compiler, because that will enable the settings
|
|
# detected when C++ support was being configured. However, when no
|
|
# such flag is given in the command line, libtool attempts to figure
|
|
# it out by matching the compiler name in each configuration section
|
|
# against a prefix of the command line. The problem is that, if the
|
|
# compiler name and its initial flags stored in the libtool
|
|
# configuration file don't match those in the command line, libtool
|
|
# can't decide which configuration to use, and it gives up. The
|
|
# correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
|
|
# CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
|
|
# attempt to infer which configuration to use
|
|
LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES) \
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS)
|
|
|
|
|
|
# 3) We'd have a problem when building the shared libstdc++ object if
|
|
# the rules automake generates would be used. We cannot allow g++ to
|
|
# be used since this would add -lstdc++ to the link line which of
|
|
# course is problematic at this point. So, we get the top-level
|
|
# directory to configure libstdc++-v3 to use gcc as the C++
|
|
# compilation driver.
|
|
CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX) \
|
|
@OPT_LDFLAGS@ @SECTION_LDFLAGS@ $(AM_CXXFLAGS) $(LDFLAGS) -o $@
|
|
|
|
|
|
debugdir = debug
|
|
CONFIG_HEADER = ../config.h
|
|
CONFIG_CLEAN_FILES =
|
|
LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
|
|
|
|
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I..
|
|
CPPFLAGS = @CPPFLAGS@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBS = @LIBS@
|
|
libstdc___la_OBJECTS = bitset.lo codecvt.lo complex_io.lo \
|
|
concept-inst.lo ctype.lo ext-inst.lo fstream.lo fstream-inst.lo \
|
|
functexcept.lo globals.lo io-inst.lo ios.lo istream-inst.lo limits.lo \
|
|
locale.lo locale-inst.lo localename.lo misc-inst.lo ostream-inst.lo \
|
|
sstream-inst.lo stdexcept.lo stl-inst.lo streambuf-inst.lo \
|
|
string-inst.lo strstream.lo valarray-inst.lo wstring-inst.lo \
|
|
codecvt_members.lo collate_members.lo ctype_members.lo \
|
|
messages_members.lo monetary_members.lo numeric_members.lo \
|
|
time_members.lo basic_file.lo c++locale.lo
|
|
CXXFLAGS = @CXXFLAGS@
|
|
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
CXXLD = $(CXX)
|
|
DIST_COMMON = Makefile.am Makefile.in
|
|
|
|
|
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
TAR = gtar
|
|
GZIP_ENV = --best
|
|
SOURCES = $(libstdc___la_SOURCES)
|
|
OBJECTS = $(libstdc___la_OBJECTS)
|
|
|
|
all: all-redirect
|
|
.SUFFIXES:
|
|
.SUFFIXES: .S .c .cc .lo .o .obj .s
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
cd $(top_srcdir) && $(AUTOMAKE) --cygnus src/Makefile
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
cd $(top_builddir) \
|
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
|
|
mostlyclean-toolexeclibLTLIBRARIES:
|
|
|
|
clean-toolexeclibLTLIBRARIES:
|
|
-test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
|
|
|
|
distclean-toolexeclibLTLIBRARIES:
|
|
|
|
maintainer-clean-toolexeclibLTLIBRARIES:
|
|
|
|
install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
|
|
@$(NORMAL_INSTALL)
|
|
$(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
|
|
@list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
|
|
if test -f $$p; then \
|
|
echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
|
|
$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-toolexeclibLTLIBRARIES:
|
|
@$(NORMAL_UNINSTALL)
|
|
list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
|
|
$(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
|
|
done
|
|
|
|
.c.o:
|
|
$(COMPILE) -c $<
|
|
|
|
# FIXME: We should only use cygpath when building on Windows,
|
|
# and only if it is available.
|
|
.c.obj:
|
|
$(COMPILE) -c `cygpath -w $<`
|
|
|
|
.s.o:
|
|
$(COMPILE) -c $<
|
|
|
|
.S.o:
|
|
$(COMPILE) -c $<
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.o core *.core
|
|
-rm -f *.$(OBJEXT)
|
|
|
|
clean-compile:
|
|
|
|
distclean-compile:
|
|
-rm -f *.tab.c
|
|
|
|
maintainer-clean-compile:
|
|
|
|
.c.lo:
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
|
|
|
.s.lo:
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
|
|
|
.S.lo:
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
|
|
|
mostlyclean-libtool:
|
|
-rm -f *.lo
|
|
|
|
clean-libtool:
|
|
-rm -rf .libs _libs
|
|
|
|
distclean-libtool:
|
|
|
|
maintainer-clean-libtool:
|
|
|
|
libstdc++.la: $(libstdc___la_OBJECTS) $(libstdc___la_DEPENDENCIES)
|
|
$(CXXLINK) -rpath $(toolexeclibdir) $(libstdc___la_LDFLAGS) $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD) $(LIBS)
|
|
.cc.o:
|
|
$(CXXCOMPILE) -c $<
|
|
.cc.obj:
|
|
$(CXXCOMPILE) -c `cygpath -w $<`
|
|
.cc.lo:
|
|
$(LTCXXCOMPILE) -c $<
|
|
|
|
tags: TAGS
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP)
|
|
list='$(SOURCES) $(HEADERS)'; \
|
|
unique=`for i in $$list; do echo $$i; done | \
|
|
awk ' { files[$$0] = 1; } \
|
|
END { for (i in files) print i; }'`; \
|
|
here=`pwd` && cd $(srcdir) \
|
|
&& mkid -f$$here/ID $$unique $(LISP)
|
|
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
|
|
tags=; \
|
|
here=`pwd`; \
|
|
list='$(SOURCES) $(HEADERS)'; \
|
|
unique=`for i in $$list; do echo $$i; done | \
|
|
awk ' { files[$$0] = 1; } \
|
|
END { for (i in files) print i; }'`; \
|
|
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|
|
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
|
|
|
|
mostlyclean-tags:
|
|
|
|
clean-tags:
|
|
|
|
distclean-tags:
|
|
-rm -f TAGS ID
|
|
|
|
maintainer-clean-tags:
|
|
|
|
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
|
|
subdir = src
|
|
|
|
distdir: $(DISTFILES)
|
|
@for file in $(DISTFILES); do \
|
|
if test -f $$file; then d=.; else d=$(srcdir); fi; \
|
|
if test -d $$d/$$file; then \
|
|
cp -pr $$d/$$file $(distdir)/$$file; \
|
|
else \
|
|
test -f $(distdir)/$$file \
|
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
|
fi; \
|
|
done
|
|
info-am:
|
|
info: info-am
|
|
dvi-am:
|
|
dvi: dvi-am
|
|
check-am:
|
|
check: check-am
|
|
installcheck-am:
|
|
installcheck: installcheck-am
|
|
install-info-am:
|
|
install-info: install-info-am
|
|
install-exec-am: install-toolexeclibLTLIBRARIES
|
|
install-exec: install-exec-am
|
|
|
|
install-data-am: install-data-local
|
|
install-data: install-data-am
|
|
|
|
install-am: all-am
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
install: install-am
|
|
uninstall-am: uninstall-toolexeclibLTLIBRARIES
|
|
uninstall: uninstall-am
|
|
all-am: Makefile $(LTLIBRARIES) all-local
|
|
all-redirect: all-am
|
|
install-strip:
|
|
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
|
installdirs:
|
|
$(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
|
|
|
|
|
|
mostlyclean-generic:
|
|
|
|
clean-generic:
|
|
|
|
distclean-generic:
|
|
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
|
|
maintainer-clean-generic:
|
|
mostlyclean-am: mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
|
|
mostlyclean-libtool mostlyclean-tags \
|
|
mostlyclean-generic
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
clean-am: clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
|
|
clean-tags clean-generic mostlyclean-am
|
|
|
|
clean: clean-am
|
|
|
|
distclean-am: distclean-toolexeclibLTLIBRARIES distclean-compile \
|
|
distclean-libtool distclean-tags distclean-generic \
|
|
clean-am
|
|
-rm -f libtool
|
|
|
|
distclean: distclean-am
|
|
|
|
maintainer-clean-am: maintainer-clean-toolexeclibLTLIBRARIES \
|
|
maintainer-clean-compile maintainer-clean-libtool \
|
|
maintainer-clean-tags maintainer-clean-generic \
|
|
distclean-am
|
|
@echo "This command is intended for maintainers to use;"
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
|
|
.PHONY: mostlyclean-toolexeclibLTLIBRARIES \
|
|
distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
|
|
maintainer-clean-toolexeclibLTLIBRARIES \
|
|
uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
|
|
mostlyclean-compile distclean-compile clean-compile \
|
|
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
|
|
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
|
|
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
|
|
dvi-am dvi check check-am installcheck-am installcheck install-info-am \
|
|
install-info install-exec-am install-exec install-data-local \
|
|
install-data-am install-data install-am install uninstall-am uninstall \
|
|
all-local all-redirect all-am all installdirs mostlyclean-generic \
|
|
distclean-generic clean-generic maintainer-clean-generic clean \
|
|
mostlyclean distclean maintainer-clean
|
|
|
|
@GLIBCPP_BUILD_VERSIONED_SHLIB_TRUE@libstdc++-symbol.ver: ${glibcpp_srcdir}/@SYMVER_MAP@
|
|
@GLIBCPP_BUILD_VERSIONED_SHLIB_TRUE@ @LN_S@ ${glibcpp_srcdir}/@SYMVER_MAP@ ./libstdc++-symbol.ver || true
|
|
@GLIBCPP_BUILD_VERSIONED_SHLIB_FALSE@libstdc++-symbol.ver:
|
|
|
|
codecvt_members.cc: ${glibcpp_srcdir}/@CCODECVT_CC@
|
|
@LN_S@ ${glibcpp_srcdir}/@CCODECVT_CC@ . || true
|
|
|
|
collate_members.cc: ${glibcpp_srcdir}/@CCOLLATE_CC@
|
|
@LN_S@ ${glibcpp_srcdir}/@CCOLLATE_CC@ . || true
|
|
|
|
ctype_members.cc: ${glibcpp_srcdir}/@CCTYPE_CC@
|
|
@LN_S@ ${glibcpp_srcdir}/@CCTYPE_CC@ . || true
|
|
|
|
messages_members.cc: ${glibcpp_srcdir}/@CMESSAGES_CC@
|
|
@LN_S@ ${glibcpp_srcdir}/@CMESSAGES_CC@ . || true
|
|
|
|
monetary_members.cc: ${glibcpp_srcdir}/@CMONEY_CC@
|
|
@LN_S@ ${glibcpp_srcdir}/@CMONEY_CC@ . || true
|
|
|
|
numeric_members.cc: ${glibcpp_srcdir}/@CNUMERIC_CC@
|
|
@LN_S@ ${glibcpp_srcdir}/@CNUMERIC_CC@ . || true
|
|
|
|
time_members.cc: ${glibcpp_srcdir}/@CTIME_CC@
|
|
@LN_S@ ${glibcpp_srcdir}/@CTIME_CC@ . || true
|
|
|
|
c++locale.cc: ${glibcpp_srcdir}/@CLOCALE_CC@
|
|
@LN_S@ ${glibcpp_srcdir}/@CLOCALE_CC@ ./$@ || true
|
|
|
|
basic_file.cc: ${glibcpp_srcdir}/@BASIC_FILE_CC@
|
|
@LN_S@ ${glibcpp_srcdir}/@BASIC_FILE_CC@ ./$@ || true
|
|
strstream.lo: strstream.cc
|
|
$(LTCXXCOMPILE) -I$(GLIBCPP_INCLUDE_DIR)/backward -Wno-deprecated -c $<
|
|
strstream.o: strstream.cc
|
|
$(CXXCOMPILE) -I$(GLIBCPP_INCLUDE_DIR)/backward -Wno-deprecated -c $<
|
|
|
|
# Use special rules for the concept-checking instantiations so that all
|
|
# the generated template functions are also instantiated. Force the checks
|
|
# to be on so that the instantiations are actually seen.
|
|
concept-inst.lo: concept-inst.cc
|
|
$(LTCXXCOMPILE) -D_GLIBCPP_CONCEPT_CHECKS -fimplicit-templates -c $<
|
|
concept-inst.o: concept-inst.cc
|
|
$(CXXCOMPILE) -D_GLIBCPP_CONCEPT_CHECKS -fimplicit-templates -c $<
|
|
|
|
# Added bits to build debug library.
|
|
@GLIBCPP_BUILD_DEBUG_TRUE@all-local: build_debug
|
|
@GLIBCPP_BUILD_DEBUG_TRUE@install-data-local: install_debug
|
|
@GLIBCPP_BUILD_DEBUG_FALSE@all-local:
|
|
@GLIBCPP_BUILD_DEBUG_FALSE@install-data-local:
|
|
|
|
# Build parallel set of debug objects here.
|
|
stamp-debug:
|
|
if test ! -d ${debugdir}; then \
|
|
mkdir -p ${debugdir}; \
|
|
(cd ${debugdir}; \
|
|
sed -e 's/top_builddir = \.\./top_builddir = ..\/../' \
|
|
-e 's/srcdir = \.\./srcdir = ..\/../' \
|
|
-e 's/glibcpp_basedir = \.\./glibcpp_basedir = ..\/../' \
|
|
-e 's/all-local: build_debug/all-local:/' \
|
|
-e 's/install-data-local: install_debug/install-data-local:/' \
|
|
< ../Makefile > Makefile) ; \
|
|
fi; \
|
|
echo `date` > stamp-debug;
|
|
|
|
build_debug: stamp-debug
|
|
(cd ${debugdir} && $(MAKE) CXXFLAGS='@DEBUG_FLAGS@' all)
|
|
|
|
# Install debug library here.
|
|
install_debug:
|
|
(cd ${debugdir} && $(MAKE) \
|
|
toolexeclibdir=@glibcpp_toolexeclibdir@/debug install)
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|