xref: /freebsd/lib/libgcc_eh/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
149c5eacbSEd Maste.include <src.opts.mk>
249c5eacbSEd Maste
349c5eacbSEd MastePACKAGE=	clibs
449c5eacbSEd MasteLIB=		gcc_eh
549c5eacbSEd MasteNO_PIC=
62ed1e385SEd MasteMK_SSP=		no
749c5eacbSEd MasteWARNS?=	2
849c5eacbSEd Maste
90b862b03SAlex RichardsonSRCS_EXC+=	int_util.c
1049c5eacbSEd Maste.include "Makefile.inc"
1149c5eacbSEd Maste
12c00d3456SJohn BaldwinINCS+=		${UNWINDINCDIR}/__libunwind_config.h
13c00d3456SJohn BaldwinINCS+=		${UNWINDINCDIR}/libunwind.h
14c00d3456SJohn BaldwinINCS+=		${UNWINDINCDIR}/unwind.h
15*1838bd0fSDimitry AndricINCS+=		${UNWINDINCDIR}/unwind_arm_ehabi.h
16*1838bd0fSDimitry AndricINCS+=		${UNWINDINCDIR}/unwind_itanium.h
17c00d3456SJohn Baldwin
18312809feSSimon J. Gerraty.if ${.MAKE.LEVEL} > 0
19312809feSSimon J. Gerraty# avoid circular dependencies
20312809feSSimon J. GerratyGENDIRDEPS_FILTER+= Nlib/msun
21312809feSSimon J. GerratyCFLAGS+= -I${SRCTOP}/lib/msun/src
22312809feSSimon J. Gerraty.endif
23312809feSSimon J. Gerraty
2449c5eacbSEd Maste.include <bsd.lib.mk>
25