xref: /illumos-gate/usr/src/man/man3tsol/Makefile (revision 4585130b259133a26efae68275dbe56b08366deb)
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= 	3tsol
20
21MANFILES=	blcompare.3tsol		\
22	 	blminmax.3tsol		\
23	 	bltocolor.3tsol		\
24	 	bltos.3tsol		\
25	 	btohex.3tsol		\
26	 	getdevicerange.3tsol	\
27	 	getpathbylabel.3tsol	\
28	 	getplabel.3tsol		\
29	 	getuserrange.3tsol	\
30	 	getzonelabelbyid.3tsol	\
31	 	getzonerootbyid.3tsol	\
32	 	hextob.3tsol		\
33	 	label_to_str.3tsol	\
34	 	labelbuilder.3tsol	\
35	 	labelclipping.3tsol	\
36	 	m_label.3tsol		\
37	 	sbltos.3tsol		\
38	 	setflabel.3tsol		\
39	 	stobl.3tsol		\
40	 	str_to_label.3tsol	\
41	 	tsol_getrhtype.3tsol
42
43MANLINKS=	Xbcleartos.3tsol		\
44		Xbsltos.3tsol			\
45		bcleartoh.3tsol			\
46		bcleartoh_r.3tsol		\
47		bcleartos.3tsol			\
48		bldominates.3tsol		\
49		blequal.3tsol			\
50		blinrange.3tsol			\
51		blmaximum.3tsol			\
52		blminimum.3tsol			\
53		blstrictdom.3tsol		\
54		bltocolor_r.3tsol		\
55		bsltoh.3tsol			\
56		bsltoh_r.3tsol			\
57		bsltos.3tsol			\
58		getzoneidbylabel.3tsol		\
59		getzonelabelbyname.3tsol	\
60		getzonerootbylabel.3tsol	\
61		getzonerootbyname.3tsol		\
62		h_alloc.3tsol			\
63		h_free.3tsol			\
64		htobclear.3tsol			\
65		htobsl.3tsol			\
66		m_label_alloc.3tsol		\
67		m_label_dup.3tsol		\
68		m_label_free.3tsol		\
69		sbcleartos.3tsol		\
70		sbsltos.3tsol			\
71		stobclear.3tsol			\
72		stobsl.3tsol
73
74bldominates.3tsol		:= LINKSRC = blcompare.3tsol
75blequal.3tsol			:= LINKSRC = blcompare.3tsol
76blinrange.3tsol			:= LINKSRC = blcompare.3tsol
77blstrictdom.3tsol		:= LINKSRC = blcompare.3tsol
78
79blmaximum.3tsol			:= LINKSRC = blminmax.3tsol
80blminimum.3tsol			:= LINKSRC = blminmax.3tsol
81
82bltocolor_r.3tsol		:= LINKSRC = bltocolor.3tsol
83
84bcleartos.3tsol			:= LINKSRC = bltos.3tsol
85bsltos.3tsol			:= LINKSRC = bltos.3tsol
86
87bcleartoh.3tsol			:= LINKSRC = btohex.3tsol
88bcleartoh_r.3tsol		:= LINKSRC = btohex.3tsol
89bsltoh.3tsol			:= LINKSRC = btohex.3tsol
90bsltoh_r.3tsol			:= LINKSRC = btohex.3tsol
91h_alloc.3tsol			:= LINKSRC = btohex.3tsol
92h_free.3tsol			:= LINKSRC = btohex.3tsol
93
94getzoneidbylabel.3tsol		:= LINKSRC = getzonelabelbyid.3tsol
95getzonelabelbyname.3tsol	:= LINKSRC = getzonelabelbyid.3tsol
96
97getzonerootbylabel.3tsol	:= LINKSRC = getzonerootbyid.3tsol
98getzonerootbyname.3tsol		:= LINKSRC = getzonerootbyid.3tsol
99
100htobclear.3tsol			:= LINKSRC = hextob.3tsol
101htobsl.3tsol			:= LINKSRC = hextob.3tsol
102
103Xbcleartos.3tsol		:= LINKSRC = labelclipping.3tsol
104Xbsltos.3tsol			:= LINKSRC = labelclipping.3tsol
105
106m_label_alloc.3tsol		:= LINKSRC = m_label.3tsol
107m_label_dup.3tsol		:= LINKSRC = m_label.3tsol
108m_label_free.3tsol		:= LINKSRC = m_label.3tsol
109
110sbcleartos.3tsol		:= LINKSRC = sbltos.3tsol
111sbsltos.3tsol			:= LINKSRC = sbltos.3tsol
112
113stobclear.3tsol			:= LINKSRC = stobl.3tsol
114stobsl.3tsol			:= LINKSRC = stobl.3tsol
115
116.KEEP_STATE:
117
118include		$(SRC)/man/Makefile.man
119
120install:	$(ROOTMANFILES) $(ROOTMANLINKS)
121