xref: /titanic_41/usr/src/lib/libsip/Makefile.com (revision 943efbc33954e332318b6365bf27037c05bff72c)
140cb5e5dSvi117747#
240cb5e5dSvi117747# CDDL HEADER START
340cb5e5dSvi117747#
440cb5e5dSvi117747# The contents of this file are subject to the terms of the
540cb5e5dSvi117747# Common Development and Distribution License (the "License").
640cb5e5dSvi117747# You may not use this file except in compliance with the License.
740cb5e5dSvi117747#
840cb5e5dSvi117747# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
940cb5e5dSvi117747# or http://www.opensolaris.org/os/licensing.
1040cb5e5dSvi117747# See the License for the specific language governing permissions
1140cb5e5dSvi117747# and limitations under the License.
1240cb5e5dSvi117747#
1340cb5e5dSvi117747# When distributing Covered Code, include this CDDL HEADER in each
1440cb5e5dSvi117747# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1540cb5e5dSvi117747# If applicable, add the following below this CDDL HEADER, with the
1640cb5e5dSvi117747# fields enclosed by brackets "[]" replaced with your own identifying
1740cb5e5dSvi117747# information: Portions Copyright [yyyy] [name of copyright owner]
1840cb5e5dSvi117747#
1940cb5e5dSvi117747# CDDL HEADER END
2040cb5e5dSvi117747#
21*943efbc3Sgm209912# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
2240cb5e5dSvi117747# Use is subject to license terms.
2340cb5e5dSvi117747#
2440cb5e5dSvi117747# ident	"%Z%%M%	%I%	%E% SMI"
2540cb5e5dSvi117747#
2640cb5e5dSvi117747
2740cb5e5dSvi117747LIBRARY = libsip.a
2840cb5e5dSvi117747VERS    = .1
2940cb5e5dSvi117747OBJECTS = sip_headers.o sip_msg.o sip_gids.o \
3040cb5e5dSvi117747	sip_timeout.o sip_xaction_state_mc.o sip_xaction.o \
3140cb5e5dSvi117747	sip_hash.o sip_itf.o sip_ui.o sip_reass.o sip_dialog.o \
3240cb5e5dSvi117747	sip_dialog_ui.o sip_xaction_ui.o sip_parse_generic.o \
3340cb5e5dSvi117747	sip_parse_uri.o sip_uri_ui.o sip_parse_hdrs.o \
34*943efbc3Sgm209912	sip_add_hdrs.o sip_hdrs_ui.o sip_logging.o
3540cb5e5dSvi117747
3640cb5e5dSvi117747include ../../Makefile.lib
3740cb5e5dSvi117747
3840cb5e5dSvi117747SRCDIR =	../common
3940cb5e5dSvi117747LIBS =		$(DYNLIB) $(LINTLIB)
4040cb5e5dSvi117747$(LINTLIB) :=	SRCS = $(SRCDIR)/$(LINTSRC)
4140cb5e5dSvi117747LDLIBS +=	-lmd5 -lc
4240cb5e5dSvi117747
43e299757fSgm209912CFLAGS +=	$(CCVERBOSE)
44e299757fSgm209912CPPFLAGS +=	-DOS='"solaris"' -D__OS_solaris -DNDEBUG
4540cb5e5dSvi117747
4640cb5e5dSvi117747.KEEP_STATE:
4740cb5e5dSvi117747
4840cb5e5dSvi117747all:		$(LIBS)
4940cb5e5dSvi117747
5040cb5e5dSvi117747lint:		lintcheck
5140cb5e5dSvi117747
5240cb5e5dSvi117747include ../../Makefile.targ
53