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