xref: /illumos-gate/usr/src/lib/libsip/Makefile.com (revision 530a8aa6)
140cb5e5dSvi#
240cb5e5dSvi# CDDL HEADER START
340cb5e5dSvi#
440cb5e5dSvi# The contents of this file are subject to the terms of the
540cb5e5dSvi# Common Development and Distribution License (the "License").
640cb5e5dSvi# You may not use this file except in compliance with the License.
740cb5e5dSvi#
840cb5e5dSvi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
940cb5e5dSvi# or http://www.opensolaris.org/os/licensing.
1040cb5e5dSvi# See the License for the specific language governing permissions
1140cb5e5dSvi# and limitations under the License.
1240cb5e5dSvi#
1340cb5e5dSvi# When distributing Covered Code, include this CDDL HEADER in each
1440cb5e5dSvi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1540cb5e5dSvi# If applicable, add the following below this CDDL HEADER, with the
1640cb5e5dSvi# fields enclosed by brackets "[]" replaced with your own identifying
1740cb5e5dSvi# information: Portions Copyright [yyyy] [name of copyright owner]
1840cb5e5dSvi#
1940cb5e5dSvi# CDDL HEADER END
2040cb5e5dSvi#
21943efbc3Sgm# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
2240cb5e5dSvi# Use is subject to license terms.
2340cb5e5dSvi#
2405ede3dbSJohn Levon# Copyright (c) 2018, Joyent, Inc.
2540cb5e5dSvi
2640cb5e5dSviLIBRARY = libsip.a
2740cb5e5dSviVERS    = .1
2840cb5e5dSviOBJECTS = sip_headers.o sip_msg.o sip_gids.o \
2940cb5e5dSvi	sip_timeout.o sip_xaction_state_mc.o sip_xaction.o \
3040cb5e5dSvi	sip_hash.o sip_itf.o sip_ui.o sip_reass.o sip_dialog.o \
3140cb5e5dSvi	sip_dialog_ui.o sip_xaction_ui.o sip_parse_generic.o \
3240cb5e5dSvi	sip_parse_uri.o sip_uri_ui.o sip_parse_hdrs.o \
33943efbc3Sgm	sip_add_hdrs.o sip_hdrs_ui.o sip_logging.o
3440cb5e5dSvi
3540cb5e5dSviinclude ../../Makefile.lib
3640cb5e5dSvi
3740cb5e5dSviSRCDIR =	../common
38241c90a0SRichard LoweLIBS =		$(DYNLIB)
39*530a8aa6SDan McDonaldLDLIBS +=	-lmd -lc
4040cb5e5dSvi
41e299757fSgmCFLAGS +=	$(CCVERBOSE)
42e299757fSgmCPPFLAGS +=	-DOS='"solaris"' -D__OS_solaris -DNDEBUG
4340cb5e5dSvi
4405ede3dbSJohn Levon# not linted
4505ede3dbSJohn LevonSMATCH=off
4605ede3dbSJohn Levon
4740cb5e5dSvi.KEEP_STATE:
4840cb5e5dSvi
4940cb5e5dSviall:		$(LIBS)
5040cb5e5dSvi
5140cb5e5dSvi
5240cb5e5dSviinclude ../../Makefile.targ
53