Remove building with NOCRYPTO option
[minix3.git] / lib / libm / complex / Makefile.inc
blobb742b7cb2f7ffac12f0e5c893973cc44144481aa
1 # $NetBSD: Makefile.inc,v 1.8 2014/10/10 12:43:07 christos Exp $
3 .PATH: ${.CURDIR}/complex
5 COMPLEX_SRCS = cabs.c cacos.c cacosh.c carg.c casin.c casinh.c catan.c \
6         ccos.c ccosh.c cephes_subr.c cexp.c clog.c conj.c cpow.c cproj.c \
7         cimag.c creal.c csin.c csinh.c csqrt.c ctan.c ctanh.c catanh.c
9 .for i in ${COMPLEX_SRCS}
10 SRCS+=  $i ${i:S/.c/f.c/} ${i:S/.c/l.c/}
11 MAN+= ${i:Ncephes_*:S/.c/.3/}
12 MLINKS+= ${i:Ncephes_*:S/.c/.3/} ${i:Ncephes_*:S/.c/f.3/}
13 MLINKS+= ${i:Ncephes_*:S/.c/.3/} ${i:Ncephes_*:S/.c/l.3/}
14 .endfor