xref: /illumos-gate/usr/src/man/man3ext/Makefile (revision b6805bf78d2bbbeeaea8909a05623587b42d58b3)
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= 	3ext
20
21MANFILES= 	NOTE.3ext			\
22	 	SUNW_C_GetMechSession.3ext	\
23	 	auto_ef.3ext			\
24	 	crypt.3ext			\
25	 	demangle.3ext			\
26	 	ecb_crypt.3ext			\
27	 	efi_alloc_and_init.3ext		\
28	 	ld_support.3ext			\
29	 	md4.3ext			\
30	 	md5.3ext			\
31	 	read_vtoc.3ext			\
32	 	rtld_audit.3ext			\
33	 	rtld_db.3ext			\
34	 	sendfile.3ext			\
35	 	sendfilev.3ext			\
36	 	sha1.3ext			\
37	 	sha2.3ext			\
38	 	stdarg.3ext			\
39	 	tsalarm_get.3ext		\
40	 	varargs.3ext
41
42MANLINKS=	DES_FAILED.3ext			\
43		MD4Final.3ext			\
44		MD4Init.3ext			\
45		MD4Update.3ext			\
46		MD5Final.3ext			\
47		MD5Init.3ext			\
48		MD5Update.3ext			\
49		SHA1Final.3ext			\
50		SHA1Init.3ext			\
51		SHA1Update.3ext			\
52		SHA256Final.3ext		\
53		SHA256Init.3ext			\
54		SHA256Update.3ext		\
55		SHA2Final.3ext			\
56		SHA2Init.3ext			\
57		SHA2Update.3ext			\
58		SHA384Final.3ext		\
59		SHA384Init.3ext			\
60		SHA384Update.3ext		\
61		SHA512Final.3ext		\
62		SHA512Init.3ext			\
63		SHA512Update.3ext		\
64		SUNW_C_KeyToObject.3ext		\
65		_NOTE.3ext			\
66		auto_ef_file.3ext		\
67		auto_ef_free.3ext		\
68		auto_ef_get_encoding.3ext	\
69		auto_ef_get_score.3ext		\
70		auto_ef_str.3ext		\
71		cbc_crypt.3ext			\
72		cplus_demangle.3ext		\
73		crypt_close.3ext		\
74		des_crypt.3ext			\
75		des_encrypt.3ext		\
76		des_setkey.3ext			\
77		des_setparity.3ext		\
78		efi_alloc_and_read.3ext		\
79		efi_free.3ext			\
80		efi_use_whole_disk.3ext		\
81		efi_write.3ext			\
82		encrypt.3ext			\
83		la_activity.3ext		\
84		la_amd64_pltenter.3ext		\
85		la_i86_pltenter.3ext		\
86		la_objfilter.3ext		\
87		la_objopen.3ext			\
88		la_objsearch.3ext		\
89		la_pltexit.3ext			\
90		la_pltexit64.3ext		\
91		la_preinit.3ext			\
92		la_sparcv8_pltenter.3ext	\
93		la_sparcv9_pltenter.3ext	\
94		la_symbind32.3ext		\
95		la_symbind64.3ext		\
96		la_version.3ext			\
97		ld_atexit.3ext			\
98		ld_atexit64.3ext		\
99		ld_file.3ext			\
100		ld_file64.3ext			\
101		ld_input_done.3ext		\
102		ld_input_section.3ext		\
103		ld_input_section64.3ext		\
104		ld_open.3ext			\
105		ld_open64.3ext			\
106		ld_section.3ext			\
107		ld_section64.3ext		\
108		ld_start.3ext			\
109		ld_start64.3ext			\
110		ld_version.3ext			\
111		md5_calc.3ext			\
112		rd_delete.3ext			\
113		rd_errstr.3ext			\
114		rd_event_addr.3ext		\
115		rd_event_enable.3ext		\
116		rd_event_getmsg.3ext		\
117		rd_init.3ext			\
118		rd_loadobj_iter.3ext		\
119		rd_log.3ext			\
120		rd_new.3ext			\
121		rd_objpad_enable.3ext		\
122		rd_plt_resolution.3ext		\
123		rd_reset.3ext			\
124		run_crypt.3ext			\
125		run_setkey.3ext			\
126		setkey.3ext			\
127		tsalarm_set.3ext		\
128		write_vtoc.3ext
129
130_NOTE.3ext			:= LINKSRC = NOTE.3ext
131
132SUNW_C_KeyToObject.3ext		:= LINKSRC = SUNW_C_GetMechSession.3ext
133
134auto_ef_file.3ext		:= LINKSRC = auto_ef.3ext
135auto_ef_free.3ext		:= LINKSRC = auto_ef.3ext
136auto_ef_get_encoding.3ext	:= LINKSRC = auto_ef.3ext
137auto_ef_get_score.3ext		:= LINKSRC = auto_ef.3ext
138auto_ef_str.3ext		:= LINKSRC = auto_ef.3ext
139
140crypt_close.3ext		:= LINKSRC = crypt.3ext
141des_crypt.3ext			:= LINKSRC = crypt.3ext
142des_encrypt.3ext		:= LINKSRC = crypt.3ext
143des_setkey.3ext			:= LINKSRC = crypt.3ext
144encrypt.3ext			:= LINKSRC = crypt.3ext
145run_crypt.3ext			:= LINKSRC = crypt.3ext
146run_setkey.3ext			:= LINKSRC = crypt.3ext
147setkey.3ext			:= LINKSRC = crypt.3ext
148
149cplus_demangle.3ext		:= LINKSRC = demangle.3ext
150
151DES_FAILED.3ext			:= LINKSRC = ecb_crypt.3ext
152cbc_crypt.3ext			:= LINKSRC = ecb_crypt.3ext
153des_setparity.3ext		:= LINKSRC = ecb_crypt.3ext
154
155efi_alloc_and_read.3ext		:= LINKSRC = efi_alloc_and_init.3ext
156efi_free.3ext			:= LINKSRC = efi_alloc_and_init.3ext
157efi_use_whole_disk.3ext		:= LINKSRC = efi_alloc_and_init.3ext
158efi_write.3ext			:= LINKSRC = efi_alloc_and_init.3ext
159
160ld_atexit.3ext			:= LINKSRC = ld_support.3ext
161ld_atexit64.3ext		:= LINKSRC = ld_support.3ext
162ld_file.3ext			:= LINKSRC = ld_support.3ext
163ld_file64.3ext			:= LINKSRC = ld_support.3ext
164ld_input_done.3ext		:= LINKSRC = ld_support.3ext
165ld_input_section.3ext		:= LINKSRC = ld_support.3ext
166ld_input_section64.3ext		:= LINKSRC = ld_support.3ext
167ld_open.3ext			:= LINKSRC = ld_support.3ext
168ld_open64.3ext			:= LINKSRC = ld_support.3ext
169ld_section.3ext			:= LINKSRC = ld_support.3ext
170ld_section64.3ext		:= LINKSRC = ld_support.3ext
171ld_start.3ext			:= LINKSRC = ld_support.3ext
172ld_start64.3ext			:= LINKSRC = ld_support.3ext
173ld_version.3ext			:= LINKSRC = ld_support.3ext
174
175MD4Final.3ext			:= LINKSRC = md4.3ext
176MD4Init.3ext			:= LINKSRC = md4.3ext
177MD4Update.3ext			:= LINKSRC = md4.3ext
178
179MD5Final.3ext			:= LINKSRC = md5.3ext
180MD5Init.3ext			:= LINKSRC = md5.3ext
181MD5Update.3ext			:= LINKSRC = md5.3ext
182md5_calc.3ext			:= LINKSRC = md5.3ext
183
184write_vtoc.3ext			:= LINKSRC = read_vtoc.3ext
185
186la_activity.3ext		:= LINKSRC = rtld_audit.3ext
187la_amd64_pltenter.3ext		:= LINKSRC = rtld_audit.3ext
188la_i86_pltenter.3ext		:= LINKSRC = rtld_audit.3ext
189la_objfilter.3ext		:= LINKSRC = rtld_audit.3ext
190la_objopen.3ext			:= LINKSRC = rtld_audit.3ext
191la_objsearch.3ext		:= LINKSRC = rtld_audit.3ext
192la_pltexit.3ext			:= LINKSRC = rtld_audit.3ext
193la_pltexit64.3ext		:= LINKSRC = rtld_audit.3ext
194la_preinit.3ext			:= LINKSRC = rtld_audit.3ext
195la_sparcv8_pltenter.3ext	:= LINKSRC = rtld_audit.3ext
196la_sparcv9_pltenter.3ext	:= LINKSRC = rtld_audit.3ext
197la_symbind32.3ext		:= LINKSRC = rtld_audit.3ext
198la_symbind64.3ext		:= LINKSRC = rtld_audit.3ext
199la_version.3ext			:= LINKSRC = rtld_audit.3ext
200
201rd_delete.3ext			:= LINKSRC = rtld_db.3ext
202rd_errstr.3ext			:= LINKSRC = rtld_db.3ext
203rd_event_addr.3ext		:= LINKSRC = rtld_db.3ext
204rd_event_enable.3ext		:= LINKSRC = rtld_db.3ext
205rd_event_getmsg.3ext		:= LINKSRC = rtld_db.3ext
206rd_init.3ext			:= LINKSRC = rtld_db.3ext
207rd_loadobj_iter.3ext		:= LINKSRC = rtld_db.3ext
208rd_log.3ext			:= LINKSRC = rtld_db.3ext
209rd_new.3ext			:= LINKSRC = rtld_db.3ext
210rd_objpad_enable.3ext		:= LINKSRC = rtld_db.3ext
211rd_plt_resolution.3ext		:= LINKSRC = rtld_db.3ext
212rd_reset.3ext			:= LINKSRC = rtld_db.3ext
213
214SHA1Final.3ext			:= LINKSRC = sha1.3ext
215SHA1Init.3ext			:= LINKSRC = sha1.3ext
216SHA1Update.3ext			:= LINKSRC = sha1.3ext
217
218SHA256Final.3ext		:= LINKSRC = sha2.3ext
219SHA256Init.3ext			:= LINKSRC = sha2.3ext
220SHA256Update.3ext		:= LINKSRC = sha2.3ext
221SHA2Final.3ext			:= LINKSRC = sha2.3ext
222SHA2Init.3ext			:= LINKSRC = sha2.3ext
223SHA2Update.3ext			:= LINKSRC = sha2.3ext
224SHA384Final.3ext		:= LINKSRC = sha2.3ext
225SHA384Init.3ext			:= LINKSRC = sha2.3ext
226SHA384Update.3ext		:= LINKSRC = sha2.3ext
227SHA512Final.3ext		:= LINKSRC = sha2.3ext
228SHA512Init.3ext			:= LINKSRC = sha2.3ext
229SHA512Update.3ext		:= LINKSRC = sha2.3ext
230
231tsalarm_set.3ext		:= LINKSRC = tsalarm_get.3ext
232
233.KEEP_STATE:
234
235include		$(SRC)/man/Makefile.man
236
237install:	$(ROOTMANFILES) $(ROOTMANLINKS)
238