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