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

--- 6 unchanged lines hidden (view full) ---

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

--- 6 unchanged lines hidden (view full) ---

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>