1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet 9# at http://www.illumos.org/license/CDDL. 10# 11 12# Copyright (c) 2012, Igor Kozhukhov <ikozhukhov@gmail.com> 13# Copyright (c) 2017, Chris Fraire <cfraire@me.com>. 14 15include ../../Makefile.master 16 17MANSECT = 3m 18 19MANFILES = acos.3m \ 20 acosh.3m \ 21 asin.3m \ 22 asinh.3m \ 23 atan.3m \ 24 atan2.3m \ 25 atanh.3m \ 26 cabs.3m \ 27 cacos.3m \ 28 cacosh.3m \ 29 carg.3m \ 30 casin.3m \ 31 casinh.3m \ 32 catan.3m \ 33 catanh.3m \ 34 cbrt.3m \ 35 ccos.3m \ 36 ccosh.3m \ 37 ceil.3m \ 38 cexp.3m \ 39 cimag.3m \ 40 clog.3m \ 41 conj.3m \ 42 copysign.3m \ 43 cos.3m \ 44 cosh.3m \ 45 cpow.3m \ 46 cproj.3m \ 47 creal.3m \ 48 csin.3m \ 49 csinh.3m \ 50 csqrt.3m \ 51 ctan.3m \ 52 ctanh.3m \ 53 erf.3m \ 54 erfc.3m \ 55 exp.3m \ 56 exp2.3m \ 57 expm1.3m \ 58 fabs.3m \ 59 fdim.3m \ 60 feclearexcept.3m \ 61 fegetenv.3m \ 62 fegetexceptflag.3m \ 63 fegetround.3m \ 64 feholdexcept.3m \ 65 feraiseexcept.3m \ 66 fesetprec.3m \ 67 fetestexcept.3m \ 68 feupdateenv.3m \ 69 fex_merge_flags.3m \ 70 fex_set_handling.3m \ 71 fex_set_log.3m \ 72 floor.3m \ 73 fma.3m \ 74 fmax.3m \ 75 fmin.3m \ 76 fmod.3m \ 77 fpclassify.3m \ 78 frexp.3m \ 79 hypot.3m \ 80 ilogb.3m \ 81 isfinite.3m \ 82 isgreater.3m \ 83 isgreaterequal.3m \ 84 isinf.3m \ 85 isless.3m \ 86 islessequal.3m \ 87 islessgreater.3m \ 88 isnan.3m \ 89 isnormal.3m \ 90 isunordered.3m \ 91 j0.3m \ 92 ldexp.3m \ 93 lgamma.3m \ 94 llrint.3m \ 95 llround.3m \ 96 log.3m \ 97 log10.3m \ 98 log1p.3m \ 99 log2.3m \ 100 logb.3m \ 101 lrint.3m \ 102 lround.3m \ 103 matherr.3m \ 104 modf.3m \ 105 nan.3m \ 106 nearbyint.3m \ 107 nextafter.3m \ 108 pow.3m \ 109 remainder.3m \ 110 remquo.3m \ 111 rint.3m \ 112 round.3m \ 113 scalb.3m \ 114 scalbln.3m \ 115 signbit.3m \ 116 significand.3m \ 117 sin.3m \ 118 sincos.3m \ 119 sinh.3m \ 120 sqrt.3m \ 121 tan.3m \ 122 tanh.3m \ 123 tgamma.3m \ 124 trunc.3m \ 125 y0.3m 126 127MANLINKS= fesetenv.3m \ 128 fesetexceptflag.3m \ 129 fesetround.3m 130 131fesetenv.3m := LINKSRC = fegetenv.3m 132 133fesetexceptflag.3m := LINKSRC = fegetexceptflag.3m 134 135fesetround.3m := LINKSRC = fegetround.3m 136 137.KEEP_STATE: 138 139include ../Makefile.man 140 141install: $(ROOTMANFILES) $(ROOTMANLINKS) 142