2008-02-11 11:05:33 +01:00
|
|
|
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
2003-08-05 04:00:18 +02:00
|
|
|
# @configure_input@
|
2000-10-07 01:31:22 +02:00
|
|
|
|
2004-08-12 13:54:13 +02:00
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
2008-02-11 11:05:33 +01:00
|
|
|
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
2000-10-07 01:31:22 +02:00
|
|
|
# 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.
|
|
|
|
|
2003-08-05 04:00:18 +02:00
|
|
|
@SET_MAKE@
|
2000-10-07 01:31:22 +02:00
|
|
|
|
2004-08-12 13:54:13 +02:00
|
|
|
|
2008-02-11 11:05:33 +01:00
|
|
|
srcdir = @srcdir@
|
|
|
|
top_srcdir = @top_srcdir@
|
2000-10-07 01:31:22 +02:00
|
|
|
VPATH = @srcdir@
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
2008-02-11 11:05:33 +01:00
|
|
|
top_builddir = ..
|
2003-08-05 04:00:18 +02:00
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
2008-02-11 11:05:33 +01:00
|
|
|
INSTALL = @INSTALL@
|
2003-08-05 04:00:18 +02:00
|
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
|
|
transform = $(program_transform_name)
|
2000-10-07 01:31:22 +02:00
|
|
|
NORMAL_INSTALL = :
|
|
|
|
PRE_INSTALL = :
|
|
|
|
POST_INSTALL = :
|
|
|
|
NORMAL_UNINSTALL = :
|
|
|
|
PRE_UNINSTALL = :
|
|
|
|
POST_UNINSTALL = :
|
|
|
|
build_triplet = @build@
|
|
|
|
host_triplet = @host@
|
|
|
|
target_triplet = @target@
|
2004-08-12 13:54:13 +02:00
|
|
|
DIST_COMMON = $(glibcxxinstall_HEADERS) $(srcdir)/Makefile.am \
|
|
|
|
$(srcdir)/Makefile.in $(top_srcdir)/fragment.am
|
|
|
|
subdir = libsupc++
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
2005-11-22 07:54:08 +01:00
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/../config/enable.m4 \
|
2008-01-14 19:08:39 +01:00
|
|
|
$(top_srcdir)/../config/futex.m4 \
|
2007-01-29 19:22:37 +01:00
|
|
|
$(top_srcdir)/../config/iconv.m4 \
|
2005-11-22 07:54:08 +01:00
|
|
|
$(top_srcdir)/../config/lead-dot.m4 \
|
2007-01-29 19:22:37 +01:00
|
|
|
$(top_srcdir)/../config/lib-ld.m4 \
|
|
|
|
$(top_srcdir)/../config/lib-link.m4 \
|
|
|
|
$(top_srcdir)/../config/lib-prefix.m4 \
|
2006-10-16 21:08:22 +02:00
|
|
|
$(top_srcdir)/../config/multi.m4 \
|
re PR libgcj/19877 (sometimes reconfiguring leads to incorrect config.h)
config/:
PR libgcj/19877:
* no-executables.m4: Call real AC_FUNC_MMAP when cache variable
is set but not 'no'.
libstdc++-v3/:
PR libgcj/19877:
* configure, aclocal.m4: Rebuilt.
* Makefile.in, include/Makefile.in, libmath/Makefile.in,
libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
testsuite/Makefile.in: Likewise.
libjava/:
PR libgcj/19877:
* configure, aclocal.m4, Makefile.in: Rebuilt.
libgfortran/:
PR libgcj/19877:
* configure, aclocal.m4, Makefile.in: Rebuilt.
zlib/:
PR libgcj/19877:
* configure, aclocal.m4, Makefile.in: Rebuilt.
From-SVN: r100953
2005-06-14 22:05:59 +02:00
|
|
|
$(top_srcdir)/../config/no-executables.m4 \
|
2008-04-20 23:10:38 +02:00
|
|
|
$(top_srcdir)/../config/override.m4 \
|
[multiple changes]
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
* src/atomic.c: Format, doxygen markup, edits.
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
* src/Makefile.am (atomic.c): Add.
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
* configure.ac: Call it.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Same.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* config.h.in: Same.
* configure: Same.
* config/abi/pre/gnu.ver: Add atomics exports.
* include/ext/typelist.h (apply_generator): New.
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
(_GLIBCXX_END_EXTERN_C): New.
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
compiling as C.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
flag for libstdc++.
* testsuite/util/testsuite_common_types.h (integral_types): New
typelist.
(atomics, atomics_tl): Same.
(assignable, default_constructible, copy_constructible,
explicit_value_constructible): New.
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
* testsuite/29_atomics: New.
* testsuite/29_atomics/atomic_address: Same.
* testsuite/29_atomics/atomic_address/cons: Same.
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag: Same.
* testsuite/29_atomics/atomic_flag/cons: Same.
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag/requirements: Same.
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
Same.
* testsuite/29_atomics/atomic_flag/
atomic_global_fence_compatibility.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
* testsuite/29_atomics/headers: Same.
* testsuite/29_atomics/headers/cstdatomic: Same.
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
* testsuite/29_atomics/headers/stdatomic.h: Same.
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
* testsuite/29_atomics/atomic: Same.
* testsuite/29_atomics/atomic/cons: Same.
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/default.cc: Same.
* testsuite/29_atomics/atomic/requirements: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
1.cc: Same.
2008-04-10 Lawrence Crowl <crowl@google.com>
* include/c_global/cstdatomic: New.
* include/c_compatibility/stdatomic.h: New.
* src/atomic.c: New.
From-SVN: r134174
2008-04-10 22:26:45 +02:00
|
|
|
$(top_srcdir)/../config/proginstall.m4 \
|
2008-04-16 23:30:11 +02:00
|
|
|
$(top_srcdir)/../config/stdint.m4 \
|
2006-07-21 23:11:46 +02:00
|
|
|
$(top_srcdir)/../config/unwind_ipinfo.m4 \
|
2007-05-24 18:37:27 +02:00
|
|
|
$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
|
|
|
|
$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
|
|
|
|
$(top_srcdir)/crossconfig.m4 $(top_srcdir)/linkage.m4 \
|
|
|
|
$(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/tls.m4 \
|
|
|
|
$(top_srcdir)/configure.ac
|
2004-08-12 13:54:13 +02:00
|
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
|
$(ACLOCAL_M4)
|
|
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
|
|
|
CONFIG_CLEAN_FILES =
|
2004-08-23 12:18:31 +02:00
|
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
|
|
am__vpath_adj = case $$p in \
|
|
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
|
|
*) f=$$p;; \
|
|
|
|
esac;
|
|
|
|
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
|
|
|
am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
|
|
|
|
"$(DESTDIR)$(glibcxxinstalldir)"
|
2004-08-12 13:54:13 +02:00
|
|
|
toolexeclibLTLIBRARIES_INSTALL = $(INSTALL)
|
|
|
|
LTLIBRARIES = $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES)
|
|
|
|
libsupc___la_LIBADD =
|
2007-05-04 19:42:49 +02:00
|
|
|
am__libsupc___la_SOURCES_DIST = array_type_info.cc atexit_arm.cc \
|
|
|
|
bad_cast.cc bad_typeid.cc class_type_info.cc del_op.cc \
|
|
|
|
del_opnt.cc del_opv.cc del_opvnt.cc dyncast.cc eh_alloc.cc \
|
|
|
|
eh_arm.cc eh_aux_runtime.cc eh_call.cc eh_catch.cc \
|
2008-08-22 20:59:41 +02:00
|
|
|
eh_exception.cc eh_globals.cc eh_personality.cc \
|
2007-05-04 19:42:49 +02:00
|
|
|
eh_term_handler.cc eh_terminate.cc eh_throw.cc eh_type.cc \
|
|
|
|
eh_unex_handler.cc enum_type_info.cc function_type_info.cc \
|
2007-03-18 23:35:39 +01:00
|
|
|
fundamental_type_info.cc guard.cc new_handler.cc new_op.cc \
|
|
|
|
new_opnt.cc new_opv.cc new_opvnt.cc pbase_type_info.cc \
|
|
|
|
pmem_type_info.cc pointer_type_info.cc pure.cc \
|
|
|
|
si_class_type_info.cc tinfo.cc tinfo2.cc vec.cc \
|
|
|
|
vmi_class_type_info.cc vterminate.cc cp-demangle.c
|
2007-05-04 19:42:49 +02:00
|
|
|
am__objects_1 = array_type_info.lo atexit_arm.lo bad_cast.lo \
|
|
|
|
bad_typeid.lo class_type_info.lo del_op.lo del_opnt.lo \
|
|
|
|
del_opv.lo del_opvnt.lo dyncast.lo eh_alloc.lo eh_arm.lo \
|
2007-03-18 23:35:39 +01:00
|
|
|
eh_aux_runtime.lo eh_call.lo eh_catch.lo eh_exception.lo \
|
2008-08-22 20:59:41 +02:00
|
|
|
eh_globals.lo eh_personality.lo eh_term_handler.lo \
|
2007-03-18 23:35:39 +01:00
|
|
|
eh_terminate.lo eh_throw.lo eh_type.lo eh_unex_handler.lo \
|
|
|
|
enum_type_info.lo function_type_info.lo \
|
|
|
|
fundamental_type_info.lo guard.lo new_handler.lo new_op.lo \
|
|
|
|
new_opnt.lo new_opv.lo new_opvnt.lo pbase_type_info.lo \
|
|
|
|
pmem_type_info.lo pointer_type_info.lo pure.lo \
|
|
|
|
si_class_type_info.lo tinfo.lo tinfo2.lo vec.lo \
|
|
|
|
vmi_class_type_info.lo vterminate.lo
|
2004-08-12 13:54:13 +02:00
|
|
|
@GLIBCXX_HOSTED_TRUE@am__objects_2 = cp-demangle.lo
|
|
|
|
am_libsupc___la_OBJECTS = $(am__objects_1) $(am__objects_2)
|
|
|
|
libsupc___la_OBJECTS = $(am_libsupc___la_OBJECTS)
|
|
|
|
libsupc__convenience_la_LIBADD =
|
2007-03-18 23:35:39 +01:00
|
|
|
am__libsupc__convenience_la_SOURCES_DIST = array_type_info.cc \
|
2007-05-04 19:42:49 +02:00
|
|
|
atexit_arm.cc bad_cast.cc bad_typeid.cc class_type_info.cc \
|
|
|
|
del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc dyncast.cc \
|
|
|
|
eh_alloc.cc eh_arm.cc eh_aux_runtime.cc eh_call.cc eh_catch.cc \
|
2008-08-22 20:59:41 +02:00
|
|
|
eh_exception.cc eh_globals.cc eh_personality.cc \
|
2007-03-18 23:35:39 +01:00
|
|
|
eh_term_handler.cc eh_terminate.cc eh_throw.cc eh_type.cc \
|
|
|
|
eh_unex_handler.cc enum_type_info.cc function_type_info.cc \
|
|
|
|
fundamental_type_info.cc guard.cc new_handler.cc new_op.cc \
|
|
|
|
new_opnt.cc new_opv.cc new_opvnt.cc pbase_type_info.cc \
|
|
|
|
pmem_type_info.cc pointer_type_info.cc pure.cc \
|
|
|
|
si_class_type_info.cc tinfo.cc tinfo2.cc vec.cc \
|
|
|
|
vmi_class_type_info.cc vterminate.cc cp-demangle.c
|
2004-08-12 13:54:13 +02:00
|
|
|
am_libsupc__convenience_la_OBJECTS = $(am__objects_1) $(am__objects_2)
|
|
|
|
libsupc__convenience_la_OBJECTS = \
|
|
|
|
$(am_libsupc__convenience_la_OBJECTS)
|
2008-02-11 11:05:33 +01:00
|
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
2004-08-12 13:54:13 +02:00
|
|
|
depcomp =
|
|
|
|
am__depfiles_maybe =
|
|
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
|
CCLD = $(CC)
|
2008-02-11 11:05:33 +01:00
|
|
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
|
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
2004-08-12 13:54:13 +02:00
|
|
|
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
|
|
CXXLD = $(CXX)
|
|
|
|
SOURCES = $(libsupc___la_SOURCES) $(libsupc__convenience_la_SOURCES)
|
|
|
|
DIST_SOURCES = $(am__libsupc___la_SOURCES_DIST) \
|
|
|
|
$(am__libsupc__convenience_la_SOURCES_DIST)
|
|
|
|
glibcxxinstallHEADERS_INSTALL = $(INSTALL_HEADER)
|
|
|
|
HEADERS = $(glibcxxinstall_HEADERS)
|
|
|
|
ETAGS = etags
|
|
|
|
CTAGS = ctags
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
2004-07-03 01:40:19 +02:00
|
|
|
ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
|
2003-08-05 04:00:18 +02:00
|
|
|
ACLOCAL = @ACLOCAL@
|
2004-03-13 07:54:25 +01:00
|
|
|
ALLOCATOR_H = @ALLOCATOR_H@
|
|
|
|
ALLOCATOR_NAME = @ALLOCATOR_NAME@
|
2003-08-05 04:00:18 +02:00
|
|
|
AMTAR = @AMTAR@
|
2000-10-07 01:31:22 +02:00
|
|
|
AR = @AR@
|
|
|
|
AS = @AS@
|
2004-02-27 04:21:16 +01:00
|
|
|
ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
|
2007-09-12 00:32:51 +02:00
|
|
|
ATOMIC_FLAGS = @ATOMIC_FLAGS@
|
2004-02-27 04:21:16 +01:00
|
|
|
ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
|
2003-08-05 04:00:18 +02:00
|
|
|
AUTOCONF = @AUTOCONF@
|
|
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
AUTOMAKE = @AUTOMAKE@
|
2002-02-22 12:36:26 +01:00
|
|
|
AWK = @AWK@
|
2002-12-16 20:02:01 +01:00
|
|
|
BASIC_FILE_CC = @BASIC_FILE_CC@
|
2001-07-13 18:47:56 +02:00
|
|
|
BASIC_FILE_H = @BASIC_FILE_H@
|
2003-08-05 04:00:18 +02:00
|
|
|
CC = @CC@
|
2002-12-16 20:02:01 +01:00
|
|
|
CCODECVT_CC = @CCODECVT_CC@
|
|
|
|
CCOLLATE_CC = @CCOLLATE_CC@
|
|
|
|
CCTYPE_CC = @CCTYPE_CC@
|
2003-08-05 04:00:18 +02:00
|
|
|
CFLAGS = @CFLAGS@
|
2002-12-16 20:02:01 +01:00
|
|
|
CLOCALE_CC = @CLOCALE_CC@
|
2001-07-13 18:47:56 +02:00
|
|
|
CLOCALE_H = @CLOCALE_H@
|
2002-12-16 20:02:01 +01:00
|
|
|
CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
|
|
|
|
CMESSAGES_CC = @CMESSAGES_CC@
|
2001-08-08 04:49:01 +02:00
|
|
|
CMESSAGES_H = @CMESSAGES_H@
|
2002-12-16 20:02:01 +01:00
|
|
|
CMONEY_CC = @CMONEY_CC@
|
|
|
|
CNUMERIC_CC = @CNUMERIC_CC@
|
2000-10-07 01:31:22 +02:00
|
|
|
CPP = @CPP@
|
2003-08-05 04:00:18 +02:00
|
|
|
CPPFLAGS = @CPPFLAGS@
|
2005-11-05 10:42:01 +01:00
|
|
|
CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
|
2001-07-13 18:47:56 +02:00
|
|
|
CSTDIO_H = @CSTDIO_H@
|
2002-12-16 20:02:01 +01:00
|
|
|
CTIME_CC = @CTIME_CC@
|
2003-01-06 22:23:00 +01:00
|
|
|
CTIME_H = @CTIME_H@
|
2003-08-05 04:00:18 +02:00
|
|
|
CXX = @CXX@
|
2000-10-07 01:31:22 +02:00
|
|
|
CXXCPP = @CXXCPP@
|
2003-08-05 04:00:18 +02:00
|
|
|
CXXFLAGS = @CXXFLAGS@
|
|
|
|
CYGPATH_W = @CYGPATH_W@
|
2001-07-13 18:47:56 +02:00
|
|
|
C_INCLUDE_DIR = @C_INCLUDE_DIR@
|
2000-10-07 01:31:22 +02:00
|
|
|
DEBUG_FLAGS = @DEBUG_FLAGS@
|
2003-08-05 04:00:18 +02:00
|
|
|
DEFS = @DEFS@
|
2007-05-24 18:37:27 +02:00
|
|
|
DUMPBIN = @DUMPBIN@
|
2003-08-05 04:00:18 +02:00
|
|
|
ECHO_C = @ECHO_C@
|
|
|
|
ECHO_N = @ECHO_N@
|
|
|
|
ECHO_T = @ECHO_T@
|
|
|
|
EGREP = @EGREP@
|
2008-02-11 11:05:33 +01:00
|
|
|
ENABLE_PARALLEL_FALSE = @ENABLE_PARALLEL_FALSE@
|
|
|
|
ENABLE_PARALLEL_TRUE = @ENABLE_PARALLEL_TRUE@
|
|
|
|
ENABLE_SYMVERS_DARWIN_FALSE = @ENABLE_SYMVERS_DARWIN_FALSE@
|
|
|
|
ENABLE_SYMVERS_DARWIN_TRUE = @ENABLE_SYMVERS_DARWIN_TRUE@
|
|
|
|
ENABLE_SYMVERS_FALSE = @ENABLE_SYMVERS_FALSE@
|
|
|
|
ENABLE_SYMVERS_GNU_FALSE = @ENABLE_SYMVERS_GNU_FALSE@
|
|
|
|
ENABLE_SYMVERS_GNU_NAMESPACE_FALSE = @ENABLE_SYMVERS_GNU_NAMESPACE_FALSE@
|
|
|
|
ENABLE_SYMVERS_GNU_NAMESPACE_TRUE = @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@
|
|
|
|
ENABLE_SYMVERS_GNU_TRUE = @ENABLE_SYMVERS_GNU_TRUE@
|
|
|
|
ENABLE_SYMVERS_TRUE = @ENABLE_SYMVERS_TRUE@
|
|
|
|
ENABLE_VISIBILITY_FALSE = @ENABLE_VISIBILITY_FALSE@
|
|
|
|
ENABLE_VISIBILITY_TRUE = @ENABLE_VISIBILITY_TRUE@
|
2007-09-09 02:05:13 +02:00
|
|
|
ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
|
2000-10-07 01:31:22 +02:00
|
|
|
EXEEXT = @EXEEXT@
|
|
|
|
EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
|
2007-05-24 18:37:27 +02:00
|
|
|
FGREP = @FGREP@
|
2008-02-11 11:05:33 +01:00
|
|
|
GLIBCXX_BUILD_DEBUG_FALSE = @GLIBCXX_BUILD_DEBUG_FALSE@
|
|
|
|
GLIBCXX_BUILD_DEBUG_TRUE = @GLIBCXX_BUILD_DEBUG_TRUE@
|
|
|
|
GLIBCXX_BUILD_PCH_FALSE = @GLIBCXX_BUILD_PCH_FALSE@
|
|
|
|
GLIBCXX_BUILD_PCH_TRUE = @GLIBCXX_BUILD_PCH_TRUE@
|
|
|
|
GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE = @GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE@
|
|
|
|
GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE = @GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE@
|
|
|
|
GLIBCXX_C_HEADERS_C_FALSE = @GLIBCXX_C_HEADERS_C_FALSE@
|
|
|
|
GLIBCXX_C_HEADERS_C_GLOBAL_FALSE = @GLIBCXX_C_HEADERS_C_GLOBAL_FALSE@
|
|
|
|
GLIBCXX_C_HEADERS_C_GLOBAL_TRUE = @GLIBCXX_C_HEADERS_C_GLOBAL_TRUE@
|
|
|
|
GLIBCXX_C_HEADERS_C_STD_FALSE = @GLIBCXX_C_HEADERS_C_STD_FALSE@
|
|
|
|
GLIBCXX_C_HEADERS_C_STD_TRUE = @GLIBCXX_C_HEADERS_C_STD_TRUE@
|
|
|
|
GLIBCXX_C_HEADERS_C_TRUE = @GLIBCXX_C_HEADERS_C_TRUE@
|
|
|
|
GLIBCXX_C_HEADERS_EXTRA_FALSE = @GLIBCXX_C_HEADERS_EXTRA_FALSE@
|
|
|
|
GLIBCXX_C_HEADERS_EXTRA_TRUE = @GLIBCXX_C_HEADERS_EXTRA_TRUE@
|
|
|
|
GLIBCXX_HOSTED_FALSE = @GLIBCXX_HOSTED_FALSE@
|
|
|
|
GLIBCXX_HOSTED_TRUE = @GLIBCXX_HOSTED_TRUE@
|
2003-08-05 04:00:18 +02:00
|
|
|
GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
|
2008-02-11 11:05:33 +01:00
|
|
|
GLIBCXX_LDBL_COMPAT_FALSE = @GLIBCXX_LDBL_COMPAT_FALSE@
|
|
|
|
GLIBCXX_LDBL_COMPAT_TRUE = @GLIBCXX_LDBL_COMPAT_TRUE@
|
2008-08-01 16:06:38 +02:00
|
|
|
GLIBCXX_LIBS = @GLIBCXX_LIBS@
|
2007-05-24 18:37:27 +02:00
|
|
|
GREP = @GREP@
|
2003-08-05 04:00:18 +02:00
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
2007-05-24 18:37:27 +02:00
|
|
|
LD = @LD@
|
|
|
|
LDFLAGS = @LDFLAGS@
|
acinclude.m4 (GLIBCXX_CHECK_WCHAR_T_SUPPORT): Set LIBICONV, not libiconv.
2004-03-19 Phil Edwards <phil@codesourcery.com>
* acinclude.m4 (GLIBCXX_CHECK_WCHAR_T_SUPPORT): Set LIBICONV,
not libiconv. SUBST this variable as well.
* testsuite/Makefile.am (site.exp): New target, based on that
created by automake. Also set libiconv.
* configure, Makefile.in, include/Makefile.in, libmath/Makefile.in,
libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
testsuite/Makefile.in: Regenerate.
From-SVN: r79678
2004-03-19 12:34:47 +01:00
|
|
|
LIBICONV = @LIBICONV@
|
2000-10-07 01:31:22 +02:00
|
|
|
LIBMATHOBJS = @LIBMATHOBJS@
|
2003-08-05 04:00:18 +02:00
|
|
|
LIBOBJS = @LIBOBJS@
|
|
|
|
LIBS = @LIBS@
|
2001-05-03 22:35:18 +02:00
|
|
|
LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
|
2001-03-28 23:18:21 +02:00
|
|
|
LIBTOOL = @LIBTOOL@
|
2000-10-07 01:31:22 +02:00
|
|
|
LN_S = @LN_S@
|
2007-01-29 19:22:37 +01:00
|
|
|
LTLIBICONV = @LTLIBICONV@
|
2003-08-05 04:00:18 +02:00
|
|
|
LTLIBOBJS = @LTLIBOBJS@
|
2000-10-07 01:31:22 +02:00
|
|
|
MAINT = @MAINT@
|
2008-02-11 11:05:33 +01:00
|
|
|
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
|
|
|
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
2000-10-07 01:31:22 +02:00
|
|
|
MAKEINFO = @MAKEINFO@
|
2007-05-24 18:37:27 +02:00
|
|
|
NM = @NM@
|
2000-10-07 01:31:22 +02:00
|
|
|
OBJEXT = @OBJEXT@
|
2003-08-05 04:00:18 +02:00
|
|
|
OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
|
2000-10-07 01:31:22 +02:00
|
|
|
OPT_LDFLAGS = @OPT_LDFLAGS@
|
2001-07-13 18:47:56 +02:00
|
|
|
OS_INC_SRCDIR = @OS_INC_SRCDIR@
|
2000-10-07 01:31:22 +02:00
|
|
|
PACKAGE = @PACKAGE@
|
2003-08-05 04:00:18 +02:00
|
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
2000-10-07 01:31:22 +02:00
|
|
|
RANLIB = @RANLIB@
|
|
|
|
SECTION_FLAGS = @SECTION_FLAGS@
|
|
|
|
SECTION_LDFLAGS = @SECTION_LDFLAGS@
|
2007-05-24 18:37:27 +02:00
|
|
|
SED = @SED@
|
2003-08-05 04:00:18 +02:00
|
|
|
SET_MAKE = @SET_MAKE@
|
|
|
|
SHELL = @SHELL@
|
2000-10-07 01:31:22 +02:00
|
|
|
STRIP = @STRIP@
|
2005-12-18 10:39:23 +01:00
|
|
|
SYMVER_FILE = @SYMVER_FILE@
|
2001-07-13 18:47:56 +02:00
|
|
|
TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
|
2001-08-08 04:49:01 +02:00
|
|
|
USE_NLS = @USE_NLS@
|
2000-10-07 01:31:22 +02:00
|
|
|
VERSION = @VERSION@
|
2000-10-12 13:45:23 +02:00
|
|
|
WARN_FLAGS = @WARN_FLAGS@
|
2000-10-07 01:31:22 +02:00
|
|
|
WERROR = @WERROR@
|
2008-02-11 11:05:33 +01:00
|
|
|
ac_ct_AR = @ac_ct_AR@
|
|
|
|
ac_ct_AS = @ac_ct_AS@
|
2003-08-05 04:00:18 +02:00
|
|
|
ac_ct_CC = @ac_ct_CC@
|
|
|
|
ac_ct_CXX = @ac_ct_CXX@
|
2007-05-24 18:37:27 +02:00
|
|
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
2008-02-11 11:05:33 +01:00
|
|
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
|
|
|
ac_ct_STRIP = @ac_ct_STRIP@
|
2003-08-05 04:00:18 +02:00
|
|
|
am__leading_dot = @am__leading_dot@
|
2004-08-23 12:18:31 +02:00
|
|
|
am__tar = @am__tar@
|
|
|
|
am__untar = @am__untar@
|
2003-06-30 19:40:13 +02:00
|
|
|
baseline_dir = @baseline_dir@
|
2003-08-05 04:00:18 +02:00
|
|
|
bindir = @bindir@
|
|
|
|
build = @build@
|
|
|
|
build_alias = @build_alias@
|
|
|
|
build_cpu = @build_cpu@
|
|
|
|
build_os = @build_os@
|
|
|
|
build_vendor = @build_vendor@
|
2002-04-02 04:41:50 +02:00
|
|
|
check_msgfmt = @check_msgfmt@
|
2003-08-05 04:00:18 +02:00
|
|
|
datadir = @datadir@
|
2000-10-31 02:56:19 +01:00
|
|
|
enable_shared = @enable_shared@
|
|
|
|
enable_static = @enable_static@
|
2003-08-05 04:00:18 +02:00
|
|
|
exec_prefix = @exec_prefix@
|
2003-07-05 06:05:45 +02:00
|
|
|
glibcxx_MOFILES = @glibcxx_MOFILES@
|
|
|
|
glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
|
|
|
|
glibcxx_POFILES = @glibcxx_POFILES@
|
|
|
|
glibcxx_builddir = @glibcxx_builddir@
|
|
|
|
glibcxx_localedir = @glibcxx_localedir@
|
|
|
|
glibcxx_prefixdir = @glibcxx_prefixdir@
|
|
|
|
glibcxx_srcdir = @glibcxx_srcdir@
|
|
|
|
glibcxx_thread_h = @glibcxx_thread_h@
|
|
|
|
glibcxx_toolexecdir = @glibcxx_toolexecdir@
|
|
|
|
glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
|
2000-10-15 10:45:33 +02:00
|
|
|
gxx_include_dir = @gxx_include_dir@
|
2003-08-05 04:00:18 +02:00
|
|
|
host = @host@
|
|
|
|
host_alias = @host_alias@
|
|
|
|
host_cpu = @host_cpu@
|
|
|
|
host_os = @host_os@
|
|
|
|
host_vendor = @host_vendor@
|
|
|
|
includedir = @includedir@
|
|
|
|
infodir = @infodir@
|
|
|
|
install_sh = @install_sh@
|
|
|
|
libdir = @libdir@
|
|
|
|
libexecdir = @libexecdir@
|
2001-08-14 03:24:30 +02:00
|
|
|
libtool_VERSION = @libtool_VERSION@
|
2003-08-05 04:00:18 +02:00
|
|
|
localstatedir = @localstatedir@
|
2007-05-24 18:37:27 +02:00
|
|
|
lt_ECHO = @lt_ECHO@
|
2003-08-05 04:00:18 +02:00
|
|
|
mandir = @mandir@
|
2004-08-12 13:54:13 +02:00
|
|
|
mkdir_p = @mkdir_p@
|
2003-08-05 04:00:18 +02:00
|
|
|
multi_basedir = @multi_basedir@
|
|
|
|
oldincludedir = @oldincludedir@
|
|
|
|
port_specific_symbol_files = @port_specific_symbol_files@
|
|
|
|
prefix = @prefix@
|
|
|
|
program_transform_name = @program_transform_name@
|
|
|
|
sbindir = @sbindir@
|
|
|
|
sharedstatedir = @sharedstatedir@
|
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
target = @target@
|
|
|
|
target_alias = @target_alias@
|
|
|
|
target_cpu = @target_cpu@
|
|
|
|
target_os = @target_os@
|
|
|
|
target_vendor = @target_vendor@
|
2001-02-01 22:08:05 +01:00
|
|
|
toplevel_srcdir = @toplevel_srcdir@
|
2005-03-21 18:40:24 +01:00
|
|
|
|
|
|
|
# May be used by various substitution variables.
|
|
|
|
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
|
2000-10-07 01:31:22 +02:00
|
|
|
MAINT_CHARSET = latin1
|
2001-02-03 10:01:44 +01:00
|
|
|
mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
|
acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES and LIBSUPCXX_INCLUDES.
2003-08-17 Phil Edwards <pme@gcc.gnu.org>
* acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES
and LIBSUPCXX_INCLUDES. Re-purpose TOPLEVEL_INCLUDES to refer to
things from the top level.
* configure.ac (GLIBCXX_IS_NATIVE): Determine earlier and re-order.
Comment out the conditionals for CANADIAN and GLIBCXX_BUILD_LIBMATH
(currently unused). Strip the fake-VPATH shell fragment from
automake-generated rules, if present.
* linkage.m4: Add comment.
* fragment.am: New file, containing factored-out common settings.
(AM_CPPFLAGS): Absorb the deprecated INCLUDES variable contents.
* Makefile.am: Include fragment.am. Remove common variables.
* include/Makefile.am: Likewise.
* libmath/Makefile.am: Likewise.
* libsupc++/Makefile.am: Likewise.
* po/Makefile.am: Likewise. Print rules during check.
* src/Makefile.am: Likewise.
* testsuite/Makefile.am: Likewise.
* aclocal.m4, configure, Makefile.in, include/Makefile.in,
libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
src/Makefile.in, testsuite/Makefile.in: Regenerate.
From-SVN: r70522
2003-08-17 22:23:12 +02:00
|
|
|
PWD_COMMAND = $${PWDCMD-pwd}
|
2003-08-27 02:38:28 +02:00
|
|
|
STAMP = echo timestamp >
|
acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES and LIBSUPCXX_INCLUDES.
2003-08-17 Phil Edwards <pme@gcc.gnu.org>
* acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES
and LIBSUPCXX_INCLUDES. Re-purpose TOPLEVEL_INCLUDES to refer to
things from the top level.
* configure.ac (GLIBCXX_IS_NATIVE): Determine earlier and re-order.
Comment out the conditionals for CANADIAN and GLIBCXX_BUILD_LIBMATH
(currently unused). Strip the fake-VPATH shell fragment from
automake-generated rules, if present.
* linkage.m4: Add comment.
* fragment.am: New file, containing factored-out common settings.
(AM_CPPFLAGS): Absorb the deprecated INCLUDES variable contents.
* Makefile.am: Include fragment.am. Remove common variables.
* include/Makefile.am: Likewise.
* libmath/Makefile.am: Likewise.
* libsupc++/Makefile.am: Likewise.
* po/Makefile.am: Likewise. Print rules during check.
* src/Makefile.am: Likewise.
* testsuite/Makefile.am: Likewise.
* aclocal.m4, configure, Makefile.in, include/Makefile.in,
libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
src/Makefile.in, testsuite/Makefile.in: Regenerate.
From-SVN: r70522
2003-08-17 22:23:12 +02:00
|
|
|
toolexecdir = $(glibcxx_toolexecdir)
|
|
|
|
toolexeclibdir = $(glibcxx_toolexeclibdir)
|
2000-10-07 01:31:22 +02:00
|
|
|
|
acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES and LIBSUPCXX_INCLUDES.
2003-08-17 Phil Edwards <pme@gcc.gnu.org>
* acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES
and LIBSUPCXX_INCLUDES. Re-purpose TOPLEVEL_INCLUDES to refer to
things from the top level.
* configure.ac (GLIBCXX_IS_NATIVE): Determine earlier and re-order.
Comment out the conditionals for CANADIAN and GLIBCXX_BUILD_LIBMATH
(currently unused). Strip the fake-VPATH shell fragment from
automake-generated rules, if present.
* linkage.m4: Add comment.
* fragment.am: New file, containing factored-out common settings.
(AM_CPPFLAGS): Absorb the deprecated INCLUDES variable contents.
* Makefile.am: Include fragment.am. Remove common variables.
* include/Makefile.am: Likewise.
* libmath/Makefile.am: Likewise.
* libsupc++/Makefile.am: Likewise.
* po/Makefile.am: Likewise. Print rules during check.
* src/Makefile.am: Likewise.
* testsuite/Makefile.am: Likewise.
* aclocal.m4, configure, Makefile.in, include/Makefile.in,
libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
src/Makefile.in, testsuite/Makefile.in: Regenerate.
From-SVN: r70522
2003-08-17 22:23:12 +02:00
|
|
|
# These bits are all figured out from configure. Look in acinclude.m4
|
|
|
|
# or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
|
2003-06-12 05:24:16 +02:00
|
|
|
CONFIG_CXXFLAGS = \
|
acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES and LIBSUPCXX_INCLUDES.
2003-08-17 Phil Edwards <pme@gcc.gnu.org>
* acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES
and LIBSUPCXX_INCLUDES. Re-purpose TOPLEVEL_INCLUDES to refer to
things from the top level.
* configure.ac (GLIBCXX_IS_NATIVE): Determine earlier and re-order.
Comment out the conditionals for CANADIAN and GLIBCXX_BUILD_LIBMATH
(currently unused). Strip the fake-VPATH shell fragment from
automake-generated rules, if present.
* linkage.m4: Add comment.
* fragment.am: New file, containing factored-out common settings.
(AM_CPPFLAGS): Absorb the deprecated INCLUDES variable contents.
* Makefile.am: Include fragment.am. Remove common variables.
* include/Makefile.am: Likewise.
* libmath/Makefile.am: Likewise.
* libsupc++/Makefile.am: Likewise.
* po/Makefile.am: Likewise. Print rules during check.
* src/Makefile.am: Likewise.
* testsuite/Makefile.am: Likewise.
* aclocal.m4, configure, Makefile.in, include/Makefile.in,
libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
src/Makefile.in, testsuite/Makefile.in: Regenerate.
From-SVN: r70522
2003-08-17 22:23:12 +02:00
|
|
|
$(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
|
2000-10-12 13:45:23 +02:00
|
|
|
|
2003-06-12 05:24:16 +02:00
|
|
|
WARN_CXXFLAGS = \
|
acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES and LIBSUPCXX_INCLUDES.
2003-08-17 Phil Edwards <pme@gcc.gnu.org>
* acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES
and LIBSUPCXX_INCLUDES. Re-purpose TOPLEVEL_INCLUDES to refer to
things from the top level.
* configure.ac (GLIBCXX_IS_NATIVE): Determine earlier and re-order.
Comment out the conditionals for CANADIAN and GLIBCXX_BUILD_LIBMATH
(currently unused). Strip the fake-VPATH shell fragment from
automake-generated rules, if present.
* linkage.m4: Add comment.
* fragment.am: New file, containing factored-out common settings.
(AM_CPPFLAGS): Absorb the deprecated INCLUDES variable contents.
* Makefile.am: Include fragment.am. Remove common variables.
* include/Makefile.am: Likewise.
* libmath/Makefile.am: Likewise.
* libsupc++/Makefile.am: Likewise.
* po/Makefile.am: Likewise. Print rules during check.
* src/Makefile.am: Likewise.
* testsuite/Makefile.am: Likewise.
* aclocal.m4, configure, Makefile.in, include/Makefile.in,
libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
src/Makefile.in, testsuite/Makefile.in: Regenerate.
From-SVN: r70522
2003-08-17 22:23:12 +02:00
|
|
|
$(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
|
2000-10-12 13:45:23 +02:00
|
|
|
|
|
|
|
|
acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES and LIBSUPCXX_INCLUDES.
2003-08-17 Phil Edwards <pme@gcc.gnu.org>
* acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES
and LIBSUPCXX_INCLUDES. Re-purpose TOPLEVEL_INCLUDES to refer to
things from the top level.
* configure.ac (GLIBCXX_IS_NATIVE): Determine earlier and re-order.
Comment out the conditionals for CANADIAN and GLIBCXX_BUILD_LIBMATH
(currently unused). Strip the fake-VPATH shell fragment from
automake-generated rules, if present.
* linkage.m4: Add comment.
* fragment.am: New file, containing factored-out common settings.
(AM_CPPFLAGS): Absorb the deprecated INCLUDES variable contents.
* Makefile.am: Include fragment.am. Remove common variables.
* include/Makefile.am: Likewise.
* libmath/Makefile.am: Likewise.
* libsupc++/Makefile.am: Likewise.
* po/Makefile.am: Likewise. Print rules during check.
* src/Makefile.am: Likewise.
* testsuite/Makefile.am: Likewise.
* aclocal.m4, configure, Makefile.in, include/Makefile.in,
libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
src/Makefile.in, testsuite/Makefile.in: Regenerate.
From-SVN: r70522
2003-08-17 22:23:12 +02:00
|
|
|
# -I/-D flags to pass when compiling.
|
|
|
|
AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
|
2001-06-26 23:22:57 +02:00
|
|
|
|
acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES and LIBSUPCXX_INCLUDES.
2003-08-17 Phil Edwards <pme@gcc.gnu.org>
* acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES
and LIBSUPCXX_INCLUDES. Re-purpose TOPLEVEL_INCLUDES to refer to
things from the top level.
* configure.ac (GLIBCXX_IS_NATIVE): Determine earlier and re-order.
Comment out the conditionals for CANADIAN and GLIBCXX_BUILD_LIBMATH
(currently unused). Strip the fake-VPATH shell fragment from
automake-generated rules, if present.
* linkage.m4: Add comment.
* fragment.am: New file, containing factored-out common settings.
(AM_CPPFLAGS): Absorb the deprecated INCLUDES variable contents.
* Makefile.am: Include fragment.am. Remove common variables.
* include/Makefile.am: Likewise.
* libmath/Makefile.am: Likewise.
* libsupc++/Makefile.am: Likewise.
* po/Makefile.am: Likewise. Print rules during check.
* src/Makefile.am: Likewise.
* testsuite/Makefile.am: Likewise.
* aclocal.m4, configure, Makefile.in, include/Makefile.in,
libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
src/Makefile.in, testsuite/Makefile.in: Regenerate.
From-SVN: r70522
2003-08-17 22:23:12 +02:00
|
|
|
# Need this library to both be part of libstdc++.a, and installed
|
|
|
|
# separately too.
|
2003-08-27 23:29:43 +02:00
|
|
|
# 1) separate libsupc++.la
|
acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES and LIBSUPCXX_INCLUDES.
2003-08-17 Phil Edwards <pme@gcc.gnu.org>
* acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES
and LIBSUPCXX_INCLUDES. Re-purpose TOPLEVEL_INCLUDES to refer to
things from the top level.
* configure.ac (GLIBCXX_IS_NATIVE): Determine earlier and re-order.
Comment out the conditionals for CANADIAN and GLIBCXX_BUILD_LIBMATH
(currently unused). Strip the fake-VPATH shell fragment from
automake-generated rules, if present.
* linkage.m4: Add comment.
* fragment.am: New file, containing factored-out common settings.
(AM_CPPFLAGS): Absorb the deprecated INCLUDES variable contents.
* Makefile.am: Include fragment.am. Remove common variables.
* include/Makefile.am: Likewise.
* libmath/Makefile.am: Likewise.
* libsupc++/Makefile.am: Likewise.
* po/Makefile.am: Likewise. Print rules during check.
* src/Makefile.am: Likewise.
* testsuite/Makefile.am: Likewise.
* aclocal.m4, configure, Makefile.in, include/Makefile.in,
libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
src/Makefile.in, testsuite/Makefile.in: Regenerate.
From-SVN: r70522
2003-08-17 22:23:12 +02:00
|
|
|
toolexeclib_LTLIBRARIES = libsupc++.la
|
|
|
|
# 2) integrated libsupc++convenience.la that is to be a part of libstdc++.a
|
|
|
|
noinst_LTLIBRARIES = libsupc++convenience.la
|
2003-06-12 05:24:16 +02:00
|
|
|
headers = \
|
2008-07-03 11:42:30 +02:00
|
|
|
exception new typeinfo cxxabi.h cxxabi-forced.h exception_defines.h \
|
2008-08-22 20:59:41 +02:00
|
|
|
initializer_list
|
2003-06-12 05:24:16 +02:00
|
|
|
|
2004-08-02 22:28:22 +02:00
|
|
|
@GLIBCXX_HOSTED_TRUE@c_sources = \
|
|
|
|
@GLIBCXX_HOSTED_TRUE@ cp-demangle.c
|
|
|
|
|
2003-06-12 05:24:16 +02:00
|
|
|
sources = \
|
2007-03-18 23:35:39 +01:00
|
|
|
array_type_info.cc \
|
2007-05-04 19:42:49 +02:00
|
|
|
atexit_arm.cc \
|
2007-03-18 23:35:39 +01:00
|
|
|
bad_cast.cc \
|
|
|
|
bad_typeid.cc \
|
|
|
|
class_type_info.cc \
|
2003-06-12 05:24:16 +02:00
|
|
|
del_op.cc \
|
|
|
|
del_opnt.cc \
|
|
|
|
del_opv.cc \
|
|
|
|
del_opvnt.cc \
|
2007-03-18 23:35:39 +01:00
|
|
|
dyncast.cc \
|
2003-06-12 05:24:16 +02:00
|
|
|
eh_alloc.cc \
|
Makefile.in: Set and use UNWIND_H.
2005-06-28 Paul Brook <paul@codesourcery.com>
gcc/
* Makefile.in: Set and use UNWIND_H. Install as unwind.h.
* c-decl.c (finish_decl): Call default_init_unwind_resume_libfunc.
* except.c (add_ehspec_entry): Generate arm eabi filter lists.
(assign_filter_values): Ditto.
(output_ttype): New function.
(output_function_exception_table): Use output_ttype. Generate arm
eabi filter lists.
(default_init_unwind_resume_libfunc): New function.
* except.h (default_init_unwind_resume_libfunc): Add prototype.
* optabs.c (init_optabs): Don't set unwind_resume_libfunc.
* opts.c (decode_options): Use targetm.unwind_tables_default.
* target-def.h (TARGET_ASM_TTYPE): Provide and use definition.
(TARGET_ARM_EABI_UNWINDER, TARGET_UNWIND_TABLES_DEFAULT): Ditto.
* target.h (struct gcc_target): Add asm.ttype, unwind_tables_default
and arm_eabi_unwinder.
* unwind-c.c: Support Arm EABI unwinder.
* unwind.h: Rename ...
* unwind-generic.h: ... To this.
* doc/tm.texi (TARGET_ASM_TTYPE, TARGET_ARM_EABI_UNWINDER): Document.
(TARGET_UNWID_TABLES_DEFAULT): Document.
* config/arm/arm-protos.h (arm_output_fn_unwind): Add prototype.
* config/arm/arm.c (arm_unwind_emit, arm_output_ttype): New functions.
(TARGET_UNWIND_EMIT, TARGET_ASM_TTYPE, TARGET_ARM_EABI_UNWINDER):
Define.
(thumb_pushpop, thumb_output_function_prologue): Output unwinding
directives.
(arm_unwind_emit_stm, arm_unwind_emit_set): New functions.
* config/arm/arm.h (MUST_USE_SJLJ_EXCEPTIONS): Only define when
!TARGET_UNWIND_INFO.
(ARM_OUTPUT_FN_UNWIND, ARM_EABI_UNWIND_TABLES): Define.
* config/arm/bpabi.h (TARGET_UNWIND_INFO): Define.
* config/arm/elf.h (ASM_DECLARE_FUNCTION_NAME,
ASM_DECLARE_FUNCTION_SIZE): Use ARM_OUTPUT_FN_UNWIND.
* config/arm/lib1funcs.asm: Include libunwind.S.
* config/arm/libgcc-bpabi.ver: Add unwinding routines.
* config/arm/libunwind.S: New file.
* config/arm/pr-support.c: New file.
* config/arm/t-bpabi (LIB1ASMFUNCS): Add _unwind.
(UNWIND_H, LIB2ADDEH, LIB2ADDEHDEP): Set.
* config/arm/t-symbian (UNWIND_H, LIB2ADDEH, LIB2ADDEHDEP): Set.
* config/arm/unwind-arm.c: New file.
* config/arm/unwind-arm.h: New file.
* config/i386/t-netware (USER_H): Remove unwind.h.
* config/ia64/ia64.h (TARGET_UNWIND_TABLES_DEFAULT): Define.
gcc/cp/
* Make-lang.in (cp/except.o): Depend on $(TARGET_H)
* except.c: Include target.h.
(init_exception_processing): Initialize unwind_resume_libfunc.
* doc/tm.texi: Document TARGET_ASM_TTYPE
gcc/ada/
* misc.c (gnat_init_gcc_eh): Call default_init_unwind_resume_libfunc.
gcc/java/
* decl.c (java_init_decl_processing): Call
default_init_unwind_resume_libfunc.
gcc/objc/
* objc-act.c (objc_init_exceptions): Call
default_init_unwind_resume_libfunc.
libstdc++/
* acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Check for
__cxa_end_cleanup.
* libsupc++/Makefile.am (sources): Add eh_call.c and eh_arm.c.
* libsupc++/eh_arm.cc: New file.
* libsupc++/eh_call.cc: New file.
* libsupc++/eh_catch.cc (__cxa_get_exception_ptr): Use
__gxx_caught_object.
(__cxa_begin_catch): Ditto. Use __is_gxx_exception_class. Call
_Unwind_Complete when using the ARM EABI.
(__cxa_end_catch): Use __is_gxx_exception_class.
* libsupc++/eh_personality.cc: Define NO_SIZE_OF_ENCODED_VALUE when
using the ARM EABI.
(save_caught_exception, restore_caught_exception): New functions.
(_throw_typet): New typedef.
(get_ttype_entry, get_adjusted_ptr, check_exception_spec): Add ARM
EABI implementations.
(PERSONALITY_FUNCTION): Use new functions. Addd support for ARM EABI
unwinding libary.
(__cxa_unexpected): Disable when using the ARM EABI.
* libsupc++/eh_throw.cc (__cxa_throw): Use __GXX_INIT_EXCEPTION_CLASS.
(__cxa_rethrow): Use __is_gxx_exception_class. Call
_Unwind_RaiseException when using the ARM EABI.
* libsupc++/unwind-cxx.h (struct __cxa_exception): Add fields for ARM
EABI semantics.
(struct __cxa_eh_globals): Ditto.
(__cxa_call_terminate): Add prototype.
(__cxa_type_match, __cxa_begin_cleanup, __cxa_end_cleanup): Add
prototypes.
(__get_exception_header_from_obj, __get_exception_header_from_ue):
Move earlier in file.
(__is_gxx_exception_class, __GXX_INIT_EXCEPTION_CLASS,
__gxx_caught_object): New functions.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
* libmath/Makefile.in: Regenerate.
* libsupc++/Makefile.in: Regenerate.
* po/Makefile.in: Regenerate.
* src/Makefie.in: Regenerate.
* testsuite/makefile.in: Regenerate.
From-SVN: r101385
2005-06-28 21:52:27 +02:00
|
|
|
eh_arm.cc \
|
2003-06-12 05:24:16 +02:00
|
|
|
eh_aux_runtime.cc \
|
Makefile.in: Set and use UNWIND_H.
2005-06-28 Paul Brook <paul@codesourcery.com>
gcc/
* Makefile.in: Set and use UNWIND_H. Install as unwind.h.
* c-decl.c (finish_decl): Call default_init_unwind_resume_libfunc.
* except.c (add_ehspec_entry): Generate arm eabi filter lists.
(assign_filter_values): Ditto.
(output_ttype): New function.
(output_function_exception_table): Use output_ttype. Generate arm
eabi filter lists.
(default_init_unwind_resume_libfunc): New function.
* except.h (default_init_unwind_resume_libfunc): Add prototype.
* optabs.c (init_optabs): Don't set unwind_resume_libfunc.
* opts.c (decode_options): Use targetm.unwind_tables_default.
* target-def.h (TARGET_ASM_TTYPE): Provide and use definition.
(TARGET_ARM_EABI_UNWINDER, TARGET_UNWIND_TABLES_DEFAULT): Ditto.
* target.h (struct gcc_target): Add asm.ttype, unwind_tables_default
and arm_eabi_unwinder.
* unwind-c.c: Support Arm EABI unwinder.
* unwind.h: Rename ...
* unwind-generic.h: ... To this.
* doc/tm.texi (TARGET_ASM_TTYPE, TARGET_ARM_EABI_UNWINDER): Document.
(TARGET_UNWID_TABLES_DEFAULT): Document.
* config/arm/arm-protos.h (arm_output_fn_unwind): Add prototype.
* config/arm/arm.c (arm_unwind_emit, arm_output_ttype): New functions.
(TARGET_UNWIND_EMIT, TARGET_ASM_TTYPE, TARGET_ARM_EABI_UNWINDER):
Define.
(thumb_pushpop, thumb_output_function_prologue): Output unwinding
directives.
(arm_unwind_emit_stm, arm_unwind_emit_set): New functions.
* config/arm/arm.h (MUST_USE_SJLJ_EXCEPTIONS): Only define when
!TARGET_UNWIND_INFO.
(ARM_OUTPUT_FN_UNWIND, ARM_EABI_UNWIND_TABLES): Define.
* config/arm/bpabi.h (TARGET_UNWIND_INFO): Define.
* config/arm/elf.h (ASM_DECLARE_FUNCTION_NAME,
ASM_DECLARE_FUNCTION_SIZE): Use ARM_OUTPUT_FN_UNWIND.
* config/arm/lib1funcs.asm: Include libunwind.S.
* config/arm/libgcc-bpabi.ver: Add unwinding routines.
* config/arm/libunwind.S: New file.
* config/arm/pr-support.c: New file.
* config/arm/t-bpabi (LIB1ASMFUNCS): Add _unwind.
(UNWIND_H, LIB2ADDEH, LIB2ADDEHDEP): Set.
* config/arm/t-symbian (UNWIND_H, LIB2ADDEH, LIB2ADDEHDEP): Set.
* config/arm/unwind-arm.c: New file.
* config/arm/unwind-arm.h: New file.
* config/i386/t-netware (USER_H): Remove unwind.h.
* config/ia64/ia64.h (TARGET_UNWIND_TABLES_DEFAULT): Define.
gcc/cp/
* Make-lang.in (cp/except.o): Depend on $(TARGET_H)
* except.c: Include target.h.
(init_exception_processing): Initialize unwind_resume_libfunc.
* doc/tm.texi: Document TARGET_ASM_TTYPE
gcc/ada/
* misc.c (gnat_init_gcc_eh): Call default_init_unwind_resume_libfunc.
gcc/java/
* decl.c (java_init_decl_processing): Call
default_init_unwind_resume_libfunc.
gcc/objc/
* objc-act.c (objc_init_exceptions): Call
default_init_unwind_resume_libfunc.
libstdc++/
* acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Check for
__cxa_end_cleanup.
* libsupc++/Makefile.am (sources): Add eh_call.c and eh_arm.c.
* libsupc++/eh_arm.cc: New file.
* libsupc++/eh_call.cc: New file.
* libsupc++/eh_catch.cc (__cxa_get_exception_ptr): Use
__gxx_caught_object.
(__cxa_begin_catch): Ditto. Use __is_gxx_exception_class. Call
_Unwind_Complete when using the ARM EABI.
(__cxa_end_catch): Use __is_gxx_exception_class.
* libsupc++/eh_personality.cc: Define NO_SIZE_OF_ENCODED_VALUE when
using the ARM EABI.
(save_caught_exception, restore_caught_exception): New functions.
(_throw_typet): New typedef.
(get_ttype_entry, get_adjusted_ptr, check_exception_spec): Add ARM
EABI implementations.
(PERSONALITY_FUNCTION): Use new functions. Addd support for ARM EABI
unwinding libary.
(__cxa_unexpected): Disable when using the ARM EABI.
* libsupc++/eh_throw.cc (__cxa_throw): Use __GXX_INIT_EXCEPTION_CLASS.
(__cxa_rethrow): Use __is_gxx_exception_class. Call
_Unwind_RaiseException when using the ARM EABI.
* libsupc++/unwind-cxx.h (struct __cxa_exception): Add fields for ARM
EABI semantics.
(struct __cxa_eh_globals): Ditto.
(__cxa_call_terminate): Add prototype.
(__cxa_type_match, __cxa_begin_cleanup, __cxa_end_cleanup): Add
prototypes.
(__get_exception_header_from_obj, __get_exception_header_from_ue):
Move earlier in file.
(__is_gxx_exception_class, __GXX_INIT_EXCEPTION_CLASS,
__gxx_caught_object): New functions.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
* libmath/Makefile.in: Regenerate.
* libsupc++/Makefile.in: Regenerate.
* po/Makefile.in: Regenerate.
* src/Makefie.in: Regenerate.
* testsuite/makefile.in: Regenerate.
From-SVN: r101385
2005-06-28 21:52:27 +02:00
|
|
|
eh_call.cc \
|
2003-06-12 05:24:16 +02:00
|
|
|
eh_catch.cc \
|
|
|
|
eh_exception.cc \
|
|
|
|
eh_globals.cc \
|
|
|
|
eh_personality.cc \
|
|
|
|
eh_term_handler.cc \
|
|
|
|
eh_terminate.cc \
|
|
|
|
eh_throw.cc \
|
|
|
|
eh_type.cc \
|
|
|
|
eh_unex_handler.cc \
|
2007-03-18 23:35:39 +01:00
|
|
|
enum_type_info.cc \
|
|
|
|
function_type_info.cc \
|
|
|
|
fundamental_type_info.cc \
|
2003-06-12 05:24:16 +02:00
|
|
|
guard.cc \
|
|
|
|
new_handler.cc \
|
|
|
|
new_op.cc \
|
|
|
|
new_opnt.cc \
|
|
|
|
new_opv.cc \
|
|
|
|
new_opvnt.cc \
|
2007-03-18 23:35:39 +01:00
|
|
|
pbase_type_info.cc \
|
|
|
|
pmem_type_info.cc \
|
|
|
|
pointer_type_info.cc \
|
2003-06-12 05:24:16 +02:00
|
|
|
pure.cc \
|
2007-03-18 23:35:39 +01:00
|
|
|
si_class_type_info.cc \
|
2003-06-12 05:24:16 +02:00
|
|
|
tinfo.cc \
|
|
|
|
tinfo2.cc \
|
|
|
|
vec.cc \
|
2007-03-18 23:35:39 +01:00
|
|
|
vmi_class_type_info.cc \
|
2003-06-12 05:24:16 +02:00
|
|
|
vterminate.cc
|
2000-10-07 01:31:22 +02:00
|
|
|
|
2004-02-27 04:21:16 +01:00
|
|
|
libsupc___la_SOURCES = $(sources) $(c_sources)
|
|
|
|
libsupc__convenience_la_SOURCES = $(sources) $(c_sources)
|
2003-07-05 06:05:45 +02:00
|
|
|
glibcxxinstalldir = $(gxx_include_dir)
|
|
|
|
glibcxxinstall_HEADERS = $(headers)
|
2000-10-11 01:50:39 +02:00
|
|
|
|
2000-10-07 03:05:37 +02:00
|
|
|
# AM_CXXFLAGS needs to be in each subdirectory so that it can be
|
2000-10-17 12:12:23 +02:00
|
|
|
# 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
|
2003-08-27 23:29:43 +02:00
|
|
|
# as the occasion call for it.
|
2003-06-12 05:24:16 +02:00
|
|
|
AM_CXXFLAGS = \
|
|
|
|
-fno-implicit-templates \
|
2003-08-27 02:38:28 +02:00
|
|
|
$(LIBSUPCXX_PICFLAGS) \
|
2003-06-12 05:24:16 +02:00
|
|
|
$(WARN_CXXFLAGS) \
|
|
|
|
$(OPTIMIZE_CXXFLAGS) \
|
2003-08-27 23:29:43 +02:00
|
|
|
$(CONFIG_CXXFLAGS)
|
2003-03-07 09:01:24 +01:00
|
|
|
|
2003-06-12 05:24:16 +02:00
|
|
|
AM_MAKEFLAGS = \
|
|
|
|
"gxx_include_dir=$(gxx_include_dir)"
|
2000-10-07 01:31:22 +02:00
|
|
|
|
|
|
|
|
2004-02-27 04:21:16 +01:00
|
|
|
# Use special rules for pulling things out of libiberty. These
|
|
|
|
# objects should be compiled with the "C" compiler, not the C++
|
|
|
|
# compiler, and also should not use the C++ includes.
|
|
|
|
C_INCLUDES = -I.. -I$(toplevel_srcdir)/libiberty -I$(toplevel_srcdir)/include
|
|
|
|
C_COMPILE = \
|
|
|
|
$(CC) $(DEFS) $(C_INCLUDES) \
|
|
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
|
|
|
|
|
|
|
|
|
# LTCOMPILE is copied from LTCXXCOMPILE below.
|
|
|
|
LTCOMPILE = $(LIBTOOL) --tag CC --tag disable-shared --mode=compile $(CC) \
|
|
|
|
$(DEFS) $(C_INCLUDES) $(LIBSUPCXX_PICFLAGS) \
|
|
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
|
|
|
|
|
|
2000-10-17 12:12:23 +02:00
|
|
|
# libstdc++ libtool notes
|
2000-10-07 01:31:22 +02:00
|
|
|
|
2000-10-17 12:12:23 +02:00
|
|
|
# 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
|
2001-01-23 09:57:34 +01:00
|
|
|
# attempt to infer which configuration to use.
|
|
|
|
#
|
|
|
|
# We have to put --tag disable-shared after --tag CXX lest things
|
|
|
|
# CXX undo the affect of disable-shared.
|
2003-06-12 05:24:16 +02:00
|
|
|
LTCXXCOMPILE = $(LIBTOOL) --tag CXX --tag disable-shared \
|
2003-08-27 23:29:43 +02:00
|
|
|
--mode=compile $(CXX) $(TOPLEVEL_INCLUDES) \
|
2005-11-22 01:19:07 +01:00
|
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
2000-10-17 12:12:23 +02:00
|
|
|
|
2006-01-03 01:30:27 +01:00
|
|
|
LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
|
2000-10-17 12:12:23 +02:00
|
|
|
|
2001-03-28 03:19:42 +02:00
|
|
|
# 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.
|
2003-06-12 05:24:16 +02:00
|
|
|
CXXLINK = $(LIBTOOL) --tag CXX --tag disable-shared \
|
2003-08-27 23:29:43 +02:00
|
|
|
--mode=link $(CXX) \
|
2006-01-03 01:30:27 +01:00
|
|
|
$(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
|
2000-10-07 01:31:22 +02:00
|
|
|
|
2003-08-05 04:00:18 +02:00
|
|
|
all: all-am
|
2000-10-07 01:31:22 +02:00
|
|
|
|
|
|
|
.SUFFIXES:
|
2004-02-27 04:21:16 +01:00
|
|
|
.SUFFIXES: .c .cc .lo .o .obj
|
2004-08-12 13:54:13 +02:00
|
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
|
|
|
|
@for dep in $?; do \
|
|
|
|
case '$(am__configure_deps)' in \
|
|
|
|
*$$dep*) \
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
|
|
|
&& exit 0; \
|
|
|
|
exit 1;; \
|
|
|
|
esac; \
|
|
|
|
done; \
|
|
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps libsupc++/Makefile'; \
|
2003-08-05 04:00:18 +02:00
|
|
|
cd $(top_srcdir) && \
|
2004-08-12 13:54:13 +02:00
|
|
|
$(AUTOMAKE) --foreign --ignore-deps libsupc++/Makefile
|
|
|
|
.PRECIOUS: Makefile
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
|
@case '$?' in \
|
|
|
|
*config.status*) \
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
|
|
*) \
|
|
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
|
|
esac;
|
|
|
|
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
|
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
2000-10-07 01:31:22 +02:00
|
|
|
|
|
|
|
clean-noinstLTLIBRARIES:
|
|
|
|
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
2003-08-05 04:00:18 +02:00
|
|
|
@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
2004-08-12 13:54:13 +02:00
|
|
|
test "$$dir" != "$$p" || dir=.; \
|
2003-08-05 04:00:18 +02:00
|
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
|
|
|
rm -f "$${dir}/so_locations"; \
|
|
|
|
done
|
2000-10-07 01:31:22 +02:00
|
|
|
install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
|
|
|
|
@$(NORMAL_INSTALL)
|
2008-02-11 11:05:33 +01:00
|
|
|
test -z "$(toolexeclibdir)" || $(mkdir_p) "$(DESTDIR)$(toolexeclibdir)"
|
2000-10-07 01:31:22 +02:00
|
|
|
@list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
if test -f $$p; then \
|
2004-08-23 12:18:31 +02:00
|
|
|
f=$(am__strip_dir) \
|
2004-08-12 13:54:13 +02:00
|
|
|
echo " $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
|
|
|
|
$(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(toolexeclibdir)/$$f"; \
|
2000-10-07 01:31:22 +02:00
|
|
|
else :; fi; \
|
|
|
|
done
|
|
|
|
|
|
|
|
uninstall-toolexeclibLTLIBRARIES:
|
|
|
|
@$(NORMAL_UNINSTALL)
|
2008-02-11 11:05:33 +01:00
|
|
|
@set -x; list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
|
2004-08-23 12:18:31 +02:00
|
|
|
p=$(am__strip_dir) \
|
2004-08-12 13:54:13 +02:00
|
|
|
echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$p'"; \
|
|
|
|
$(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$p"; \
|
2000-10-07 01:31:22 +02:00
|
|
|
done
|
|
|
|
|
2003-08-05 04:00:18 +02:00
|
|
|
clean-toolexeclibLTLIBRARIES:
|
|
|
|
-test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
|
|
|
|
@list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
2004-08-12 13:54:13 +02:00
|
|
|
test "$$dir" != "$$p" || dir=.; \
|
2003-08-05 04:00:18 +02:00
|
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
|
|
|
rm -f "$${dir}/so_locations"; \
|
|
|
|
done
|
|
|
|
libsupc++.la: $(libsupc___la_OBJECTS) $(libsupc___la_DEPENDENCIES)
|
2008-02-11 11:05:33 +01:00
|
|
|
$(CXXLINK) -rpath $(toolexeclibdir) $(libsupc___la_LDFLAGS) $(libsupc___la_OBJECTS) $(libsupc___la_LIBADD) $(LIBS)
|
2003-08-05 04:00:18 +02:00
|
|
|
libsupc++convenience.la: $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_DEPENDENCIES)
|
2008-02-11 11:05:33 +01:00
|
|
|
$(CXXLINK) $(libsupc__convenience_la_LDFLAGS) $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_LIBADD) $(LIBS)
|
2000-10-07 01:31:22 +02:00
|
|
|
|
|
|
|
mostlyclean-compile:
|
2004-08-12 13:54:13 +02:00
|
|
|
-rm -f *.$(OBJEXT)
|
2000-10-07 01:31:22 +02:00
|
|
|
|
|
|
|
distclean-compile:
|
|
|
|
-rm -f *.tab.c
|
|
|
|
|
2004-02-27 04:21:16 +01:00
|
|
|
.c.o:
|
2004-08-12 13:54:13 +02:00
|
|
|
$(COMPILE) -c $<
|
2004-02-27 04:21:16 +01:00
|
|
|
|
|
|
|
.c.obj:
|
2004-08-12 13:54:13 +02:00
|
|
|
$(COMPILE) -c `$(CYGPATH_W) '$<'`
|
2004-02-27 04:21:16 +01:00
|
|
|
|
|
|
|
.c.lo:
|
2004-08-12 13:54:13 +02:00
|
|
|
$(LTCOMPILE) -c -o $@ $<
|
2004-02-27 04:21:16 +01:00
|
|
|
|
2003-08-05 04:00:18 +02:00
|
|
|
.cc.o:
|
2004-08-12 13:54:13 +02:00
|
|
|
$(CXXCOMPILE) -c -o $@ $<
|
2000-10-07 01:31:22 +02:00
|
|
|
|
2003-08-05 04:00:18 +02:00
|
|
|
.cc.obj:
|
2004-08-12 13:54:13 +02:00
|
|
|
$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
2000-10-07 01:31:22 +02:00
|
|
|
|
2003-08-05 04:00:18 +02:00
|
|
|
.cc.lo:
|
2004-08-12 13:54:13 +02:00
|
|
|
$(LTCXXCOMPILE) -c -o $@ $<
|
2000-10-07 01:31:22 +02:00
|
|
|
|
|
|
|
mostlyclean-libtool:
|
|
|
|
-rm -f *.lo
|
|
|
|
|
|
|
|
clean-libtool:
|
|
|
|
-rm -rf .libs _libs
|
|
|
|
|
2008-02-11 11:05:33 +01:00
|
|
|
distclean-libtool:
|
|
|
|
-rm -f libtool
|
|
|
|
uninstall-info-am:
|
|
|
|
|
2003-08-05 04:00:18 +02:00
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
done | \
|
|
|
|
$(AWK) ' { files[$$0] = 1; } \
|
2000-10-07 01:31:22 +02:00
|
|
|
END { for (i in files) print i; }'`; \
|
2003-08-05 04:00:18 +02:00
|
|
|
mkid -fID $$unique
|
2004-08-12 13:54:13 +02:00
|
|
|
tags: TAGS
|
2000-10-07 01:31:22 +02:00
|
|
|
|
2003-08-05 04:00:18 +02:00
|
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
|
|
$(TAGS_FILES) $(LISP)
|
2000-10-07 01:31:22 +02:00
|
|
|
tags=; \
|
|
|
|
here=`pwd`; \
|
2003-08-05 04:00:18 +02:00
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
done | \
|
|
|
|
$(AWK) ' { files[$$0] = 1; } \
|
2000-10-07 01:31:22 +02:00
|
|
|
END { for (i in files) print i; }'`; \
|
2004-08-12 13:54:13 +02:00
|
|
|
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
|
|
$$tags $$unique; \
|
|
|
|
fi
|
2003-08-05 04:00:18 +02:00
|
|
|
ctags: CTAGS
|
|
|
|
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
|
|
$(TAGS_FILES) $(LISP)
|
|
|
|
tags=; \
|
|
|
|
here=`pwd`; \
|
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
done | \
|
|
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
|
|
END { for (i in files) print i; }'`; \
|
|
|
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
|
|
$$tags $$unique
|
2000-10-07 01:31:22 +02:00
|
|
|
|
2003-08-05 04:00:18 +02:00
|
|
|
GTAGS:
|
|
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
|
|
&& cd $(top_srcdir) \
|
|
|
|
&& gtags -i $(GTAGS_ARGS) $$here
|
2000-10-07 01:31:22 +02:00
|
|
|
|
|
|
|
distclean-tags:
|
2003-08-05 04:00:18 +02:00
|
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
2000-10-07 01:31:22 +02:00
|
|
|
|
|
|
|
distdir: $(DISTFILES)
|
2008-02-11 11:05:33 +01:00
|
|
|
$(mkdir_p) $(distdir)/..
|
|
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|
|
|
list='$(DISTFILES)'; for file in $$list; do \
|
|
|
|
case $$file in \
|
|
|
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|
|
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
|
|
|
esac; \
|
2003-08-05 04:00:18 +02:00
|
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
2008-02-11 11:05:33 +01:00
|
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|
|
|
dir="/$$dir"; \
|
|
|
|
$(mkdir_p) "$(distdir)$$dir"; \
|
|
|
|
else \
|
|
|
|
dir=''; \
|
|
|
|
fi; \
|
2000-10-07 01:31:22 +02:00
|
|
|
if test -d $$d/$$file; then \
|
2003-08-05 04:00:18 +02:00
|
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
|
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
|
|
fi; \
|
|
|
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
2000-10-07 01:31:22 +02:00
|
|
|
else \
|
|
|
|
test -f $(distdir)/$$file \
|
2003-08-05 04:00:18 +02:00
|
|
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
|
|
|
|| exit 1; \
|
2000-10-07 01:31:22 +02:00
|
|
|
fi; \
|
|
|
|
done
|
2003-08-05 04:00:18 +02:00
|
|
|
check-am: all-am
|
2000-10-07 01:31:22 +02:00
|
|
|
check: check-am
|
2003-08-05 04:00:18 +02:00
|
|
|
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
|
|
|
|
installdirs:
|
2004-08-12 13:54:13 +02:00
|
|
|
for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(glibcxxinstalldir)"; do \
|
2008-02-11 11:05:33 +01:00
|
|
|
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
2004-08-12 13:54:13 +02:00
|
|
|
done
|
2003-08-05 04:00:18 +02:00
|
|
|
install: install-am
|
|
|
|
install-exec: install-exec-am
|
2000-10-07 01:31:22 +02:00
|
|
|
install-data: install-data-am
|
2003-08-05 04:00:18 +02:00
|
|
|
uninstall: uninstall-am
|
2000-10-07 01:31:22 +02:00
|
|
|
|
|
|
|
install-am: all-am
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
|
2003-08-05 04:00:18 +02:00
|
|
|
installcheck: installcheck-am
|
|
|
|
install-strip:
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
2004-03-02 19:30:08 +01:00
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
2003-08-05 04:00:18 +02:00
|
|
|
`test -z '$(STRIP)' || \
|
|
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
2000-10-07 01:31:22 +02:00
|
|
|
mostlyclean-generic:
|
|
|
|
|
|
|
|
clean-generic:
|
|
|
|
|
|
|
|
distclean-generic:
|
2004-08-23 12:18:31 +02:00
|
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
2000-10-07 01:31:22 +02:00
|
|
|
|
|
|
|
maintainer-clean-generic:
|
2003-08-05 04:00:18 +02:00
|
|
|
@echo "This command is intended for maintainers to use"
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
clean: clean-am
|
2000-10-07 01:31:22 +02:00
|
|
|
|
2003-08-05 04:00:18 +02:00
|
|
|
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
|
|
|
|
clean-toolexeclibLTLIBRARIES mostlyclean-am
|
2000-10-07 01:31:22 +02:00
|
|
|
|
2003-08-05 04:00:18 +02:00
|
|
|
distclean: distclean-am
|
2003-12-04 20:37:21 +01:00
|
|
|
-rm -f Makefile
|
2003-08-05 04:00:18 +02:00
|
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
2008-02-11 11:05:33 +01:00
|
|
|
distclean-libtool distclean-tags
|
2000-10-07 01:31:22 +02:00
|
|
|
|
2003-08-05 04:00:18 +02:00
|
|
|
dvi: dvi-am
|
2000-10-07 01:31:22 +02:00
|
|
|
|
2003-08-05 04:00:18 +02:00
|
|
|
dvi-am:
|
2000-10-07 01:31:22 +02:00
|
|
|
|
2004-08-12 13:54:13 +02:00
|
|
|
html: html-am
|
|
|
|
|
2003-08-05 04:00:18 +02:00
|
|
|
info: info-am
|
|
|
|
|
|
|
|
info-am:
|
|
|
|
|
|
|
|
install-data-am: install-glibcxxinstallHEADERS
|
|
|
|
|
|
|
|
install-exec-am: install-toolexeclibLTLIBRARIES
|
|
|
|
|
|
|
|
install-info: install-info-am
|
|
|
|
|
|
|
|
install-man:
|
|
|
|
|
|
|
|
installcheck-am:
|
2000-10-07 01:31:22 +02:00
|
|
|
|
|
|
|
maintainer-clean: maintainer-clean-am
|
2003-12-04 20:37:21 +01:00
|
|
|
-rm -f Makefile
|
2003-08-05 04:00:18 +02:00
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
|
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
|
|
mostlyclean-libtool
|
|
|
|
|
|
|
|
pdf: pdf-am
|
|
|
|
|
|
|
|
pdf-am:
|
|
|
|
|
|
|
|
ps: ps-am
|
|
|
|
|
|
|
|
ps-am:
|
|
|
|
|
2008-02-11 11:05:33 +01:00
|
|
|
uninstall-am: uninstall-glibcxxinstallHEADERS uninstall-info-am \
|
2003-08-05 04:00:18 +02:00
|
|
|
uninstall-toolexeclibLTLIBRARIES
|
|
|
|
|
|
|
|
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
|
|
|
clean-libtool clean-noinstLTLIBRARIES \
|
|
|
|
clean-toolexeclibLTLIBRARIES ctags distclean distclean-compile \
|
|
|
|
distclean-generic distclean-libtool distclean-tags distdir dvi \
|
2004-08-12 13:54:13 +02:00
|
|
|
dvi-am html html-am info info-am install install-am \
|
2008-02-11 11:05:33 +01:00
|
|
|
install-data install-data-am install-exec install-exec-am \
|
|
|
|
install-glibcxxinstallHEADERS install-info install-info-am \
|
|
|
|
install-man install-strip install-toolexeclibLTLIBRARIES \
|
2003-08-05 04:00:18 +02:00
|
|
|
installcheck installcheck-am installdirs maintainer-clean \
|
|
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
|
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
|
|
tags uninstall uninstall-am uninstall-glibcxxinstallHEADERS \
|
2008-02-11 11:05:33 +01:00
|
|
|
uninstall-info-am uninstall-toolexeclibLTLIBRARIES
|
2000-10-07 01:31:22 +02:00
|
|
|
|
|
|
|
|
2004-02-27 04:21:16 +01:00
|
|
|
cp-demangle.c:
|
|
|
|
rm -f $@
|
|
|
|
$(LN_S) $(toplevel_srcdir)/libiberty/cp-demangle.c $@
|
|
|
|
cp-demangle.lo: cp-demangle.c
|
|
|
|
$(LTCOMPILE) -DIN_GLIBCPP_V3 -Wno-error -c $<
|
|
|
|
cp-demangle.o: cp-demangle.c
|
|
|
|
$(C_COMPILE) -DIN_GLIBCPP_V3 -Wno-error -c $<
|
|
|
|
|
2001-06-04 04:24:06 +02:00
|
|
|
# We have to have rules modified from the default to counteract SUN make
|
2003-07-05 06:05:45 +02:00
|
|
|
# prepending each of $(glibcxxinstall_HEADERS) with VPATH below.
|
|
|
|
install-glibcxxinstallHEADERS: $(glibcxxinstall_HEADERS)
|
2001-06-04 04:24:06 +02:00
|
|
|
@$(NORMAL_INSTALL)
|
2003-07-05 06:05:45 +02:00
|
|
|
$(mkinstalldirs) $(DESTDIR)$(glibcxxinstalldir)
|
|
|
|
@list='$(glibcxxinstall_HEADERS)'; for p in $$list; do \
|
2001-06-04 04:24:06 +02:00
|
|
|
q=`echo $$p | sed -e 's,.*/,,'`; \
|
|
|
|
if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
|
2003-07-05 06:05:45 +02:00
|
|
|
echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(glibcxxinstalldir)/$$q"; \
|
|
|
|
$(INSTALL_DATA) $$d$$p $(DESTDIR)$(glibcxxinstalldir)/$$q; \
|
2001-06-04 04:24:06 +02:00
|
|
|
done
|
|
|
|
|
2003-07-05 06:05:45 +02:00
|
|
|
uninstall-glibcxxinstallHEADERS:
|
2001-06-04 04:24:06 +02:00
|
|
|
@$(NORMAL_UNINSTALL)
|
2003-07-05 06:05:45 +02:00
|
|
|
list='$(glibcxxinstall_HEADERS)'; for p in $$list; do \
|
2001-06-04 04:24:06 +02:00
|
|
|
q=`echo $$p | sed -e 's,.*/,,'`; \
|
2003-07-05 06:05:45 +02:00
|
|
|
rm -f $(DESTDIR)$(glibcxxinstalldir)/$$q; \
|
2001-06-04 04:24:06 +02:00
|
|
|
done
|
2000-10-07 01:31:22 +02:00
|
|
|
# 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:
|