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