149c5eacbSEd Maste# $FreeBSD$ 249c5eacbSEd Maste 349c5eacbSEd MastePKG= clibs 449c5eacbSEd MasteSHLIB_NAME= libgcc_s.so.1 549c5eacbSEd Maste 649c5eacbSEd MasteWARNS?= 2 749c5eacbSEd Maste 849c5eacbSEd MasteLDFLAGS+= -nodefaultlibs 949c5eacbSEd MasteVERSION_MAP= ${.CURDIR}/Version.map 1049c5eacbSEd Maste 1149c5eacbSEd Maste.include "../libcompiler_rt/Makefile.inc" 1249c5eacbSEd Maste.include "../libgcc_eh/Makefile.inc" 1349c5eacbSEd Maste 14*bff20752SEd MasteLIBCSRCDIR= ${SRCTOP}/lib/libc 15*bff20752SEd MasteLIBMSRCDIR= ${SRCTOP}/lib/msun/src 16*bff20752SEd MasteCFLAGS+= -I${LIBCSRCDIR}/include -I${LIBCSRCDIR}/${MACHINE_CPUARCH} 17*bff20752SEd MasteCFLAGS+= -I${LIBMSRCDIR} 18*bff20752SEd Maste.PATH: ${LIBMSRCDIR} 19*bff20752SEd MasteSRCS+= s_fabs.c 20*bff20752SEd MasteSRCS+= s_fabsf.c 21*bff20752SEd MasteSRCS+= s_fabsl.c 22*bff20752SEd MasteSRCS+= s_fmax.c 23*bff20752SEd MasteSRCS+= s_fmaxf.c 24*bff20752SEd MasteSRCS+= s_fmaxl.c 25*bff20752SEd MasteSRCS+= s_logb.c 26*bff20752SEd MasteSRCS+= s_logbf.c 27*bff20752SEd MasteSRCS+= s_logbl.c 28*bff20752SEd MasteSRCS+= s_scalbn.c 29*bff20752SEd MasteSRCS+= s_scalbnf.c 30*bff20752SEd MasteSRCS+= s_scalbnl.c 31*bff20752SEd Maste 3249c5eacbSEd Maste.include <bsd.lib.mk> 33