xref: /illumos-gate/usr/src/lib/libbrand/Makefile.com (revision 5801b0f0)
19acbbeafSnn#
29acbbeafSnn# CDDL HEADER START
39acbbeafSnn#
49acbbeafSnn# The contents of this file are subject to the terms of the
59acbbeafSnn# Common Development and Distribution License (the "License").
69acbbeafSnn# You may not use this file except in compliance with the License.
79acbbeafSnn#
89acbbeafSnn# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99acbbeafSnn# or http://www.opensolaris.org/os/licensing.
109acbbeafSnn# See the License for the specific language governing permissions
119acbbeafSnn# and limitations under the License.
129acbbeafSnn#
139acbbeafSnn# When distributing Covered Code, include this CDDL HEADER in each
149acbbeafSnn# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
159acbbeafSnn# If applicable, add the following below this CDDL HEADER, with the
169acbbeafSnn# fields enclosed by brackets "[]" replaced with your own identifying
179acbbeafSnn# information: Portions Copyright [yyyy] [name of copyright owner]
189acbbeafSnn#
199acbbeafSnn# CDDL HEADER END
209acbbeafSnn#
219acbbeafSnn#
229acbbeafSnn# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
239acbbeafSnn# Use is subject to license terms.
249acbbeafSnn#
259acbbeafSnn
269acbbeafSnnLIBRARY=	libbrand.a
279acbbeafSnnVERS=		.1
289acbbeafSnn
299acbbeafSnnOBJECTS=	libbrand.o
309acbbeafSnn
319acbbeafSnninclude ../../Makefile.lib
329acbbeafSnn
33*5801b0f0SToomas SoomeLIBS=		$(DYNLIB)
349acbbeafSnnLDLIBS +=	-lc
35494f7e12SKeith M WesolowskiCPPFLAGS +=	-I$(ADJUNCT_PROTO)/usr/include/libxml2 -I$(SRCDIR) -D_REENTRANT
369acbbeafSnn$(DYNLIB) :=	LDLIBS += -lxml2
37*5801b0f0SToomas SoomeNATIVE_LIBS +=	libxml2.so
389acbbeafSnn
399acbbeafSnnSRCDIR=		../common
409acbbeafSnn
419acbbeafSnn.KEEP_STATE:
429acbbeafSnn
439acbbeafSnnall:	$(LIBS)
449acbbeafSnn
459acbbeafSnninstall: all
469acbbeafSnn
479acbbeafSnninclude ../../Makefile.targ
48