#
# @(#)GNUmakefile	1.6 98/03/10
#
# Makefile for building all of JDBC
#

BUILDDIR = ../..
include $(BUILDDIR)/Platform.gmk
PACKAGE = java.sql
PRODUCT = sun
include $(TOPDIR)/build/$(PLATFORM)/makefiles/Defs.gmk
ABSTOP=$(shell cd $(TOPDIR);pwd)

#
# Files to compile.
#
include $(MINCLUDES)java_sql.jmk

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