1# $OpenBSD: Makefile.inc,v 1.2 2015/09/13 14:21:46 miod Exp $ 2SRCS += eqdf2.c eqsf2.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c 3SRCS += fpsetround.c fpsetsticky.c gedf2.c gesf2.c gtdf2.c gtsf2.c ledf2.c 4SRCS += lesf2.c ltdf2.c ltsf2.c nedf2.c negdf2.c negsf2.c nesf2.c 5#SRCS += timesoftfloat.c 6SRCS += unorddf2.c unordsf2.c 7SRCS += softfloat.c 8CFLAGS += -DSOFTFLOAT_FOR_GCC 9CFLAGS += -I${LIBCSRCDIR}/softfloat 10 11.PATH: ${.CURDIR}/softfloat 12