xref: /freebsd/lib/libgcc_eh/Makefile (revision 1838bd0f4839006b42d41a02a787b7f578655223)
149c5eacbSEd Maste# $FreeBSD$
249c5eacbSEd Maste
349c5eacbSEd Maste.include <src.opts.mk>
449c5eacbSEd Maste
549c5eacbSEd MastePACKAGE=	clibs
649c5eacbSEd MasteLIB=		gcc_eh
749c5eacbSEd MasteNO_PIC=
82ed1e385SEd MasteMK_SSP=		no
949c5eacbSEd MasteWARNS?=	2
1049c5eacbSEd Maste
110b862b03SAlex RichardsonSRCS_EXC+=	int_util.c
1249c5eacbSEd Maste.include "Makefile.inc"
1349c5eacbSEd Maste
14c00d3456SJohn BaldwinINCS+=		${UNWINDINCDIR}/__libunwind_config.h
15c00d3456SJohn BaldwinINCS+=		${UNWINDINCDIR}/libunwind.h
16c00d3456SJohn BaldwinINCS+=		${UNWINDINCDIR}/unwind.h
17*1838bd0fSDimitry AndricINCS+=		${UNWINDINCDIR}/unwind_arm_ehabi.h
18*1838bd0fSDimitry AndricINCS+=		${UNWINDINCDIR}/unwind_itanium.h
19c00d3456SJohn Baldwin
20312809feSSimon J. Gerraty.if ${.MAKE.LEVEL} > 0
21312809feSSimon J. Gerraty# avoid circular dependencies
22312809feSSimon J. GerratyGENDIRDEPS_FILTER+= Nlib/msun
23312809feSSimon J. GerratyCFLAGS+= -I${SRCTOP}/lib/msun/src
24312809feSSimon J. Gerraty.endif
25312809feSSimon J. Gerraty
2649c5eacbSEd Maste.include <bsd.lib.mk>
27