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 17 include $(SRC)/Makefile.master 18 19 MANSECT= 3mp 20 21 MANFILES= mp.3mp 22 23 MANLINKS= 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 40 mp_gcd.3mp := LINKSRC = mp.3mp 41 mp_itom.3mp := LINKSRC = mp.3mp 42 mp_madd.3mp := LINKSRC = mp.3mp 43 mp_mcmp.3mp := LINKSRC = mp.3mp 44 mp_mdiv.3mp := LINKSRC = mp.3mp 45 mp_mfree.3mp := LINKSRC = mp.3mp 46 mp_min.3mp := LINKSRC = mp.3mp 47 mp_mout.3mp := LINKSRC = mp.3mp 48 mp_msqrt.3mp := LINKSRC = mp.3mp 49 mp_msub.3mp := LINKSRC = mp.3mp 50 mp_mtox.3mp := LINKSRC = mp.3mp 51 mp_mult.3mp := LINKSRC = mp.3mp 52 mp_pow.3mp := LINKSRC = mp.3mp 53 mp_rpow.3mp := LINKSRC = mp.3mp 54 mp_sdiv.3mp := LINKSRC = mp.3mp 55 mp_xtom.3mp := LINKSRC = mp.3mp 56 57 .KEEP_STATE: 58 59 include $(SRC)/man/Makefile.man 60 61 install: $(ROOTMANFILES) $(ROOTMANLINKS) 62