xref: /freebsd/lib/libgcc_eh/Makefile (revision d0b2dbfa)
149c5eacbSEd Maste
249c5eacbSEd Maste.include <src.opts.mk>
349c5eacbSEd Maste
449c5eacbSEd MastePACKAGE=	clibs
549c5eacbSEd MasteLIB=		gcc_eh
649c5eacbSEd MasteNO_PIC=
72ed1e385SEd MasteMK_SSP=		no
849c5eacbSEd MasteWARNS?=	2
949c5eacbSEd Maste
100b862b03SAlex RichardsonSRCS_EXC+=	int_util.c
1149c5eacbSEd Maste.include "Makefile.inc"
1249c5eacbSEd Maste
13c00d3456SJohn BaldwinINCS+=		${UNWINDINCDIR}/__libunwind_config.h
14c00d3456SJohn BaldwinINCS+=		${UNWINDINCDIR}/libunwind.h
15c00d3456SJohn BaldwinINCS+=		${UNWINDINCDIR}/unwind.h
161838bd0fSDimitry AndricINCS+=		${UNWINDINCDIR}/unwind_arm_ehabi.h
171838bd0fSDimitry AndricINCS+=		${UNWINDINCDIR}/unwind_itanium.h
18c00d3456SJohn Baldwin
19312809feSSimon J. Gerraty.if ${.MAKE.LEVEL} > 0
20312809feSSimon J. Gerraty# avoid circular dependencies
21312809feSSimon J. GerratyGENDIRDEPS_FILTER+= Nlib/msun
22312809feSSimon J. GerratyCFLAGS+= -I${SRCTOP}/lib/msun/src
23312809feSSimon J. Gerraty.endif
24312809feSSimon J. Gerraty
2549c5eacbSEd Maste.include <bsd.lib.mk>
26