mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-16 07:29:59 +08:00
configure.in (libtool_VERSION): Add.
2001-08-13 Benjamin Kosnik <bkoz@redhat.com> * configure.in (libtool_VERSION): Add. (VERSION): Change to (release_VERSION): This. * configure: Regenerate. * src/Makefile.am (libstdc___la_LDFLAGS): Use -version-info with libtool_VERSION. * src/Makefile.in: Regenerate. * intl/Makefile.am: Remove. * intl/Makefile.in: Remove. * intl: Remove. * Makefile.am (SUBDIRS): Remove intl. * po/Makefile.am (DISTFILES): Add string_literals.cc (MSGFMT): Add. * po/string_literals.cc: Add. * po/POTFILES.in: Fix path. * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Don't call AM_GNU_GETTEXT. * aclocal.m4: Regenerate. * configure.in: Remove AC_OUTPUT of intl/Makefile. * include/backward/backward_warning.h: Clarify message. * testsuite_flags.in (--cxxflags): Use same debug flags for library and testsuite. * include/Makefile.am (c_compatibility): Remove. * include/Makefile.in: Regenerate. From-SVN: r44880
This commit is contained in:
parent
881e8e2949
commit
4e10943dda
@ -1,3 +1,33 @@
|
||||
2001-08-13 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* configure.in (libtool_VERSION): Add.
|
||||
(VERSION): Change to
|
||||
(release_VERSION): This.
|
||||
* configure: Regenerate.
|
||||
* src/Makefile.am (libstdc___la_LDFLAGS): Use -version-info with
|
||||
libtool_VERSION.
|
||||
* src/Makefile.in: Regenerate.
|
||||
|
||||
* intl/Makefile.am: Remove.
|
||||
* intl/Makefile.in: Remove.
|
||||
* intl: Remove.
|
||||
* Makefile.am (SUBDIRS): Remove intl.
|
||||
* po/Makefile.am (DISTFILES): Add string_literals.cc
|
||||
(MSGFMT): Add.
|
||||
* po/string_literals.cc: Add.
|
||||
* po/POTFILES.in: Fix path.
|
||||
* acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Don't call AM_GNU_GETTEXT.
|
||||
* aclocal.m4: Regenerate.
|
||||
* configure.in: Remove AC_OUTPUT of intl/Makefile.
|
||||
|
||||
* include/backward/backward_warning.h: Clarify message.
|
||||
|
||||
* testsuite_flags.in (--cxxflags): Use same debug flags for
|
||||
library and testsuite.
|
||||
|
||||
* include/Makefile.am (c_compatibility): Remove.
|
||||
* include/Makefile.in: Regenerate.
|
||||
|
||||
2001-08-13 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* configure.in (LIMITS_INC_SRCDIR): New variable.
|
||||
@ -39,7 +69,7 @@
|
||||
colon in $(objdir).
|
||||
* include/Makefile.in: Rebuilt.
|
||||
|
||||
2001-08-10 Gunter Winkler <gunter.winkler@mathematik.tu-chemnitz.de>
|
||||
2001-08-10 Gunter Winkler <gunter.winkler@mathematik.tu-chemnitz.de>
|
||||
|
||||
* include/bits/std_complex.h (complex<long double>::operator*=,
|
||||
complex<long double>::operator/=): Fix thinko.
|
||||
|
@ -24,7 +24,7 @@
|
||||
AUTOMAKE_OPTIONS = 1.3 cygnus
|
||||
MAINT_CHARSET = latin1
|
||||
|
||||
SUBDIRS = include libio libmath libsupc++ src po intl testsuite
|
||||
SUBDIRS = include libio libmath libsupc++ src po testsuite
|
||||
|
||||
mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
|
||||
|
||||
|
@ -134,6 +134,7 @@ 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_builddir = @glibcpp_builddir@
|
||||
glibcpp_localedir = @glibcpp_localedir@
|
||||
@ -146,12 +147,14 @@ gxx_include_dir = @gxx_include_dir@
|
||||
ifGNUmake = @ifGNUmake@
|
||||
l = @l@
|
||||
libio_la = @libio_la@
|
||||
libtool_VERSION = @libtool_VERSION@
|
||||
release_VERSION = @release_VERSION@
|
||||
toplevel_srcdir = @toplevel_srcdir@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.3 cygnus
|
||||
MAINT_CHARSET = latin1
|
||||
|
||||
SUBDIRS = include libio libmath libsupc++ src po intl testsuite
|
||||
SUBDIRS = include libio libmath libsupc++ src po testsuite
|
||||
|
||||
mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
|
||||
|
||||
@ -319,7 +322,7 @@ distcheck: dist
|
||||
mkdir $(distdir)/=inst
|
||||
dc_install_base=`cd $(distdir)/=inst && pwd`; \
|
||||
cd $(distdir)/=build \
|
||||
&& ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
|
||||
&& ../configure --srcdir=.. --prefix=$$dc_install_base \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
||||
|
@ -1054,7 +1054,6 @@ AC_DEFUN(GLIBCPP_ENABLE_CLOCALE, [
|
||||
|
||||
# Don't use gettext.
|
||||
USE_NLS=no
|
||||
AC_SUBST(USE_NLS)
|
||||
|
||||
CLOCALE_H=config/locale/c_locale_generic.h
|
||||
CLOCALE_CC=config/locale/c_locale_generic.cc
|
||||
@ -1069,13 +1068,17 @@ AC_DEFUN(GLIBCPP_ENABLE_CLOCALE, [
|
||||
# languages.
|
||||
# For some reason, ALL_LINGUAS has to be before AM_GNU_GETTEXT
|
||||
ALL_LINGUAS="de fr"
|
||||
AM_GNU_GETTEXT
|
||||
# Don't call AM_GNU_GETTEXT here. Instead, assume glibc.
|
||||
# Need to deal with MSGFMT, USE_NLS, and glibcpp_[P,M]OFILES
|
||||
USE_NLS=yes
|
||||
|
||||
# Export the build objects.
|
||||
for ling in $ALL_LINGUAS; do \
|
||||
glibcpp_MOFILES="$glibcpp_MOFILES $ling.mo"; \
|
||||
glibcpp_POFILES="$glibcpp_POFILES $ling.po"; \
|
||||
done
|
||||
AC_SUBST(glibcpp_MOFILES)
|
||||
AC_SUBST(glibcpp_POFILES)
|
||||
|
||||
CLOCALE_H=config/locale/c_locale_gnu.h
|
||||
CLOCALE_CC=config/locale/c_locale_gnu.cc
|
||||
@ -1088,7 +1091,6 @@ AC_DEFUN(GLIBCPP_ENABLE_CLOCALE, [
|
||||
|
||||
# Don't use gettext.
|
||||
USE_NLS=no
|
||||
AC_SUBST(USE_NLS)
|
||||
|
||||
CLOCALE_H=config/locale/c_locale_ieee_1003.1-200x.h
|
||||
CLOCALE_CC=config/locale/c_locale_ieee_1003.1-200x.cc
|
||||
@ -1107,6 +1109,7 @@ AC_DEFUN(GLIBCPP_ENABLE_CLOCALE, [
|
||||
glibcpp_localedir=${glibcpp_builddir}/po/share/locale
|
||||
AC_SUBST(glibcpp_localedir)
|
||||
|
||||
AC_SUBST(USE_NLS)
|
||||
AC_SUBST(CLOCALE_H)
|
||||
AC_SUBST(CCODECVT_H)
|
||||
AC_SUBST(CMESSAGES_H)
|
||||
|
9
libstdc++-v3/aclocal.m4
vendored
9
libstdc++-v3/aclocal.m4
vendored
@ -1066,7 +1066,6 @@ AC_DEFUN(GLIBCPP_ENABLE_CLOCALE, [
|
||||
|
||||
# Don't use gettext.
|
||||
USE_NLS=no
|
||||
AC_SUBST(USE_NLS)
|
||||
|
||||
CLOCALE_H=config/locale/c_locale_generic.h
|
||||
CLOCALE_CC=config/locale/c_locale_generic.cc
|
||||
@ -1081,13 +1080,17 @@ AC_DEFUN(GLIBCPP_ENABLE_CLOCALE, [
|
||||
# languages.
|
||||
# For some reason, ALL_LINGUAS has to be before AM_GNU_GETTEXT
|
||||
ALL_LINGUAS="de fr"
|
||||
AM_GNU_GETTEXT
|
||||
# Don't call AM_GNU_GETTEXT here. Instead, assume glibc.
|
||||
# Need to deal with MSGFMT, USE_NLS, and glibcpp_[P,M]OFILES
|
||||
USE_NLS=yes
|
||||
|
||||
# Export the build objects.
|
||||
for ling in $ALL_LINGUAS; do \
|
||||
glibcpp_MOFILES="$glibcpp_MOFILES $ling.mo"; \
|
||||
glibcpp_POFILES="$glibcpp_POFILES $ling.po"; \
|
||||
done
|
||||
AC_SUBST(glibcpp_MOFILES)
|
||||
AC_SUBST(glibcpp_POFILES)
|
||||
|
||||
CLOCALE_H=config/locale/c_locale_gnu.h
|
||||
CLOCALE_CC=config/locale/c_locale_gnu.cc
|
||||
@ -1100,7 +1103,6 @@ AC_DEFUN(GLIBCPP_ENABLE_CLOCALE, [
|
||||
|
||||
# Don't use gettext.
|
||||
USE_NLS=no
|
||||
AC_SUBST(USE_NLS)
|
||||
|
||||
CLOCALE_H=config/locale/c_locale_ieee_1003.1-200x.h
|
||||
CLOCALE_CC=config/locale/c_locale_ieee_1003.1-200x.cc
|
||||
@ -1119,6 +1121,7 @@ AC_DEFUN(GLIBCPP_ENABLE_CLOCALE, [
|
||||
glibcpp_localedir=${glibcpp_builddir}/po/share/locale
|
||||
AC_SUBST(glibcpp_localedir)
|
||||
|
||||
AC_SUBST(USE_NLS)
|
||||
AC_SUBST(CLOCALE_H)
|
||||
AC_SUBST(CCODECVT_H)
|
||||
AC_SUBST(CMESSAGES_H)
|
||||
|
@ -1,54 +1,11 @@
|
||||
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
||||
|
||||
/* Define if using alloca.c. */
|
||||
#undef C_ALLOCA
|
||||
|
||||
/* Define to empty if the keyword does not work. */
|
||||
#undef const
|
||||
|
||||
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
|
||||
This function is required for alloca.c support on those systems. */
|
||||
#undef CRAY_STACKSEG_END
|
||||
|
||||
/* Define if you have alloca, as a function or macro. */
|
||||
#undef HAVE_ALLOCA
|
||||
|
||||
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
|
||||
#undef HAVE_ALLOCA_H
|
||||
|
||||
/* Define if you have a working `mmap' system call. */
|
||||
#undef HAVE_MMAP
|
||||
|
||||
/* Define as __inline if that's what the C compiler calls it. */
|
||||
#undef inline
|
||||
|
||||
/* Define to `long' if <sys/types.h> doesn't define. */
|
||||
#undef off_t
|
||||
|
||||
/* Define if you need to in order for stat and other things to work. */
|
||||
#undef _POSIX_SOURCE
|
||||
|
||||
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
||||
#undef size_t
|
||||
|
||||
/* If using the C implementation of alloca, define if you know the
|
||||
direction of stack growth for your system; otherwise it will be
|
||||
automatically deduced at run-time.
|
||||
STACK_DIRECTION > 0 => grows toward higher addresses
|
||||
STACK_DIRECTION < 0 => grows toward lower addresses
|
||||
STACK_DIRECTION = 0 => direction of growth unknown
|
||||
*/
|
||||
#undef STACK_DIRECTION
|
||||
|
||||
/* Define if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
|
||||
// Needed for gettext.
|
||||
#undef ENABLE_NLS
|
||||
#undef HAVE_CATGETS
|
||||
#undef HAVE_GETTEXT
|
||||
#undef HAVE_STPCPY
|
||||
|
||||
// Define if GCC supports weak symbols
|
||||
#undef _GLIBCPP_SUPPORTS_WEAK
|
||||
|
||||
@ -124,15 +81,6 @@
|
||||
// Define if LC_MESSAGES is available in <locale.h>.
|
||||
#undef HAVE_LC_MESSAGES
|
||||
|
||||
/* Define if you have the __argz_count function. */
|
||||
#undef HAVE___ARGZ_COUNT
|
||||
|
||||
/* Define if you have the __argz_next function. */
|
||||
#undef HAVE___ARGZ_NEXT
|
||||
|
||||
/* Define if you have the __argz_stringify function. */
|
||||
#undef HAVE___ARGZ_STRINGIFY
|
||||
|
||||
/* Define if you have the _acosf function. */
|
||||
#undef HAVE__ACOSF
|
||||
|
||||
@ -373,9 +321,6 @@
|
||||
/* Define if you have the cosl function. */
|
||||
#undef HAVE_COSL
|
||||
|
||||
/* Define if you have the dcgettext function. */
|
||||
#undef HAVE_DCGETTEXT
|
||||
|
||||
/* Define if you have the drand48 function. */
|
||||
#undef HAVE_DRAND48
|
||||
|
||||
@ -439,9 +384,6 @@
|
||||
/* Define if you have the fwscanf function. */
|
||||
#undef HAVE_FWSCANF
|
||||
|
||||
/* Define if you have the getcwd function. */
|
||||
#undef HAVE_GETCWD
|
||||
|
||||
/* Define if you have the getpagesize function. */
|
||||
#undef HAVE_GETPAGESIZE
|
||||
|
||||
@ -523,9 +465,6 @@
|
||||
/* Define if you have the modfl function. */
|
||||
#undef HAVE_MODFL
|
||||
|
||||
/* Define if you have the munmap function. */
|
||||
#undef HAVE_MUNMAP
|
||||
|
||||
/* Define if you have the nan function. */
|
||||
#undef HAVE_NAN
|
||||
|
||||
@ -538,9 +477,6 @@
|
||||
/* Define if you have the powl function. */
|
||||
#undef HAVE_POWL
|
||||
|
||||
/* Define if you have the putenv function. */
|
||||
#undef HAVE_PUTENV
|
||||
|
||||
/* Define if you have the putwc function. */
|
||||
#undef HAVE_PUTWC
|
||||
|
||||
@ -550,12 +486,6 @@
|
||||
/* Define if you have the qfpclass function. */
|
||||
#undef HAVE_QFPCLASS
|
||||
|
||||
/* Define if you have the setenv function. */
|
||||
#undef HAVE_SETENV
|
||||
|
||||
/* Define if you have the setlocale function. */
|
||||
#undef HAVE_SETLOCALE
|
||||
|
||||
/* Define if you have the signbitl function. */
|
||||
#undef HAVE_SIGNBITL
|
||||
|
||||
@ -586,18 +516,6 @@
|
||||
/* Define if you have the sqrtl function. */
|
||||
#undef HAVE_SQRTL
|
||||
|
||||
/* Define if you have the stpcpy function. */
|
||||
#undef HAVE_STPCPY
|
||||
|
||||
/* Define if you have the strcasecmp function. */
|
||||
#undef HAVE_STRCASECMP
|
||||
|
||||
/* Define if you have the strchr function. */
|
||||
#undef HAVE_STRCHR
|
||||
|
||||
/* Define if you have the strdup function. */
|
||||
#undef HAVE_STRDUP
|
||||
|
||||
/* Define if you have the strtold function. */
|
||||
#undef HAVE_STRTOLD
|
||||
|
||||
@ -733,9 +651,6 @@
|
||||
/* Define if you have the wscanf function. */
|
||||
#undef HAVE_WSCANF
|
||||
|
||||
/* Define if you have the <argz.h> header file. */
|
||||
#undef HAVE_ARGZ_H
|
||||
|
||||
/* Define if you have the <endian.h> header file. */
|
||||
#undef HAVE_ENDIAN_H
|
||||
|
||||
@ -754,9 +669,6 @@
|
||||
/* Define if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define if you have the <limits.h> header file. */
|
||||
#undef HAVE_LIMITS_H
|
||||
|
||||
/* Define if you have the <locale.h> header file. */
|
||||
#undef HAVE_LOCALE_H
|
||||
|
||||
@ -766,27 +678,15 @@
|
||||
/* Define if you have the <machine/param.h> header file. */
|
||||
#undef HAVE_MACHINE_PARAM_H
|
||||
|
||||
/* Define if you have the <malloc.h> header file. */
|
||||
#undef HAVE_MALLOC_H
|
||||
|
||||
/* Define if you have the <nan.h> header file. */
|
||||
#undef HAVE_NAN_H
|
||||
|
||||
/* Define if you have the <nl_types.h> header file. */
|
||||
#undef HAVE_NL_TYPES_H
|
||||
|
||||
/* Define if you have the <string.h> header file. */
|
||||
#undef HAVE_STRING_H
|
||||
|
||||
/* Define if you have the <sys/isa_defs.h> header file. */
|
||||
#undef HAVE_SYS_ISA_DEFS_H
|
||||
|
||||
/* Define if you have the <sys/machine.h> header file. */
|
||||
#undef HAVE_SYS_MACHINE_H
|
||||
|
||||
/* Define if you have the <sys/param.h> header file. */
|
||||
#undef HAVE_SYS_PARAM_H
|
||||
|
||||
/* Define if you have the <sys/resource.h> header file. */
|
||||
#undef HAVE_SYS_RESOURCE_H
|
||||
|
||||
@ -796,9 +696,6 @@
|
||||
/* Define if you have the <wchar.h> header file. */
|
||||
#undef HAVE_WCHAR_H
|
||||
|
||||
/* Define if you have the i library (-li). */
|
||||
#undef HAVE_LIBI
|
||||
|
||||
/* Define if you have the m library (-lm). */
|
||||
#undef HAVE_LIBM
|
||||
|
||||
|
8635
libstdc++-v3/configure
vendored
8635
libstdc++-v3/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -5,12 +5,13 @@ AC_PREREQ(2.13)
|
||||
AC_INIT(src/ios.cc)
|
||||
|
||||
PACKAGE=libstdc++
|
||||
MAJOR_VERSION=3
|
||||
MINOR_VERSION=1
|
||||
MICRO_VERSION=0
|
||||
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
|
||||
AC_SUBST(PACKAGE)
|
||||
AC_SUBST(VERSION)
|
||||
# For typical GNU versioning info, format is MAJOR.MINOR.MICRO
|
||||
release_VERSION=3.1.0
|
||||
AC_SUBST(release_VERSION)
|
||||
# For libtool versioning info, format is CURRENT:REVISION:AGE
|
||||
libtool_VERSION=4:0:0
|
||||
AC_SUBST(libtool_VERSION)
|
||||
|
||||
# Gets build, host, target, *_vendor, *_cpu, *_os, etc.
|
||||
# AC 2.50 sets target_alias iff the user specified --target, but we use it
|
||||
@ -19,7 +20,7 @@ AC_CANONICAL_SYSTEM
|
||||
target_alias=${target_alias-$target}
|
||||
AC_SUBST(target_alias)
|
||||
|
||||
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
|
||||
AM_INIT_AUTOMAKE($PACKAGE, $release_VERSION)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
# Runs configure.host and configure.target, as well as finds CC, CXX
|
||||
@ -248,7 +249,7 @@ AC_SUBST(LIBSUPCXX_PICFLAGS)
|
||||
AC_OUTPUT(Makefile \
|
||||
include/Makefile src/Makefile \
|
||||
libmath/Makefile libio/Makefile libsupc++/Makefile \
|
||||
po/Makefile intl/Makefile testsuite/Makefile mkcheck testsuite_flags,
|
||||
po/Makefile testsuite/Makefile mkcheck testsuite_flags,
|
||||
[if test -n "$CONFIG_FILES"; then
|
||||
ac_file=Makefile . ${glibcpp_basedir}/../config-ml.in
|
||||
grep '^MULTISUBDIR =' Makefile >> src/Makefile
|
||||
|
@ -21,7 +21,7 @@
|
||||
## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
||||
## USA.
|
||||
|
||||
## $Id: Makefile.am,v 1.4 2001/08/10 20:44:53 ljrittle Exp $
|
||||
## $Id: Makefile.am,v 1.5 2001/08/13 22:26:08 mmitchel Exp $
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.3 gnits
|
||||
MAINT_CHARSET = latin1
|
||||
@ -206,27 +206,6 @@ c_base_headers = \
|
||||
${c_base_srcdir}/std_cwctype.h \
|
||||
${c_base_srcdir}/cmath.tcc
|
||||
|
||||
##c_compatibility_srcdir = ${glibcpp_srcdir}/include/c_compatibility
|
||||
##c_compatibility_builddir = ./
|
||||
##c_compatibility_headers = \
|
||||
## ${c_compatibility_srcdir}/assert.h \
|
||||
## ${c_compatibility_srcdir}/ctype.h \
|
||||
## ${c_compatibility_srcdir}/errno.h \
|
||||
## ${c_compatibility_srcdir}/float.h \
|
||||
## ${c_compatibility_srcdir}/limits.h \
|
||||
## ${c_compatibility_srcdir}/locale.h \
|
||||
## ${c_compatibility_srcdir}/math.h \
|
||||
## ${c_compatibility_srcdir}/setjmp.h \
|
||||
## ${c_compatibility_srcdir}/signal.h \
|
||||
## ${c_compatibility_srcdir}/stdarg.h \
|
||||
## ${c_compatibility_srcdir}/stddef.h \
|
||||
## ${c_compatibility_srcdir}/stdio.h \
|
||||
## ${c_compatibility_srcdir}/stdlib.h \
|
||||
## ${c_compatibility_srcdir}/string.h \
|
||||
## ${c_compatibility_srcdir}/time.h \
|
||||
## ${c_compatibility_srcdir}/wchar.h \
|
||||
## ${c_compatibility_srcdir}/wctype.h
|
||||
|
||||
std_srcdir = ${glibcpp_srcdir}/include/std
|
||||
std_builddir = ./
|
||||
std_headers = \
|
||||
@ -296,18 +275,13 @@ thread_headers = \
|
||||
|
||||
# List of all timestamp files. By keeping only one copy of this list, both
|
||||
# CLEANFILES and all-local are kept up-to-date.
|
||||
# XXX stamp-c_compatibility not implemented yet.
|
||||
allstamps = stamp-std stamp-bits stamp-c_base stamp-backward stamp-ext \
|
||||
stamp-target stamp-thread stamp-file_model stamp-io \
|
||||
stamp-locale stamp-messages_model stamp-codecvt_model
|
||||
|
||||
# By adding these files here, automake will remove them for 'make clean'
|
||||
CLEANFILES = ${allstamps}
|
||||
|
||||
# Here are the rules for building the headers
|
||||
all-local: \
|
||||
${target_builddir}/c++config.h \
|
||||
${allstamps}
|
||||
all-local: ${target_builddir}/c++config.h ${allstamps}
|
||||
|
||||
stamp-std: ${std_headers}
|
||||
@if [ ! -d "${std_builddir}" ]; then \
|
||||
@ -380,7 +354,7 @@ stamp-codecvt_model: ${glibcpp_srcdir}/@CCODECVT_H@ ${target_builddir}
|
||||
@(cd ${target_builddir} && @LN_S@ ${glibcpp_srcdir}/@CCODECVT_H@ codecvt_specializations.h) ;\
|
||||
echo `date` > stamp-codecvt_model
|
||||
|
||||
# This target is kinda special. The timestamp on a directory gets modified
|
||||
# This target is special. The timestamp on a directory gets modified
|
||||
# whenever a file it contains gets modified, and that'll throw off all the
|
||||
# build dependencies that need this target. On the other hand, someone
|
||||
# could delete the directory and not the stamp file, faking out the make.
|
||||
@ -425,7 +399,6 @@ ${thread_builddir}/gthr-default.h:
|
||||
# One big happy istallation: just copy everything from the build to the
|
||||
# install tree (except for the build stamps).
|
||||
gxx_include_dir = @gxx_include_dir@
|
||||
|
||||
install-data-local:
|
||||
for file in `find . ! -name stamp-\* ! -name Makefile -print`; do \
|
||||
installFile=${gxx_include_dir}/$${file} ;\
|
||||
@ -436,3 +409,5 @@ install-data-local:
|
||||
fi ;\
|
||||
done
|
||||
|
||||
# By adding these files here, automake will remove them for 'make clean'
|
||||
CLEANFILES = ${allstamps}
|
||||
|
@ -133,6 +133,7 @@ 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@
|
||||
@ -141,6 +142,8 @@ glibcpp_toolexeclibdir = @glibcpp_toolexeclibdir@
|
||||
ifGNUmake = @ifGNUmake@
|
||||
l = @l@
|
||||
libio_la = @libio_la@
|
||||
libtool_VERSION = @libtool_VERSION@
|
||||
release_VERSION = @release_VERSION@
|
||||
toplevel_srcdir = @toplevel_srcdir@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.3 gnits
|
||||
@ -190,19 +193,18 @@ thread_headers = ${thread_builddir}/gthr.h ${thread_builddir}/gthr-single.h
|
||||
|
||||
# List of all timestamp files. By keeping only one copy of this list, both
|
||||
# CLEANFILES and all-local are kept up-to-date.
|
||||
# XXX stamp-c_compatibility not implemented yet.
|
||||
allstamps = stamp-std stamp-bits stamp-c_base stamp-backward stamp-ext stamp-target stamp-thread stamp-file_model stamp-io stamp-locale stamp-messages_model stamp-codecvt_model
|
||||
|
||||
|
||||
# By adding these files here, automake will remove them for 'make clean'
|
||||
CLEANFILES = ${allstamps}
|
||||
|
||||
glibcpp_thread_h = @glibcpp_thread_h@
|
||||
uppercase = [ABCDEFGHIJKLMNOPQRSTUVWXYZ_]
|
||||
|
||||
# One big happy istallation: just copy everything from the build to the
|
||||
# install tree (except for the build stamps).
|
||||
gxx_include_dir = @gxx_include_dir@
|
||||
|
||||
# By adding these files here, automake will remove them for 'make clean'
|
||||
CLEANFILES = ${allstamps}
|
||||
CONFIG_HEADER = ../config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
@ -307,9 +309,7 @@ mostlyclean distclean maintainer-clean
|
||||
|
||||
|
||||
# Here are the rules for building the headers
|
||||
all-local: \
|
||||
${target_builddir}/c++config.h \
|
||||
${allstamps}
|
||||
all-local: ${target_builddir}/c++config.h ${allstamps}
|
||||
|
||||
stamp-std: ${std_headers}
|
||||
@if [ ! -d "${std_builddir}" ]; then \
|
||||
@ -382,7 +382,7 @@ stamp-codecvt_model: ${glibcpp_srcdir}/@CCODECVT_H@ ${target_builddir}
|
||||
@(cd ${target_builddir} && @LN_S@ ${glibcpp_srcdir}/@CCODECVT_H@ codecvt_specializations.h) ;\
|
||||
echo `date` > stamp-codecvt_model
|
||||
|
||||
# This target is kinda special. The timestamp on a directory gets modified
|
||||
# This target is special. The timestamp on a directory gets modified
|
||||
# whenever a file it contains gets modified, and that'll throw off all the
|
||||
# build dependencies that need this target. On the other hand, someone
|
||||
# could delete the directory and not the stamp file, faking out the make.
|
||||
@ -420,7 +420,6 @@ ${thread_builddir}/gthr-default.h:
|
||||
-e 's/\(GCC${uppercase}*_H\)/_GLIBCPP_\1/g' \
|
||||
-e 's/\(${uppercase}*WEAK\)/_GLIBCPP_\1/g' \
|
||||
< ${glibcpp_srcdir}/../gcc/${glibcpp_thread_h} > $@
|
||||
|
||||
install-data-local:
|
||||
for file in `find . ! -name stamp-\* ! -name Makefile -print`; do \
|
||||
installFile=${gxx_include_dir}/$${file} ;\
|
||||
|
@ -30,9 +30,10 @@
|
||||
|
||||
#ifdef __DEPRECATED
|
||||
#warning This file includes at least one deprecated or antiquated header. \
|
||||
Please use the <X> header instead of <X.h> header for 'C++' includes \
|
||||
and use the <cX> header instead of <X.h> header for 'C' includes. \
|
||||
To disable this warning use -Wno-deprecated.
|
||||
Please consider using one of the 32 headers found in section 17.4.1.2 of the \
|
||||
C++ standard. Examples include substituting the <X> header for the <X.h> \
|
||||
header for C++ includes, or <sstream> instead of the deprecated header \
|
||||
<strstream.h>. To disable this warning use -Wno-deprecated.
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@ -1,34 +0,0 @@
|
||||
## Makefile for the intl subdirectory of the GNU C++ Standard library.
|
||||
##
|
||||
## Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of the libstdc++ version 3 distribution.
|
||||
## Process this file with automake to produce Makefile.in.
|
||||
|
||||
## This file is part of the GNU ISO C++ Library. This library is free
|
||||
## software; you can redistribute it and/or modify it under the
|
||||
## terms of the GNU General Public License as published by the
|
||||
## Free Software Foundation; either version 2, or (at your option)
|
||||
## any later version.
|
||||
|
||||
## This library is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
|
||||
## You should have received a copy of the GNU General Public License along
|
||||
## with this library; see the file COPYING. If not, write to the Free
|
||||
## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
||||
## USA.
|
||||
|
||||
PACKAGE = @PACKAGE@
|
||||
|
||||
DISTFILES = \
|
||||
string_literals.cc
|
||||
|
||||
# Dummy rule.
|
||||
all-local:
|
||||
|
||||
|
||||
|
||||
|
@ -1,259 +0,0 @@
|
||||
# Makefile.in generated automatically by automake 1.4 from Makefile.am
|
||||
|
||||
# Copyright (C) 1994, 1995-8, 1999 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@
|
||||
VPATH = @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@
|
||||
BASIC_FILE_H = @BASIC_FILE_H@
|
||||
CATALOGS = @CATALOGS@
|
||||
CATOBJEXT = @CATOBJEXT@
|
||||
CC = @CC@
|
||||
CCODECVT_C = @CCODECVT_C@
|
||||
CCODECVT_H = @CCODECVT_H@
|
||||
CLOCALE_H = @CLOCALE_H@
|
||||
CMESSAGES_H = @CMESSAGES_H@
|
||||
CPP = @CPP@
|
||||
CSHADOW_FLAGS = @CSHADOW_FLAGS@
|
||||
CSTDIO_H = @CSTDIO_H@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
C_INCLUDE_DIR = @C_INCLUDE_DIR@
|
||||
DATADIRNAME = @DATADIRNAME@
|
||||
DEBUG_FLAGS = @DEBUG_FLAGS@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
EXEEXT = @EXEEXT@
|
||||
EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
|
||||
GCJ = @GCJ@
|
||||
GCJFLAGS = @GCJFLAGS@
|
||||
GENCAT = @GENCAT@
|
||||
GLIBCPP_INCLUDES = @GLIBCPP_INCLUDES@
|
||||
GLIBCPP_IS_CROSS_COMPILING = @GLIBCPP_IS_CROSS_COMPILING@
|
||||
GMOFILES = @GMOFILES@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
GT_NO = @GT_NO@
|
||||
GT_YES = @GT_YES@
|
||||
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
|
||||
INSTOBJEXT = @INSTOBJEXT@
|
||||
INTLDEPS = @INTLDEPS@
|
||||
INTLLIBS = @INTLLIBS@
|
||||
INTLOBJS = @INTLOBJS@
|
||||
LIBIO_INCLUDES = @LIBIO_INCLUDES@
|
||||
LIBMATHOBJS = @LIBMATHOBJS@
|
||||
LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
|
||||
LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
|
||||
LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIMITS_INC_SRCDIR = @LIMITS_INC_SRCDIR@
|
||||
LN_S = @LN_S@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKINSTALLDIRS = @MKINSTALLDIRS@
|
||||
MSGFMT = @MSGFMT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
|
||||
OPT_LDFLAGS = @OPT_LDFLAGS@
|
||||
OS_INC_SRCDIR = @OS_INC_SRCDIR@
|
||||
POFILES = @POFILES@
|
||||
POSUB = @POSUB@
|
||||
RANLIB = @RANLIB@
|
||||
SECTION_FLAGS = @SECTION_FLAGS@
|
||||
SECTION_LDFLAGS = @SECTION_LDFLAGS@
|
||||
STRIP = @STRIP@
|
||||
TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
|
||||
USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
|
||||
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
|
||||
USE_NLS = @USE_NLS@
|
||||
VERSION = @VERSION@
|
||||
WARN_FLAGS = @WARN_FLAGS@
|
||||
WERROR = @WERROR@
|
||||
enable_shared = @enable_shared@
|
||||
enable_static = @enable_static@
|
||||
glibcpp_CXX = @glibcpp_CXX@
|
||||
glibcpp_MOFILES = @glibcpp_MOFILES@
|
||||
glibcpp_basedir = @glibcpp_basedir@
|
||||
glibcpp_builddir = @glibcpp_builddir@
|
||||
glibcpp_localedir = @glibcpp_localedir@
|
||||
glibcpp_prefixdir = @glibcpp_prefixdir@
|
||||
glibcpp_srcdir = @glibcpp_srcdir@
|
||||
glibcpp_thread_h = @glibcpp_thread_h@
|
||||
glibcpp_toolexecdir = @glibcpp_toolexecdir@
|
||||
glibcpp_toolexeclibdir = @glibcpp_toolexeclibdir@
|
||||
gxx_include_dir = @gxx_include_dir@
|
||||
ifGNUmake = @ifGNUmake@
|
||||
l = @l@
|
||||
libio_la = @libio_la@
|
||||
toplevel_srcdir = @toplevel_srcdir@
|
||||
|
||||
PACKAGE = @PACKAGE@
|
||||
|
||||
DISTFILES = string_literals.cc
|
||||
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
|
||||
CONFIG_HEADER = ../config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
|
||||
|
||||
TAR = gtar
|
||||
GZIP_ENV = --best
|
||||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --cygnus intl/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
|
||||
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
||||
|
||||
subdir = intl
|
||||
|
||||
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-exec: install-exec-am
|
||||
|
||||
install-data-am:
|
||||
install-data: install-data-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
install: install-am
|
||||
uninstall-am:
|
||||
uninstall: uninstall-am
|
||||
all-am: Makefile all-local
|
||||
all-redirect: all-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
||||
installdirs:
|
||||
|
||||
|
||||
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-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
clean-am: clean-generic mostlyclean-am
|
||||
|
||||
clean: clean-am
|
||||
|
||||
distclean-am: distclean-generic clean-am
|
||||
-rm -f libtool
|
||||
|
||||
distclean: distclean-am
|
||||
|
||||
maintainer-clean-am: 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: 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-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
|
||||
|
||||
|
||||
# Dummy rule.
|
||||
all-local:
|
||||
|
||||
# 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:
|
@ -131,6 +131,7 @@ 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_builddir = @glibcpp_builddir@
|
||||
glibcpp_localedir = @glibcpp_localedir@
|
||||
@ -143,6 +144,8 @@ gxx_include_dir = @gxx_include_dir@
|
||||
ifGNUmake = @ifGNUmake@
|
||||
l = @l@
|
||||
libio_la = @libio_la@
|
||||
libtool_VERSION = @libtool_VERSION@
|
||||
release_VERSION = @release_VERSION@
|
||||
toplevel_srcdir = @toplevel_srcdir@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.3 cygnus
|
||||
|
@ -133,6 +133,7 @@ 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_builddir = @glibcpp_builddir@
|
||||
glibcpp_localedir = @glibcpp_localedir@
|
||||
@ -145,6 +146,8 @@ gxx_include_dir = @gxx_include_dir@
|
||||
ifGNUmake = @ifGNUmake@
|
||||
l = @l@
|
||||
libio_la = @libio_la@
|
||||
libtool_VERSION = @libtool_VERSION@
|
||||
release_VERSION = @release_VERSION@
|
||||
toplevel_srcdir = @toplevel_srcdir@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.3 cygnus
|
||||
|
@ -130,6 +130,7 @@ 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_builddir = @glibcpp_builddir@
|
||||
glibcpp_localedir = @glibcpp_localedir@
|
||||
@ -142,6 +143,8 @@ gxx_include_dir = @gxx_include_dir@
|
||||
ifGNUmake = @ifGNUmake@
|
||||
l = @l@
|
||||
libio_la = @libio_la@
|
||||
libtool_VERSION = @libtool_VERSION@
|
||||
release_VERSION = @release_VERSION@
|
||||
toplevel_srcdir = @toplevel_srcdir@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.3 cygnus
|
||||
|
@ -23,11 +23,6 @@
|
||||
|
||||
PACKAGE = @PACKAGE@
|
||||
|
||||
# Necessary files.
|
||||
DISTFILES = \
|
||||
Makefile.am Makefile.in POTFILES.in $(PACKAGE).pot \
|
||||
$(LOCALE_IN)
|
||||
|
||||
# Location of installation directories.
|
||||
locale_installdir = $(DESTDIR)$(datadir)/locale
|
||||
locale_builddir = @glibcpp_localedir@
|
||||
@ -35,9 +30,16 @@ locale_builddir = @glibcpp_localedir@
|
||||
# Tell automake that foo.po makes foo.mo
|
||||
SUFFIXES = .po .mo
|
||||
|
||||
LOCALE_IN = @POFILES@
|
||||
LOCALE_IN = @glibcpp_POFILES@
|
||||
LOCALE_OUT = @glibcpp_MOFILES@
|
||||
|
||||
MSGFMT = msgfmt
|
||||
|
||||
# Necessary files.
|
||||
DISTFILES = \
|
||||
Makefile.am Makefile.in string_literals.cc POTFILES.in $(PACKAGE).pot \
|
||||
$(LOCALE_IN)
|
||||
|
||||
.po.mo:
|
||||
$(MSGFMT) $< -o $@
|
||||
|
||||
|
@ -110,7 +110,6 @@ LN_S = @LN_S@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKINSTALLDIRS = @MKINSTALLDIRS@
|
||||
MSGFMT = @MSGFMT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
|
||||
@ -133,6 +132,7 @@ 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_builddir = @glibcpp_builddir@
|
||||
glibcpp_localedir = @glibcpp_localedir@
|
||||
@ -145,14 +145,12 @@ gxx_include_dir = @gxx_include_dir@
|
||||
ifGNUmake = @ifGNUmake@
|
||||
l = @l@
|
||||
libio_la = @libio_la@
|
||||
libtool_VERSION = @libtool_VERSION@
|
||||
release_VERSION = @release_VERSION@
|
||||
toplevel_srcdir = @toplevel_srcdir@
|
||||
|
||||
PACKAGE = @PACKAGE@
|
||||
|
||||
# Necessary files.
|
||||
DISTFILES = Makefile.am Makefile.in POTFILES.in $(PACKAGE).pot $(LOCALE_IN)
|
||||
|
||||
|
||||
# Location of installation directories.
|
||||
locale_installdir = $(DESTDIR)$(datadir)/locale
|
||||
locale_builddir = @glibcpp_localedir@
|
||||
@ -160,9 +158,15 @@ locale_builddir = @glibcpp_localedir@
|
||||
# Tell automake that foo.po makes foo.mo
|
||||
SUFFIXES = .po .mo
|
||||
|
||||
LOCALE_IN = @POFILES@
|
||||
LOCALE_IN = @glibcpp_POFILES@
|
||||
LOCALE_OUT = @glibcpp_MOFILES@
|
||||
|
||||
MSGFMT = msgfmt
|
||||
|
||||
# Necessary files.
|
||||
DISTFILES = Makefile.am Makefile.in string_literals.cc POTFILES.in $(PACKAGE).pot $(LOCALE_IN)
|
||||
|
||||
|
||||
# Specify what gets cleaned up on a 'make clean'
|
||||
CLEANFILES = $(LOCALE_OUT)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
|
||||
|
@ -22,4 +22,4 @@
|
||||
## USA.
|
||||
|
||||
# include/backward/backward_warning.h
|
||||
intl/string_literals.cc
|
||||
string_literals.cc
|
||||
|
@ -21,7 +21,7 @@
|
||||
## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
||||
## USA.
|
||||
|
||||
## $Id: Makefile.am,v 1.92 2001/08/08 22:39:28 bkoz Exp $
|
||||
## $Id: Makefile.am,v 1.93 2001/08/10 15:47:22 gdr Exp $
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.3 gnits
|
||||
MAINT_CHARSET = latin1
|
||||
@ -76,7 +76,7 @@ libstdc___la_LIBADD = \
|
||||
../libmath/libmath.la @libio_la@ \
|
||||
../libsupc++/libsupc++convenience.la
|
||||
|
||||
libstdc___la_LDFLAGS = -release @VERSION@ -lm
|
||||
libstdc___la_LDFLAGS = -version-info @libtool_VERSION@ -lm
|
||||
|
||||
libstdc___la_DEPENDENCIES = $(libstdc___la_LIBADD)
|
||||
|
||||
|
@ -126,6 +126,7 @@ 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_builddir = @glibcpp_builddir@
|
||||
glibcpp_localedir = @glibcpp_localedir@
|
||||
@ -138,6 +139,8 @@ gxx_include_dir = @gxx_include_dir@
|
||||
ifGNUmake = @ifGNUmake@
|
||||
l = @l@
|
||||
libio_la = @libio_la@
|
||||
libtool_VERSION = @libtool_VERSION@
|
||||
release_VERSION = @release_VERSION@
|
||||
toplevel_srcdir = @toplevel_srcdir@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.3 gnits
|
||||
@ -185,7 +188,7 @@ libstdc___la_SOURCES = $(sources)
|
||||
libstdc___la_LIBADD = ../libmath/libmath.la @libio_la@ ../libsupc++/libsupc++convenience.la
|
||||
|
||||
|
||||
libstdc___la_LDFLAGS = -release @VERSION@ -lm
|
||||
libstdc___la_LDFLAGS = -version-info @libtool_VERSION@ -lm
|
||||
|
||||
libstdc___la_DEPENDENCIES = $(libstdc___la_LIBADD)
|
||||
|
||||
|
@ -134,6 +134,7 @@ 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_builddir = @glibcpp_builddir@
|
||||
glibcpp_localedir = @glibcpp_localedir@
|
||||
@ -146,6 +147,8 @@ gxx_include_dir = @gxx_include_dir@
|
||||
ifGNUmake = @ifGNUmake@
|
||||
l = @l@
|
||||
libio_la = @libio_la@
|
||||
libtool_VERSION = @libtool_VERSION@
|
||||
release_VERSION = @release_VERSION@
|
||||
toplevel_srcdir = @toplevel_srcdir@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign dejagnu
|
||||
|
@ -47,7 +47,7 @@ case ${query} in
|
||||
echo ${CXX}
|
||||
;;
|
||||
--cxxflags)
|
||||
CXXFLAGS=' -ggdb3 @SECTION_FLAGS@ @SECTION_LDFLAGS@
|
||||
CXXFLAGS=' -g @SECTION_FLAGS@ @SECTION_LDFLAGS@
|
||||
-DDEBUG_ASSERT -DLOCALEDIR="@glibcpp_localedir@" '
|
||||
echo ${CXXFLAGS}
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user