Add gcc40 infrastructure, but don't tie it to the build yet.
[dragonfly.git] / gnu / lib / gcc40 / libsupc++ / Makefile
1 # $DragonFly: src/gnu/lib/gcc40/libsupc++/Attic/Makefile,v 1.1 2005/06/05 22:43:21 corecode Exp $
2
3 .include "../Makefile.inc"
4
5 .PATH: ${GCCDIR}/libstdc++-v3/libsupc++
6
7 CFLAGS+=        -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H
8 CXXFLAGS+=      -fno-implicit-templates -ffunction-sections -fdata-sections
9 CXXFLAGS+=      -I${GCCDIR}/libstdc++-v3/libsupc++ 
10 CXXFLAGS+=      -I${GCCDIR}/libstdc++-v3/include/c_std
11 CXXFLAGS+=      -I${STOPDIR}/cc_prep/c++ -I.
12
13 INCS=           exception new typeinfo cxxabi.h exception_defines.h
14 INCSDIR=        ${INCLUDEDIR}/c++/4.0
15
16 LIB=            supc++
17
18 SRCS=   del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc
19 SRCS+=  eh_alloc.cc eh_aux_runtime.cc eh_catch.cc eh_exception.cc
20 SRCS+=  eh_globals.cc eh_personality.cc eh_term_handler.cc eh_terminate.cc
21 SRCS+=  eh_throw.cc eh_type.cc eh_unex_handler.cc guard.cc new_handler.cc
22 SRCS+=  new_op.cc new_opnt.cc new_opv.cc new_opvnt.cc pure.cc tinfo.cc
23 SRCS+=  tinfo2.cc vec.cc vterminate.cc
24 # from libiberty
25 SRCS+=  cp-demangle.c
26
27 .PATH: ${GCCDIR}/libiberty
28
29 .include <bsd.lib.mk>