Makefile revision 2362
1377N/A#
1377N/A# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
1377N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1377N/A#
1377N/A# This code is free software; you can redistribute it and/or modify it
1377N/A# under the terms of the GNU General Public License version 2 only, as
1377N/A# published by the Free Software Foundation. Oracle designates this
1377N/A# particular file as subject to the "Classpath" exception as provided
1377N/A# by Oracle in the LICENSE file that accompanied this code.
1377N/A#
1377N/A# This code is distributed in the hope that it will be useful, but WITHOUT
1377N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1377N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1377N/A# version 2 for more details (a copy is included in the LICENSE file that
1377N/A# accompanied this code).
1377N/A#
1377N/A# You should have received a copy of the GNU General Public License version
1377N/A# 2 along with this work; if not, write to the Free Software Foundation,
1377N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1377N/A#
1377N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
1377N/A# or visit www.oracle.com if you need additional information or have any
5593N/A# questions.
1377N/A#
5680N/A
5680N/A#
1377N/A# Makefile for building JDBC API and JDBC RowSet
1377N/A#
1377N/A
5593N/ABUILDDIR = ../../..
5593N/APACKAGE = com.sun.sql
1377N/APRODUCT = sun
1377N/Ainclude $(BUILDDIR)/common/Defs.gmk
1377N/A
1377N/A#
5593N/A# Files to compile.
1377N/A#
1377N/AAUTO_FILES_JAVA_DIRS = com/sun/sql
5593N/A
2899N/A#
5680N/A# Rules.
5680N/A#
5680N/Ainclude $(BUILDDIR)/common/Classes.gmk
5680N/A