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 2011, Richard Lowe 13 14include ../../Makefile.master 15 16MANSECT = 3mp 17 18MANFILES = mp.3mp 19 20MANSOFILES = mp_gcd.3mp \ 21 mp_itom.3mp \ 22 mp_madd.3mp \ 23 mp_mcmp.3mp \ 24 mp_mdiv.3mp \ 25 mp_mfree.3mp \ 26 mp_min.3mp \ 27 mp_mout.3mp \ 28 mp_msqrt.3mp \ 29 mp_msub.3mp \ 30 mp_mtox.3mp \ 31 mp_mult.3mp \ 32 mp_pow.3mp \ 33 mp_rpow.3mp \ 34 mp_sdiv.3mp \ 35 mp_xtom.3mp 36 37MANFILES += $(MANSOFILES) 38 39mp_gcd.3mp := SOSRC = man3mp/mp.3mp 40mp_itom.3mp := SOSRC = man3mp/mp.3mp 41mp_madd.3mp := SOSRC = man3mp/mp.3mp 42mp_mcmp.3mp := SOSRC = man3mp/mp.3mp 43mp_mdiv.3mp := SOSRC = man3mp/mp.3mp 44mp_mfree.3mp := SOSRC = man3mp/mp.3mp 45mp_min.3mp := SOSRC = man3mp/mp.3mp 46mp_mout.3mp := SOSRC = man3mp/mp.3mp 47mp_msqrt.3mp := SOSRC = man3mp/mp.3mp 48mp_msub.3mp := SOSRC = man3mp/mp.3mp 49mp_mtox.3mp := SOSRC = man3mp/mp.3mp 50mp_mult.3mp := SOSRC = man3mp/mp.3mp 51mp_pow.3mp := SOSRC = man3mp/mp.3mp 52mp_rpow.3mp := SOSRC = man3mp/mp.3mp 53mp_sdiv.3mp := SOSRC = man3mp/mp.3mp 54mp_xtom.3mp := SOSRC = man3mp/mp.3mp 55 56.KEEP_STATE: 57 58include ../Makefile.man 59 60install: $(ROOTMANFILES) 61 62 63