Deleted Added
full compact
Makefile (227983) Makefile (228004)
1# $FreeBSD: head/lib/libcxxrt/Makefile 227983 2011-11-25 20:59:04Z theraven $
1# $FreeBSD: head/lib/libcxxrt/Makefile 228004 2011-11-26 18:46:33Z theraven $
2
3SRCDIR= ${.CURDIR}/../../contrib/libcxxrt
4
5SHLIB_MAJOR= 1
6SHLIBDIR?= /lib
7
8.PATH: ${SRCDIR}
9
10LIB= cxxrt
11
12SRCS+= libelftc_dem_gnu3.c\
13 terminate.cc\
14 dynamic_cast.cc\
15 memory.cc\
16 auxhelper.cc\
17 exception.cc\
18 stdexcept.cc\
19 typeinfo.cc\
20 guard.cc
21
22WARNS= 0
23CFLAGS+= -I${SRCDIR}
2
3SRCDIR= ${.CURDIR}/../../contrib/libcxxrt
4
5SHLIB_MAJOR= 1
6SHLIBDIR?= /lib
7
8.PATH: ${SRCDIR}
9
10LIB= cxxrt
11
12SRCS+= libelftc_dem_gnu3.c\
13 terminate.cc\
14 dynamic_cast.cc\
15 memory.cc\
16 auxhelper.cc\
17 exception.cc\
18 stdexcept.cc\
19 typeinfo.cc\
20 guard.cc
21
22WARNS= 0
23CFLAGS+= -I${SRCDIR}
24LDADD+= -pthread
25
26.include <bsd.lib.mk>
24
25.include <bsd.lib.mk>