Makefile revision 183
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
#
#
# Makefile for building dtrace extension
#
BUILDDIR = ../../..
#
# Use mapfile
#
FILES_java = \
FILES_export = $(FILES_java)
OTHER_LDLIBS += -ldl
#
# Use JNI for generating header files
#
JAVAHFLAGS += -jni
#
# Don't need to link against -ljava
#
#
# Rules.
#
#
# Add to ambient vpath so we pick up the library files
#