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