xref: /openbsd-src/regress/lib/libm/cephes/Makefile (revision 8550894424f8a4aa4aafb6cd57229dd6ed7cd9dd)
1#	$OpenBSD: Makefile,v 1.3 2023/01/27 16:39:22 miod Exp $
2
3PROG = cephes
4SRCS = cephes.c const.c constll.c monot.c monotl.c monotll.c polevll.c \
5       testvect.c testvectl.c testvectll.c
6LDADD = -lm
7DPADD = ${LIBM}
8CFLAGS+= -fno-builtin
9
10.include <bsd.regress.mk>
11