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= 3sip 20 21MANFILES= sip_add_branchid_to_via.3sip \ 22 sip_add_from.3sip \ 23 sip_add_header.3sip \ 24 sip_add_param.3sip \ 25 sip_add_request_line.3sip \ 26 sip_branchid.3sip \ 27 sip_clone_msg.3sip \ 28 sip_copy_start_line.3sip \ 29 sip_create_OKack.3sip \ 30 sip_create_dialog_req.3sip \ 31 sip_create_response.3sip \ 32 sip_delete_dialog.3sip \ 33 sip_delete_start_line.3sip \ 34 sip_enable_counters.3sip \ 35 sip_enable_trans_logging.3sip \ 36 sip_get_contact_display_name.3sip \ 37 sip_get_cseq.3sip \ 38 sip_get_dialog_state.3sip \ 39 sip_get_header.3sip \ 40 sip_get_header_value.3sip \ 41 sip_get_msg_len.3sip \ 42 sip_get_num_via.3sip \ 43 sip_get_param_value.3sip \ 44 sip_get_request_method.3sip \ 45 sip_get_request_uri_str.3sip \ 46 sip_get_resp_desc.3sip \ 47 sip_get_trans.3sip \ 48 sip_get_trans_method.3sip \ 49 sip_get_uri_parsed.3sip \ 50 sip_guid.3sip \ 51 sip_hold_dialog.3sip \ 52 sip_hold_msg.3sip \ 53 sip_hold_trans.3sip \ 54 sip_init_conn_object.3sip \ 55 sip_is_sip_uri.3sip \ 56 sip_msg_is_request.3sip \ 57 sip_msg_to_str.3sip \ 58 sip_new_msg.3sip \ 59 sip_parse_uri.3sip \ 60 sip_process_new_packet.3sip \ 61 sip_register_sent_by.3sip \ 62 sip_sendmsg.3sip \ 63 sip_stack_init.3sip 64 65.KEEP_STATE: 66 67include $(SRC)/man/Makefile.man 68 69install: $(ROOTMANFILES) $(MANLINK_SRCS) 70 $(MANLINK_INSTALL) 71