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