mandoc(1): Update to 1.9.11.
[dragonfly.git] / lib / libm / complex / Makefile.inc
blob50f9bc242aedc42f413f94ef3d500751ab2dd137
1 # $NetBSD: Makefile.inc,v 1.2 2008/03/08 14:21:41 drochner Exp $
3 .PATH: ${.CURDIR}/complex
5 SRCS+= cabs.c cabsf.c carg.c cargf.c
6 SRCS+= creal.c crealf.c creall.c cimag.c cimagf.c cimagl.c conj.c conjf.c
7 SRCS+= cproj.c cprojf.c cprojl.c
8 SRCS+= csqrt.c cexp.c clog.c cpow.c
9 SRCS+= cephes_subr.c csin.c ccos.c ctan.c csinh.c ccosh.c ctanh.c
10 SRCS+= casin.c cacos.c catan.c casinh.c cacosh.c catanh.c
11 SRCS+= csqrtf.c cexpf.c clogf.c cpowf.c
12 SRCS+= cephes_subrf.c csinf.c ccosf.c ctanf.c csinhf.c ccoshf.c ctanhf.c
13 SRCS+= casinf.c cacosf.c catanf.c casinhf.c cacoshf.c catanhf.c
15 MAN+= cabs.3 cacos.3 cacosh.3 carg.3 casin.3 casinh.3 catan.3 catanh.3
16 MAN+= ccos.3 ccosh.3 cexp.3 cimag.3 clog.3 conj.3 cpow.3 cproj.3 creal.3
17 MAN+= csin.3 csinh.3 csqrt.3 ctan.3 ctanh.3
19 MLINKS+= cabs.3 cabsf.3 cacos.3 cacosf.3 cacosh.3 cacoshf.3
20 MLINKS+= carg.3 cargf.3 casin.3 casinf.3 casinh.3 casinhf.3
21 MLINKS+= catan.3 catanf.3 catanh.3 catanhf.3 ccos.3 ccosf.3
22 MLINKS+= ccosh.3 ccoshf.3 cexp.3 cexpf.3 cimag.3 cimagf.3 cimag.3 cimagl.3
23 MLINKS+= clog.3 clogf.3 conj.3 conjf.3 conj.3 conjl.3 cpow.3 cpowf.3
24 MLINKS+= cproj.3 cprojf.3 cproj.3 cprojl.3
25 MLINKS+= creal.3 crealf.3 creal.3 creall.3 csin.3 csinf.3 csinh.3 csinhf.3
26 MLINKS+= csqrt.3 csqrtf.3 ctan.3 ctanf.3 ctanh.3 ctanhf.3