1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License").  You may not use this file except in compliance
7# with the License.
8#
9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10# or http://www.opensolaris.org/os/licensing.
11# See the License for the specific language governing permissions
12# and limitations under the License.
13#
14# When distributing Covered Code, include this CDDL HEADER in each
15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23#ident	"%Z%%M%	%I%	%E% SMI"
24#
25# cmd/wbem/Makefile.wbem
26#
27# Definitions common to provider implementations.
28# The WBEM Services runtime and SDK are assumed to be installed.
29#
30# Copyright (c) 2001 by Sun Microsystems, Inc.
31# All rights reserved.
32#
33
34include $(SRC)/cmd/wbem/Makefile.com
35
36PLATFORM = solaris
37TARG_SYS= $(MACH)
38
39# for classpath: root of the com.sun.wbem hieararchy in the source tree
40PROVIDERSRC= $(SRC)/cmd/wbem/provider
41
42# for classpath: where the /usr/sadm/lib directory should be read from
43USRSADMLIB= /usr/sadm/lib
44
45# for classpath: where the /usr/sadm/lib/wbem directory should be read from
46USRSADMLIBWBEM= $(USRSADMLIB)/wbem
47
48CLASSPATH       = .:$(PROVIDERSRC):$(USRSADMLIBWBEM)/cimapi.jar:$(USRSADMLIBWBEM)/solarisprovider.jar:$(USRSADMLIB)/wbem.jar:$(USRSADMLIBWBEM)/providerutility.jar:$(USRSADMLIB)/xml.jar 
49
50INCLUDE		= $(JAVA_HOME)/include
51LIB		= $(JAVA_HOME)/lib
52
53# tell jstyle to ignore contents of block comments
54JSTYLE_TAIL	= -C
55