summaryrefslogtreecommitdiffstats
path: root/lib/libcxxrt/Makefile
blob: e7105460352c92e57e706947e3314b3b20b365ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $FreeBSD$

SRCDIR=       ${.CURDIR}/../../contrib/libcxxrt

SHLIB_MAJOR=  1
SHLIBDIR?=    /lib

.PATH: ${SRCDIR}

LIB=          cxxrt

SRCS+=        libelftc_dem_gnu3.c\
              terminate.cc\
              dynamic_cast.cc\
              memory.cc\
              auxhelper.cc\
              exception.cc\
              stdexcept.cc\
              typeinfo.cc\
              guard.cc

WARNS=        0
CFLAGS+=      -I${SRCDIR}
VERSION_MAP=  ${.CURDIR}/Version.map

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud