aboutsummaryrefslogtreecommitdiff
path: root/lib/libcxxrt/Makefile
blob: 25bac94f32efe63cd7d6840947b5e006bdaad3de (plain) (blame)
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}
LDADD+=       -pthread

.include <bsd.lib.mk>