xref: /onnv-gate/usr/src/lib/libcommputil/Makefile.com (revision 5407:3784908ff5df)
15306Sgm209912#
25306Sgm209912# CDDL HEADER START
35306Sgm209912#
45306Sgm209912# The contents of this file are subject to the terms of the
55306Sgm209912# Common Development and Distribution License (the "License").
65306Sgm209912# You may not use this file except in compliance with the License.
75306Sgm209912#
85306Sgm209912# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95306Sgm209912# or http://www.opensolaris.org/os/licensing.
105306Sgm209912# See the License for the specific language governing permissions
115306Sgm209912# and limitations under the License.
125306Sgm209912#
135306Sgm209912# When distributing Covered Code, include this CDDL HEADER in each
145306Sgm209912# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155306Sgm209912# If applicable, add the following below this CDDL HEADER, with the
165306Sgm209912# fields enclosed by brackets "[]" replaced with your own identifying
175306Sgm209912# information: Portions Copyright [yyyy] [name of copyright owner]
185306Sgm209912#
195306Sgm209912# CDDL HEADER END
205306Sgm209912#
215306Sgm209912# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
225306Sgm209912# Use is subject to license terms.
235306Sgm209912#
245306Sgm209912# ident	"%Z%%M%	%I%	%E% SMI"
255306Sgm209912#
265306Sgm209912
275306Sgm209912LIBRARY = libcommputil.a
285306Sgm209912VERS    = .1
295306Sgm209912OBJECTS = commp_util.o sdp_parse_helper.o sdp.o sdp_parse.o
305306Sgm209912
315306Sgm209912include ../../Makefile.lib
325306Sgm209912
335306Sgm209912SRCDIR =	../common
345306Sgm209912LIBS =		$(DYNLIB) $(LINTLIB)
355306Sgm209912$(LINTLIB) :=	SRCS = $(SRCDIR)/$(LINTSRC)
365306Sgm209912LDLIBS +=	-lc
375306Sgm209912
38*5407Sgm209912CFLAGS +=	$(CCVERBOSE)
39*5407Sgm209912CPPFLAGS +=	-DNDEBUG
405306Sgm209912
415306Sgm209912.KEEP_STATE:
425306Sgm209912
435306Sgm209912all:		$(LIBS)
445306Sgm209912
455306Sgm209912lint:		lintcheck
465306Sgm209912
475306Sgm209912include ../../Makefile.targ
48