xref: /illumos-gate/usr/src/man/man3mvec/Makefile (revision bbe876c07ed632b8f85e195d41e7948382064a95)
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 = 	3mvec
17
18MANFILES =	vatan2_.3mvec \
19		vatan_.3mvec \
20		vcos_.3mvec \
21		vcospi_.3mvec \
22		vexp_.3mvec \
23		vhypot_.3mvec \
24		vlog_.3mvec \
25		vpow_.3mvec \
26		vrhypot_.3mvec \
27		vrsqrt_.3mvec \
28		vsin_.3mvec \
29		vsincos_.3mvec \
30		vsincospi_.3mvec \
31		vsinpi_.3mvec \
32		vsqrt_.3mvec \
33		vz_abs_.3mvec \
34		vz_exp_.3mvec \
35		vz_log_.3mvec \
36		vz_pow_.3mvec
37
38.KEEP_STATE:
39
40include ../Makefile.man
41
42install: $(ROOTMANFILES)
43