xref: /illumos-gate/usr/src/man/man3dat/Makefile (revision 78a75454a34d2b5e9b2c2967ecdaf9c5d3e6b030)
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=	3dat
20
21MANFILES=	dat_cno_create.3dat			\
22		dat_cno_free.3dat			\
23		dat_cno_modify_agent.3dat		\
24		dat_cno_query.3dat			\
25		dat_cno_wait.3dat			\
26		dat_cr_accept.3dat			\
27		dat_cr_handoff.3dat			\
28		dat_cr_query.3dat			\
29		dat_cr_reject.3dat			\
30		dat_ep_connect.3dat			\
31		dat_ep_create.3dat			\
32		dat_ep_create_with_srq.3dat		\
33		dat_ep_disconnect.3dat			\
34		dat_ep_dup_connect.3dat			\
35		dat_ep_free.3dat			\
36		dat_ep_get_status.3dat			\
37		dat_ep_modify.3dat			\
38		dat_ep_post_rdma_read.3dat		\
39		dat_ep_post_rdma_write.3dat		\
40		dat_ep_post_recv.3dat			\
41		dat_ep_post_send.3dat			\
42		dat_ep_query.3dat			\
43		dat_ep_recv_query.3dat			\
44		dat_ep_reset.3dat			\
45		dat_ep_set_watermark.3dat		\
46		dat_evd_clear_unwaitable.3dat		\
47		dat_evd_dequeue.3dat			\
48		dat_evd_disable.3dat			\
49		dat_evd_enable.3dat			\
50		dat_evd_free.3dat			\
51		dat_evd_modify_cno.3dat			\
52		dat_evd_post_se.3dat			\
53		dat_evd_query.3dat			\
54		dat_evd_resize.3dat			\
55		dat_evd_set_unwaitable.3dat		\
56		dat_evd_wait.3dat			\
57		dat_get_consumer_context.3dat		\
58		dat_get_handle_type.3dat		\
59		dat_ia_close.3dat			\
60		dat_ia_open.3dat			\
61		dat_ia_query.3dat			\
62		dat_lmr_create.3dat			\
63		dat_lmr_free.3dat			\
64		dat_lmr_query.3dat			\
65		dat_lmr_sync_rdma_read.3dat		\
66		dat_lmr_sync_rdma_write.3dat		\
67		dat_provider_fini.3dat			\
68		dat_provider_init.3dat			\
69		dat_psp_create.3dat			\
70		dat_psp_create_any.3dat			\
71		dat_psp_free.3dat			\
72		dat_psp_query.3dat			\
73		dat_pz_create.3dat			\
74		dat_pz_free.3dat			\
75		dat_pz_query.3dat			\
76		dat_registry_add_provider.3dat		\
77		dat_registry_list_providers.3dat	\
78		dat_registry_remove_provider.3dat	\
79		dat_rmr_bind.3dat			\
80		dat_rmr_create.3dat			\
81		dat_rmr_free.3dat			\
82		dat_rmr_query.3dat			\
83		dat_rsp_create.3dat			\
84		dat_rsp_free.3dat			\
85		dat_rsp_query.3dat			\
86		dat_set_consumer_context.3dat		\
87		dat_srq_create.3dat			\
88		dat_srq_free.3dat			\
89		dat_srq_post_recv.3dat			\
90		dat_srq_query.3dat			\
91		dat_srq_resize.3dat			\
92		dat_srq_set_lw.3dat			\
93		dat_strerror.3dat
94
95.KEEP_STATE:
96
97include		$(SRC)/man/Makefile.man
98
99install:	$(ROOTMANFILES)
100