]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libcxxrt/Makefile
libcompiler_rt Makefile.inc: include bsd.compiler.mk to fix build
[FreeBSD/FreeBSD.git] / lib / libcxxrt / Makefile
1
2 PACKAGE=        clibs
3 SRCDIR=         ${SRCTOP}/contrib/libcxxrt
4
5 SHLIB_MAJOR=    1
6 SHLIBDIR?=      /lib
7
8 .PATH: ${SRCDIR}
9
10 LIB=            cxxrt
11
12 SRCS+=          auxhelper.cc
13 SRCS+=          dynamic_cast.cc
14 SRCS+=          exception.cc
15 SRCS+=          guard.cc
16 SRCS+=          libelftc_dem_gnu3.c
17 SRCS+=          memory.cc
18 SRCS+=          stdexcept.cc
19 SRCS+=          terminate.cc
20 SRCS+=          typeinfo.cc
21
22 WARNS?=         0
23 CFLAGS+=        -isystem ${SRCDIR} -nostdinc++
24 CXXSTD?=        c++14
25 VERSION_MAP=    ${.CURDIR}/Version.map
26
27 .include <bsd.lib.mk>