aboutsummaryrefslogblamecommitdiff
path: root/lib/libcxxrt/Makefile
blob: 16847f2ddb280412df850e3fd4ea0f286c61963d (plain) (tree)
1
2
3
4
5
6
7
8
9
10

           
                     
                                          
 

                    


                
                     
 








                                    
 
                 
                                              
                     
                                      

                     
# $FreeBSD$

PACKAGE=	clibs
SRCDIR=		${SRCTOP}/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+=	-isystem ${SRCDIR} -nostdinc++
CXXSTD?=	c++14
VERSION_MAP=	${.CURDIR}/Version.map

.include <bsd.lib.mk>