blob: 1b947e850431fd29117370403036ea497215c9fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
|
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet
# at http://www.illumos.org/license/CDDL.
#
#
# Copyright 2011, Richard Lowe
# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
#
include $(SRC)/Makefile.master
MANSECT= 3pool
MANFILES= pool_associate.3pool \
pool_component_info.3pool \
pool_component_to_elem.3pool \
pool_conf_alloc.3pool \
pool_dynamic_location.3pool \
pool_error.3pool \
pool_get_binding.3pool \
pool_get_pool.3pool \
pool_get_property.3pool \
pool_resource_create.3pool \
pool_value_alloc.3pool \
pool_walk_components.3pool
MANLINKS= pool_conf_close.3pool \
pool_conf_commit.3pool \
pool_conf_export.3pool \
pool_conf_free.3pool \
pool_conf_info.3pool \
pool_conf_location.3pool \
pool_conf_open.3pool \
pool_conf_remove.3pool \
pool_conf_rollback.3pool \
pool_conf_status.3pool \
pool_conf_to_elem.3pool \
pool_conf_update.3pool \
pool_conf_validate.3pool \
pool_create.3pool \
pool_destroy.3pool \
pool_dissociate.3pool \
pool_get_owning_resource.3pool \
pool_get_resource.3pool \
pool_get_resource_binding.3pool \
pool_get_status.3pool \
pool_info.3pool \
pool_put_property.3pool \
pool_query_components.3pool \
pool_query_pool_resources.3pool \
pool_query_pools.3pool \
pool_query_resource_components.3pool \
pool_query_resources.3pool \
pool_resource_destroy.3pool \
pool_resource_info.3pool \
pool_resource_to_elem.3pool \
pool_resource_transfer.3pool \
pool_resource_type_list.3pool \
pool_resource_xtransfer.3pool \
pool_rm_property.3pool \
pool_set_binding.3pool \
pool_set_status.3pool \
pool_static_location.3pool \
pool_strerror.3pool \
pool_to_elem.3pool \
pool_value_free.3pool \
pool_value_get_bool.3pool \
pool_value_get_double.3pool \
pool_value_get_int64.3pool \
pool_value_get_name.3pool \
pool_value_get_string.3pool \
pool_value_get_type.3pool \
pool_value_get_uint64.3pool \
pool_value_set_bool.3pool \
pool_value_set_double.3pool \
pool_value_set_int64.3pool \
pool_value_set_name.3pool \
pool_value_set_string.3pool \
pool_value_set_uint64.3pool \
pool_version.3pool \
pool_walk_pools.3pool \
pool_walk_properties.3pool \
pool_walk_resources.3pool
pool_create.3pool := LINKSRC = pool_associate.3pool
pool_destroy.3pool := LINKSRC = pool_associate.3pool
pool_dissociate.3pool := LINKSRC = pool_associate.3pool
pool_info.3pool := LINKSRC = pool_associate.3pool
pool_query_pool_resources.3pool := LINKSRC = pool_associate.3pool
pool_get_owning_resource.3pool := LINKSRC = pool_component_info.3pool
pool_conf_to_elem.3pool := LINKSRC = pool_component_to_elem.3pool
pool_resource_to_elem.3pool := LINKSRC = pool_component_to_elem.3pool
pool_to_elem.3pool := LINKSRC = pool_component_to_elem.3pool
pool_conf_close.3pool := LINKSRC = pool_conf_alloc.3pool
pool_conf_commit.3pool := LINKSRC = pool_conf_alloc.3pool
pool_conf_export.3pool := LINKSRC = pool_conf_alloc.3pool
pool_conf_free.3pool := LINKSRC = pool_conf_alloc.3pool
pool_conf_info.3pool := LINKSRC = pool_conf_alloc.3pool
pool_conf_location.3pool := LINKSRC = pool_conf_alloc.3pool
pool_conf_open.3pool := LINKSRC = pool_conf_alloc.3pool
pool_conf_remove.3pool := LINKSRC = pool_conf_alloc.3pool
pool_conf_rollback.3pool := LINKSRC = pool_conf_alloc.3pool
pool_conf_status.3pool := LINKSRC = pool_conf_alloc.3pool
pool_conf_update.3pool := LINKSRC = pool_conf_alloc.3pool
pool_conf_validate.3pool := LINKSRC = pool_conf_alloc.3pool
pool_get_status.3pool := LINKSRC = pool_dynamic_location.3pool
pool_resource_type_list.3pool := LINKSRC = pool_dynamic_location.3pool
pool_set_status.3pool := LINKSRC = pool_dynamic_location.3pool
pool_static_location.3pool := LINKSRC = pool_dynamic_location.3pool
pool_version.3pool := LINKSRC = pool_dynamic_location.3pool
pool_strerror.3pool := LINKSRC = pool_error.3pool
pool_get_resource_binding.3pool := LINKSRC = pool_get_binding.3pool
pool_set_binding.3pool := LINKSRC = pool_get_binding.3pool
pool_get_resource.3pool := LINKSRC = pool_get_pool.3pool
pool_query_components.3pool := LINKSRC = pool_get_pool.3pool
pool_query_pools.3pool := LINKSRC = pool_get_pool.3pool
pool_query_resources.3pool := LINKSRC = pool_get_pool.3pool
pool_put_property.3pool := LINKSRC = pool_get_property.3pool
pool_rm_property.3pool := LINKSRC = pool_get_property.3pool
pool_walk_properties.3pool := LINKSRC = pool_get_property.3pool
pool_query_resource_components.3pool := LINKSRC = pool_resource_create.3pool
pool_resource_destroy.3pool := LINKSRC = pool_resource_create.3pool
pool_resource_info.3pool := LINKSRC = pool_resource_create.3pool
pool_resource_transfer.3pool := LINKSRC = pool_resource_create.3pool
pool_resource_xtransfer.3pool := LINKSRC = pool_resource_create.3pool
pool_value_free.3pool := LINKSRC = pool_value_alloc.3pool
pool_value_get_bool.3pool := LINKSRC = pool_value_alloc.3pool
pool_value_get_double.3pool := LINKSRC = pool_value_alloc.3pool
pool_value_get_int64.3pool := LINKSRC = pool_value_alloc.3pool
pool_value_get_name.3pool := LINKSRC = pool_value_alloc.3pool
pool_value_get_string.3pool := LINKSRC = pool_value_alloc.3pool
pool_value_get_type.3pool := LINKSRC = pool_value_alloc.3pool
pool_value_get_uint64.3pool := LINKSRC = pool_value_alloc.3pool
pool_value_set_bool.3pool := LINKSRC = pool_value_alloc.3pool
pool_value_set_double.3pool := LINKSRC = pool_value_alloc.3pool
pool_value_set_int64.3pool := LINKSRC = pool_value_alloc.3pool
pool_value_set_name.3pool := LINKSRC = pool_value_alloc.3pool
pool_value_set_string.3pool := LINKSRC = pool_value_alloc.3pool
pool_value_set_uint64.3pool := LINKSRC = pool_value_alloc.3pool
pool_walk_pools.3pool := LINKSRC = pool_walk_components.3pool
pool_walk_resources.3pool := LINKSRC = pool_walk_components.3pool
.KEEP_STATE:
include $(SRC)/man/Makefile.man
install: $(ROOTMANFILES) $(ROOTMANLINKS)
|