Cross Reference: Makefile
xref: /src/regress/lib/libc/ieeefp/testfloat/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/regress/lib/libc/ieeefp/testfloat/
Makefile revision 1.2
11.2Sross# $NetBSD: Makefile,v 1.2 2001/03/22 12:27:59 ross Exp $
21.1Sross
31.1SrossTOSRC=		${.CURDIR}/../../../../..
41.1SrossSFLIB=		${TOSRC}/lib/libc/softfloat
51.1Sross.PATH:		${SFLIB} ${.CURDIR}/arch/${MACHINE_ARCH}
61.1Sross
71.1SrossMKMAN=		no
81.1SrossWARNS=		2
91.1SrossCPPFLAGS+=	-I${.CURDIR}/include -I${SFLIB}
101.1SrossLDADD+=		-lm
111.1Sross
121.1SrossPROG=		testfloat
131.1SrossSRCS+=		testfloat.c softfloat.c fail.c testCases.c writeHex.c	\
141.1Sross			testLoops.c testFunction.c csystfloat.c
151.1Sross
161.1Srossregress: $(PROG)
171.1Sross	./${PROG} -all
181.1Sross
191.2Sross.-include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
201.1Sross.include <bsd.prog.mk>
21

Indexes created Thu Jan 01 03:09:32 GMT 2026