#
# @(#)GNUmakefile	1.10 98/03/10
#

BUILDDIR = ../..
include $(BUILDDIR)/Platform.gmk
PACKAGE = sun.dc
LIBRARY = dcpr
PRODUCT = sun
include $(BUILDDIR)/makefiles/Defs.gmk

#
# Files
#
include $(MINCLUDES)sun_dcpr.jmk
include $(MINCLUDES)sun_dcpr.cmk

FILES_export = \
	sun/dc/pr/PathDasher.java \
	sun/dc/pr/PathFiller.java \
	sun/dc/pr/PathStroker.java \

#
# Rules.
#
include $(BUILDDIR)/makefiles/Library.gmk

#
# Add to the ambient vpath to pick up files in subdirectories
#
vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/doe
vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/path
vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/pr
vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/util

OTHER_LDLIBS = -lm

CPPFLAGS += \
	-I$(SHARE_SRC)/native/$(PKGDIR)/doe \
	-I$(SHARE_SRC)/native/$(PKGDIR)/path \
	-I$(SHARE_SRC)/native/$(PKGDIR)/util \

#
# Has been converted to the JNI: generate JNI-style header files
#
JAVAHFLAGS += -jni
