|
|
| version 1.1, 2004/01/22 21:45:57 | version 1.2, 2004/02/02 23:35:09 |
|---|---|
| Line 1 | Line 1 |
| # $FreeBSD: src/gnu/lib/libsupc++/Makefile,v 1.5 2003/07/11 05:37:22 kan Exp $ | # $FreeBSD: src/gnu/lib/libsupc++/Makefile,v 1.5 2003/07/11 05:37:22 kan Exp $ |
| # $DragonFly$ | # $DragonFly$ |
| GCCDIR= ${.CURDIR}/../../../../contrib/gcc3 | .include "../Makefile.inc" |
| SRCDIR= ${.CURDIR}/../../../../contrib/libstdc++3/libsupc++ | |
| .PATH: ${SRCDIR} ${GCCDIR} | SRCDIR= ${GCCDIR}/libstdc++-v3/libsupc++ |
| .PATH: ${SRCDIR} ${GCCDIR}/gcc ${GCCDIR}/libiberty | |
| # Static only. | # Static only. |
| LIB= supc++ | LIB= supc++ |
| Line 16 SRCS= del_op.cc del_opnt.cc del_opv.cc d | Line 17 SRCS= del_op.cc del_opnt.cc del_opv.cc d |
| # from libiberty: | # from libiberty: |
| SRCS+= cp-demangle.c dyn-string.c | SRCS+= cp-demangle.c dyn-string.c |
| CFLAGS+= -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H | CFLAGS+= -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H |
| CFLAGS+= -I${SRCDIR} -I${GCCDIR} -I${.CURDIR}/../libstdc++ | CFLAGS+= -I${SRCDIR} -I${.CURDIR}/../libstdc++ |
| CFLAGS+= -I${GCCDIR}/gcc -I${GCCDIR}/include | |
| CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections | CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections |
| HDRS= exception new typeinfo cxxabi.h exception_defines.h | HDRS= exception new typeinfo cxxabi.h exception_defines.h |