From b5ad6294bb8f82525dec40e4b727ee27476e7ffc Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 29 May 2002 00:45:51 +0000 Subject: Add some build glue for libstdc++. I'm not a C++ person, but this seems to work at least for the non-hairy stuff. The main wrinkle here is that a whole mess of include files get installed and under different names. An earlier version of this built a shadow include tree first in the obj directory, but this depends on the 'make includes' functionality. More tweaking is certainly going to be needed. --- gnu/lib/libsupc++/Makefile | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'gnu/lib/libsupc++/Makefile') diff --git a/gnu/lib/libsupc++/Makefile b/gnu/lib/libsupc++/Makefile index 2e5b1cc50d8f..681b1d8e0897 100644 --- a/gnu/lib/libsupc++/Makefile +++ b/gnu/lib/libsupc++/Makefile @@ -1,9 +1,12 @@ # $FreeBSD$ -SRCDIR= ${.CURDIR}/../../../contrib/libstdc++-v3 -.PATH: ${SRCDIR} ${SRCDIR}/../../gcc +GCCDIR= ${.CURDIR}/../../../contrib/gcc +SRCDIR= ${.CURDIR}/../../../contrib/libstdc++/libsupc++ -LIB= stdc++ +.PATH: ${SRCDIR} ${GCCDIR} + +# Static only. +LIB= supc++ SRCS= del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc \ eh_alloc.cc eh_aux_runtime.cc eh_catch.cc eh_exception.cc \ eh_globals.cc eh_personality.cc eh_terminate.cc eh_throw.cc eh_type.cc \ @@ -14,12 +17,11 @@ SRCS= del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc \ SRCS+= cp-demangle.c dyn-string.c CFLAGS+= -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -CFLAGS+= -I${SRCDIR}/../../gcc -CXXFLAGS+= -nostdinc++ \ - -fno-implicit-templates -ffunction-sections -fdata-sections +CFLAGS+= -I${SRCDIR} -I${GCCDIR} -I${.CURDIR}/../libstdc++ +CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections HDRS= exception new typeinfo cxxabi.h exception_defines.h INCS= ${HDRS:S;^;${SRCDIR}/;} -INCSDIR=${INCLUDEDIR}/g++-v3 +INCSDIR=${INCLUDEDIR}/g++ .include -- cgit v1.3