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= 3pool 20 21MANFILES= pool_associate.3pool \ 22 pool_component_info.3pool \ 23 pool_component_to_elem.3pool \ 24 pool_conf_alloc.3pool \ 25 pool_dynamic_location.3pool \ 26 pool_error.3pool \ 27 pool_get_binding.3pool \ 28 pool_get_pool.3pool \ 29 pool_get_property.3pool \ 30 pool_resource_create.3pool \ 31 pool_value_alloc.3pool \ 32 pool_walk_components.3pool 33 34MANLINKS= pool_conf_close.3pool \ 35 pool_conf_commit.3pool \ 36 pool_conf_export.3pool \ 37 pool_conf_free.3pool \ 38 pool_conf_info.3pool \ 39 pool_conf_location.3pool \ 40 pool_conf_open.3pool \ 41 pool_conf_remove.3pool \ 42 pool_conf_rollback.3pool \ 43 pool_conf_status.3pool \ 44 pool_conf_to_elem.3pool \ 45 pool_conf_update.3pool \ 46 pool_conf_validate.3pool \ 47 pool_create.3pool \ 48 pool_destroy.3pool \ 49 pool_dissociate.3pool \ 50 pool_get_owning_resource.3pool \ 51 pool_get_resource.3pool \ 52 pool_get_resource_binding.3pool \ 53 pool_get_status.3pool \ 54 pool_info.3pool \ 55 pool_put_property.3pool \ 56 pool_query_components.3pool \ 57 pool_query_pool_resources.3pool \ 58 pool_query_pools.3pool \ 59 pool_query_resource_components.3pool \ 60 pool_query_resources.3pool \ 61 pool_resource_destroy.3pool \ 62 pool_resource_info.3pool \ 63 pool_resource_to_elem.3pool \ 64 pool_resource_transfer.3pool \ 65 pool_resource_type_list.3pool \ 66 pool_resource_xtransfer.3pool \ 67 pool_rm_property.3pool \ 68 pool_set_binding.3pool \ 69 pool_set_status.3pool \ 70 pool_static_location.3pool \ 71 pool_strerror.3pool \ 72 pool_to_elem.3pool \ 73 pool_value_free.3pool \ 74 pool_value_get_bool.3pool \ 75 pool_value_get_double.3pool \ 76 pool_value_get_int64.3pool \ 77 pool_value_get_name.3pool \ 78 pool_value_get_string.3pool \ 79 pool_value_get_type.3pool \ 80 pool_value_get_uint64.3pool \ 81 pool_value_set_bool.3pool \ 82 pool_value_set_double.3pool \ 83 pool_value_set_int64.3pool \ 84 pool_value_set_name.3pool \ 85 pool_value_set_string.3pool \ 86 pool_value_set_uint64.3pool \ 87 pool_version.3pool \ 88 pool_walk_pools.3pool \ 89 pool_walk_properties.3pool \ 90 pool_walk_resources.3pool 91 92pool_create.3pool := LINKSRC = pool_associate.3pool 93pool_destroy.3pool := LINKSRC = pool_associate.3pool 94pool_dissociate.3pool := LINKSRC = pool_associate.3pool 95pool_info.3pool := LINKSRC = pool_associate.3pool 96pool_query_pool_resources.3pool := LINKSRC = pool_associate.3pool 97 98pool_get_owning_resource.3pool := LINKSRC = pool_component_info.3pool 99 100pool_conf_to_elem.3pool := LINKSRC = pool_component_to_elem.3pool 101pool_resource_to_elem.3pool := LINKSRC = pool_component_to_elem.3pool 102pool_to_elem.3pool := LINKSRC = pool_component_to_elem.3pool 103 104pool_conf_close.3pool := LINKSRC = pool_conf_alloc.3pool 105pool_conf_commit.3pool := LINKSRC = pool_conf_alloc.3pool 106pool_conf_export.3pool := LINKSRC = pool_conf_alloc.3pool 107pool_conf_free.3pool := LINKSRC = pool_conf_alloc.3pool 108pool_conf_info.3pool := LINKSRC = pool_conf_alloc.3pool 109pool_conf_location.3pool := LINKSRC = pool_conf_alloc.3pool 110pool_conf_open.3pool := LINKSRC = pool_conf_alloc.3pool 111pool_conf_remove.3pool := LINKSRC = pool_conf_alloc.3pool 112pool_conf_rollback.3pool := LINKSRC = pool_conf_alloc.3pool 113pool_conf_status.3pool := LINKSRC = pool_conf_alloc.3pool 114pool_conf_update.3pool := LINKSRC = pool_conf_alloc.3pool 115pool_conf_validate.3pool := LINKSRC = pool_conf_alloc.3pool 116 117pool_get_status.3pool := LINKSRC = pool_dynamic_location.3pool 118pool_resource_type_list.3pool := LINKSRC = pool_dynamic_location.3pool 119pool_set_status.3pool := LINKSRC = pool_dynamic_location.3pool 120pool_static_location.3pool := LINKSRC = pool_dynamic_location.3pool 121pool_version.3pool := LINKSRC = pool_dynamic_location.3pool 122 123pool_strerror.3pool := LINKSRC = pool_error.3pool 124 125pool_get_resource_binding.3pool := LINKSRC = pool_get_binding.3pool 126pool_set_binding.3pool := LINKSRC = pool_get_binding.3pool 127 128pool_get_resource.3pool := LINKSRC = pool_get_pool.3pool 129pool_query_components.3pool := LINKSRC = pool_get_pool.3pool 130pool_query_pools.3pool := LINKSRC = pool_get_pool.3pool 131pool_query_resources.3pool := LINKSRC = pool_get_pool.3pool 132 133pool_put_property.3pool := LINKSRC = pool_get_property.3pool 134pool_rm_property.3pool := LINKSRC = pool_get_property.3pool 135pool_walk_properties.3pool := LINKSRC = pool_get_property.3pool 136 137pool_query_resource_components.3pool := LINKSRC = pool_resource_create.3pool 138pool_resource_destroy.3pool := LINKSRC = pool_resource_create.3pool 139pool_resource_info.3pool := LINKSRC = pool_resource_create.3pool 140pool_resource_transfer.3pool := LINKSRC = pool_resource_create.3pool 141pool_resource_xtransfer.3pool := LINKSRC = pool_resource_create.3pool 142 143pool_value_free.3pool := LINKSRC = pool_value_alloc.3pool 144pool_value_get_bool.3pool := LINKSRC = pool_value_alloc.3pool 145pool_value_get_double.3pool := LINKSRC = pool_value_alloc.3pool 146pool_value_get_int64.3pool := LINKSRC = pool_value_alloc.3pool 147pool_value_get_name.3pool := LINKSRC = pool_value_alloc.3pool 148pool_value_get_string.3pool := LINKSRC = pool_value_alloc.3pool 149pool_value_get_type.3pool := LINKSRC = pool_value_alloc.3pool 150pool_value_get_uint64.3pool := LINKSRC = pool_value_alloc.3pool 151pool_value_set_bool.3pool := LINKSRC = pool_value_alloc.3pool 152pool_value_set_double.3pool := LINKSRC = pool_value_alloc.3pool 153pool_value_set_int64.3pool := LINKSRC = pool_value_alloc.3pool 154pool_value_set_name.3pool := LINKSRC = pool_value_alloc.3pool 155pool_value_set_string.3pool := LINKSRC = pool_value_alloc.3pool 156pool_value_set_uint64.3pool := LINKSRC = pool_value_alloc.3pool 157 158pool_walk_pools.3pool := LINKSRC = pool_walk_components.3pool 159pool_walk_resources.3pool := LINKSRC = pool_walk_components.3pool 160 161.KEEP_STATE: 162 163include $(SRC)/man/Makefile.man 164 165install: $(ROOTMANFILES) $(ROOTMANLINKS) 166