542N/A#
542N/A# CDDL HEADER START
542N/A#
542N/A# The contents of this file are subject to the terms of the
542N/A# Common Development and Distribution License (the "License").
542N/A# You may not use this file except in compliance with the License.
542N/A#
542N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
542N/A# or http://www.opensolaris.org/os/licensing.
542N/A# See the License for the specific language governing permissions
542N/A# and limitations under the License.
542N/A#
542N/A# When distributing Covered Code, include this CDDL HEADER in each
542N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
542N/A# If applicable, add the following below this CDDL HEADER, with the
542N/A# fields enclosed by brackets "[]" replaced with your own identifying
542N/A# information: Portions Copyright [yyyy] [name of copyright owner]
542N/A#
542N/A# CDDL HEADER END
542N/A#
542N/A#
542N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
542N/A# Use is subject to license terms.
542N/A#
542N/A# ident "%Z%%M% %I% %E% SMI"
542N/A#
542N/A
542N/Ainclude $(SRC)/lib/Makefile.lib
542N/A
542N/ASUBDIRS = $(MACH)
542N/A
542N/Aall := TARGET = all
542N/Aclean := TARGET = clean
542N/Aclobber := TARGET = clobber
542N/Ainstall := TARGET = install
542N/Alint := TARGET = lint
542N/A
542N/AJNI_CLASSES = \
542N/A com.sun.solaris.service.kstat.Kstat \
542N/A com.sun.solaris.service.kstat.KstatCtl
542N/A
542N/AJNI_GENERATED_HEADERS = \
542N/A jkstat.h
542N/A
542N/ACLEANFILES += $(JNI_GENERATED_HEADERS)
542N/A
542N/Aall install lint: $(JNI_GENERATED_HEADERS) .WAIT $(SUBDIRS)
542N/A
542N/Aclean clobber: $(SUBDIRS)
542N/A
542N/A$(JNI_GENERATED_HEADERS): $(SRC)/cmd/pools/poold/JPool.jar
542N/A $(JAVAH) -classpath $? -o $@ $(JNI_CLASSES)
542N/A
542N/A$(SUBDIRS): FRC
542N/A @cd $@; pwd; $(MAKE) $(TARGET)
542N/A
542N/AFRC:
542N/A
542N/Ainclude $(SRC)/lib/Makefile.targ
542N/Ainclude $(SRC)/Makefile.msg.targ
542N/A