Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
8c8497c39e75d88500a703511e8fba9dbe7596a7rbb# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License, Version 1.0 only
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# (the "License"). You may not use this file except in compliance
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# with the License.
d89c116f82699294ca744125723651c554bc5925wrowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz# See the License for the specific language governing permissions
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# and limitations under the License.
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# When distributing Covered Code, include this CDDL HEADER in each
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# If applicable, add the following below this CDDL HEADER, with the
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley# fields enclosed by brackets "[]" replaced with your own identifying
571760de5e60c0b459cb11be45507b923cd023eejwoolley# information: Portions Copyright [yyyy] [name of copyright owner]
9180a5933673ffb1af633c255ceee029340f3b1erbb# CDDL HEADER END
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# Use is subject to license terms.
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# ident "%Z%%M% %I% %E% SMI"
0d2f57cf389a981efa5e98d9b451c6baf0af12bfjerenkrantzMYCPPFLAGS = -I. -I../common -I../../../common/svc -D_REENTRANT
f49387f556886ad6a6b4efc724ed9aa1d3412228jerenkrantzLINTFLAGS += -errtags -erroff=E_BAD_FORMAT_ARG_TYPE2
f4cb04eb78da02a38fcdd87489dc7b660107d55fjerenkrantz$(NATIVE_BUILD)CPPFLAGS = $(MYCPPFLAGS) -I$(LIBUUTIL)/common -I$(LIBSCF)/inc
f4cb04eb78da02a38fcdd87489dc7b660107d55fjerenkrantz$(NATIVE_BUILD)LDLIBS = -L$(LIBUUTIL)/native -R $(LIBUUTIL)/native \
f4cb04eb78da02a38fcdd87489dc7b660107d55fjerenkrantz$(NATIVE_BUILD)LIBSQLITE = $(SQLITEDIR)/libsqlite-native.o
2fb49a1d25f38421a68d31b4cbb5d9293fdeafbewrowe @cd $(LIBUUTIL)/native; pwd; $(MAKE) $(MFLAGS) install