]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libgcc_eh/Makefile
unbound: Vendor import 1.18.0
[FreeBSD/FreeBSD.git] / lib / libgcc_eh / Makefile
1
2 .include <src.opts.mk>
3
4 PACKAGE=        clibs
5 LIB=            gcc_eh
6 NO_PIC=
7 MK_SSP=         no
8 WARNS?= 2
9
10 SRCS_EXC+=      int_util.c
11 .include "Makefile.inc"
12
13 INCS+=          ${UNWINDINCDIR}/__libunwind_config.h
14 INCS+=          ${UNWINDINCDIR}/libunwind.h
15 INCS+=          ${UNWINDINCDIR}/unwind.h
16 INCS+=          ${UNWINDINCDIR}/unwind_arm_ehabi.h
17 INCS+=          ${UNWINDINCDIR}/unwind_itanium.h
18
19 .if ${.MAKE.LEVEL} > 0
20 # avoid circular dependencies
21 GENDIRDEPS_FILTER+= Nlib/msun
22 CFLAGS+= -I${SRCTOP}/lib/msun/src
23 .endif
24
25 .include <bsd.lib.mk>