xref: /illumos-gate/usr/src/man/man3m/Makefile (revision 25c28e83beb90e7c80452a7c818c5e6f73a07dc8)
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
14include ../../Makefile.master
15
16MANSECT = 	3m
17
18MANFILES =	acos.3m \
19		acosh.3m \
20		asin.3m \
21		asinh.3m \
22		atan.3m \
23		atan2.3m \
24		atanh.3m \
25		cabs.3m \
26		cacos.3m \
27		cacosh.3m \
28		carg.3m \
29		casin.3m \
30		casinh.3m \
31		catan.3m \
32		catanh.3m \
33		cbrt.3m \
34		ccos.3m \
35		ccosh.3m \
36		ceil.3m \
37		cexp.3m \
38		cimag.3m \
39		clog.3m \
40		conj.3m \
41		copysign.3m \
42		cos.3m \
43		cosh.3m \
44		cpow.3m \
45		cproj.3m \
46		creal.3m \
47		csin.3m \
48		csinh.3m \
49		csqrt.3m \
50		ctan.3m \
51		ctanh.3m \
52		erf.3m \
53		erfc.3m \
54		exp.3m \
55		exp2.3m \
56		expm1.3m \
57		fabs.3m \
58		fdim.3m \
59		feclearexcept.3m \
60		fegetenv.3m \
61		fegetexceptflag.3m \
62		fegetround.3m \
63		feholdexcept.3m \
64		feraiseexcept.3m \
65		fesetprec.3m \
66		fetestexcept.3m \
67		feupdateenv.3m \
68		fex_merge_flags.3m \
69		fex_set_handling.3m \
70		fex_set_log.3m \
71		floor.3m \
72		fma.3m \
73		fmax.3m \
74		fmin.3m \
75		fmod.3m \
76		fpclassify.3m \
77		frexp.3m \
78		hypot.3m \
79		ilogb.3m \
80		isfinite.3m \
81		isgreater.3m \
82		isgreaterequal.3m \
83		isinf.3m \
84		isless.3m \
85		islessequal.3m \
86		islessgreater.3m \
87		isnan.3m \
88		isnormal.3m \
89		isunordered.3m \
90		j0.3m \
91		ldexp.3m \
92		lgamma.3m \
93		llrint.3m \
94		llround.3m \
95		log.3m \
96		log10.3m \
97		log1p.3m \
98		log2.3m \
99		logb.3m \
100		lrint.3m \
101		lround.3m \
102		matherr.3m \
103		modf.3m \
104		nan.3m \
105		nearbyint.3m \
106		nextafter.3m \
107		pow.3m \
108		remainder.3m \
109		remquo.3m \
110		rint.3m \
111		round.3m \
112		scalb.3m \
113		scalbln.3m \
114		signbit.3m \
115		significand.3m \
116		sin.3m \
117		sincos.3m \
118		sinh.3m \
119		sqrt.3m \
120		tan.3m \
121		tanh.3m \
122		tgamma.3m \
123		trunc.3m \
124		y0.3m
125
126.KEEP_STATE:
127
128include ../Makefile.man
129
130install: $(ROOTMANFILES)
131