libm: Man page updates
[dragonfly.git] / lib / libm / complex / Makefile.inc
1 # $NetBSD: Makefile.inc,v 1.2 2008/03/08 14:21:41 drochner Exp $
2
3 .PATH: ${.CURDIR}/complex
4
5 SRCS+= cabs.c cabsf.c w_cabsl.c
6 SRCS+= carg.c cargf.c s_cargl.c
7 SRCS+= creal.c crealf.c creall.c
8 SRCS+= cimag.c cimagf.c cimagl.c
9 SRCS+= conj.c conjf.c conjl.c
10 SRCS+= cproj.c cprojf.c cprojl.c
11 SRCS+= csqrt.c csqrtf.c s_csqrtl.c
12 SRCS+= cexp.c cexpf.c
13 SRCS+= clog.c clogf.c
14 SRCS+= cpow.c cpowf.c
15 SRCS+= cephes_subr.c cephes_subrf.c
16 SRCS+= csin.c csinf.c
17 SRCS+= ccos.c ccosf.c
18 SRCS+= ctan.c ctanf.c
19 SRCS+= csinh.c csinhf.c
20 SRCS+= ccosh.c ccoshf.c
21 SRCS+= ctanh.c ctanhf.c
22 SRCS+= casin.c casinf.c
23 SRCS+= cacos.c cacosf.c
24 SRCS+= catan.c catanf.c
25 SRCS+= casinh.c casinhf.c
26 SRCS+= cacosh.c cacoshf.c
27 SRCS+= catanh.c catanhf.c
28
29 MAN+= cacos.3 cacosh.3 carg.3 casin.3 casinh.3 catan.3 catanh.3
30 MAN+= ccos.3 ccosh.3 cexp.3 cimag.3 clog.3 conj.3 cpow.3 cproj.3 creal.3
31 MAN+= csin.3 csinh.3 csqrt.3 ctan.3 ctanh.3
32
33 MLINKS+= cacos.3 cacosf.3 cacosh.3 cacoshf.3
34 MLINKS+= carg.3 cargf.3 carg.3 cargl.3
35 MLINKS+= casin.3 casinf.3 casinh.3 casinhf.3
36 MLINKS+= catan.3 catanf.3 catanh.3 catanhf.3 ccos.3 ccosf.3
37 MLINKS+= ccosh.3 ccoshf.3 cexp.3 cexpf.3 cimag.3 cimagf.3 cimag.3 cimagl.3
38 MLINKS+= clog.3 clogf.3 conj.3 conjf.3 conj.3 conjl.3 cpow.3 cpowf.3
39 MLINKS+= cproj.3 cprojf.3 cproj.3 cprojl.3
40 MLINKS+= creal.3 crealf.3 creal.3 creall.3 csin.3 csinf.3 csinh.3 csinhf.3
41 MLINKS+= csqrt.3 csqrtf.3 csqrt.3 csqrtl.3
42 MLINKS+= ctan.3 ctanf.3 ctanh.3 ctanhf.3