Add cimag (apparently accidently dropped in previous revision and reorg)

This commit is contained in:
martin 2014-10-10 08:13:07 +00:00
parent 6903e7639b
commit 8fb03683a3

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile.inc,v 1.5 2014/10/10 00:48:18 christos Exp $
# $NetBSD: Makefile.inc,v 1.6 2014/10/10 08:13:07 martin Exp $
.PATH: ${.CURDIR}/complex
COMPLEX_SRCS = cabs.c cacos.c cacosh.c carg.c casin.c casinh.c catan.c \
ccos.c ccosh.c cephes_subr.c cexp.c clog.c conj.c cpow.c cproj.c\
creal.c csin.c csinh.c csqrt.c ctan.c ctanh.c
cimag.c creal.c csin.c csinh.c csqrt.c ctan.c ctanh.c
.for i in ${COMPLEX_SRCS}
SRCS+= $i ${i:S/.c/f.c/} ${i:S/.c/l.c/}