7edd236e71e3a01a7d1497357d8dde4cb0ca5b4b
[dragonfly.git] / lib / libm / man / Makefile.inc
1 .PATH:  ${.CURDIR}/man
2
3 MAN+=   acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
4         cos.3 cosh.3 erf.3 exp.3 fabs.3 fdim.3 feclearexcept.3 feenableexcept.3 \
5         fegetenv.3 fegetround.3 fenv.3 floor.3 fmax.3 fmod.3 hypot.3 \
6         ieee_test.3 j0.3 lgamma.3 math.3 rint.3 round.3 sin.3 \
7         sinh.3 sqrt.3 tan.3 tanh.3 trunc.3
8 MAN+=   copysign.3 frexp.3 ilogb.3 log.3 scalbn.3 pow.3 nextafter.3 remainder.3 \
9         finite.3
10
11 MLINKS+=acos.3 acosf.3
12 MLINKS+=acosh.3 acoshf.3
13 MLINKS+=asin.3 asinf.3
14 MLINKS+=asinh.3 asinhf.3
15 MLINKS+=atan.3 atanf.3
16 MLINKS+=atan2.3 atan2f.3
17 MLINKS+=atanh.3 atanhf.3
18 MLINKS+=ceil.3 ceilf.3
19 MLINKS+=cos.3 cosf.3
20 MLINKS+=cosh.3 coshf.3
21 MLINKS+=erf.3 erff.3 erf.3 erfc.3 erf.3 erfcf.3
22 MLINKS+=log.3 logf.3 log.3 log10.3 log.3 log10f.3 log.3 log1p.3 log.3 log1pf.3 \
23         log.3 log2.3 log.3 log2f.3
24 MLINKS+=exp.3 expf.3 exp.3 exp2.3 exp.3 exp2f.3 exp.3 expm1.3 exp.3 expm1f.3
25
26 MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3
27 MLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3
28 MLINKS+=feclearexcept.3 fegetexceptflag.3 feclearexcept.3 feraiseexcept.3 \
29         feclearexcept.3 fesetexceptflag.3 feclearexcept.3 fetestexcept.3
30 MLINKS+=feenableexcept.3 fedisableexcept.3 feenableexcept.3 fegetexcept.3
31 MLINKS+=fegetenv.3 feholdexcept.3 fegetenv.3 fesetenv.3 fegetenv.3 feupdateenv.3
32 MLINKS+=fegetround.3 fesetround.3
33 MLINKS+=floor.3 floorf.3
34 MLINKS+=fmax.3 fmaxf.3 fmax.3 fmaxl.3 \
35         fmax.3 fmin.3 fmax.3 fminf.3 fmax.3 fminl.3
36 MLINKS+=fmod.3 fmodf.3
37 MLINKS+=hypot.3 hypotf.3 hypot.3 cabs.3 hypot.3 cabsf.3
38 MLINKS+=ieee_test.3 logb.3 ieee_test.3 logbf.3 ieee_test.3 scalb.3 \
39         ieee_test.3 scalbf.3 ieee_test.3 significand.3 \
40         ieee_test.3 significandf.3
41 MLINKS+=j0.3 j0f.3 j0.3 j1.3 j0.3 j1f.3 j0.3 jn.3 j0.3 jnf.3 j0.3 y0.3 \
42         j0.3 y0f.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3 j0.3 ynf.3
43 MLINKS+=lgamma.3 lgammaf.3 lgamma.3 lgamma_r.3 lgamma.3 lgammaf_r.3 \
44         lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 gamma_r.3 \
45         lgamma.3 gammaf_r.3
46 MLINKS+=rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 rintf.3
47 MLINKS+=round.3 roundf.3
48 MLINKS+=sin.3 sinf.3
49 MLINKS+=sinh.3 sinhf.3
50 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
51 MLINKS+=tan.3 tanf.3
52 MLINKS+=tanh.3 tanhf.3
53 MLINKS+=trunc.3 truncf.3
54 MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
55 MLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3
56 MLINKS+=pow.3 powf.3
57 MLINKS+=frexp.3 frexpf.3 frexp.3 frexpl.3
58 MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3
59 MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3 nextafter.3 nexttoward.3
60 MLINKS+=remainder.3 remainderf.3 remainder.3 remquo.3 remainder.3 remquof.3
61 MLINKS+=finite.3 finitef.3