xref: /titanic_50/usr/src/lib/libcommputil/Makefile.com (revision e299757f3f90d6940cd01570e855c7721937f655)
1a93a1f58Sgm209912#
2a93a1f58Sgm209912# CDDL HEADER START
3a93a1f58Sgm209912#
4a93a1f58Sgm209912# The contents of this file are subject to the terms of the
5a93a1f58Sgm209912# Common Development and Distribution License (the "License").
6a93a1f58Sgm209912# You may not use this file except in compliance with the License.
7a93a1f58Sgm209912#
8a93a1f58Sgm209912# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9a93a1f58Sgm209912# or http://www.opensolaris.org/os/licensing.
10a93a1f58Sgm209912# See the License for the specific language governing permissions
11a93a1f58Sgm209912# and limitations under the License.
12a93a1f58Sgm209912#
13a93a1f58Sgm209912# When distributing Covered Code, include this CDDL HEADER in each
14a93a1f58Sgm209912# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15a93a1f58Sgm209912# If applicable, add the following below this CDDL HEADER, with the
16a93a1f58Sgm209912# fields enclosed by brackets "[]" replaced with your own identifying
17a93a1f58Sgm209912# information: Portions Copyright [yyyy] [name of copyright owner]
18a93a1f58Sgm209912#
19a93a1f58Sgm209912# CDDL HEADER END
20a93a1f58Sgm209912#
21a93a1f58Sgm209912# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
22a93a1f58Sgm209912# Use is subject to license terms.
23a93a1f58Sgm209912#
24a93a1f58Sgm209912# ident	"%Z%%M%	%I%	%E% SMI"
25a93a1f58Sgm209912#
26a93a1f58Sgm209912
27a93a1f58Sgm209912LIBRARY = libcommputil.a
28a93a1f58Sgm209912VERS    = .1
29a93a1f58Sgm209912OBJECTS = commp_util.o sdp_parse_helper.o sdp.o sdp_parse.o
30a93a1f58Sgm209912
31a93a1f58Sgm209912include ../../Makefile.lib
32a93a1f58Sgm209912
33a93a1f58Sgm209912SRCDIR =	../common
34a93a1f58Sgm209912LIBS =		$(DYNLIB) $(LINTLIB)
35a93a1f58Sgm209912$(LINTLIB) :=	SRCS = $(SRCDIR)/$(LINTSRC)
36a93a1f58Sgm209912LDLIBS +=	-lc
37a93a1f58Sgm209912
38*e299757fSgm209912CFLAGS +=	$(CCVERBOSE)
39*e299757fSgm209912CPPFLAGS +=	-DNDEBUG
40a93a1f58Sgm209912
41a93a1f58Sgm209912.KEEP_STATE:
42a93a1f58Sgm209912
43a93a1f58Sgm209912all:		$(LIBS)
44a93a1f58Sgm209912
45a93a1f58Sgm209912lint:		lintcheck
46a93a1f58Sgm209912
47a93a1f58Sgm209912include ../../Makefile.targ
48