Makefile revision 2080
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# Copyright 1996-2005 Sun Microsystems, Inc. All Rights Reserved.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# This code is free software; you can redistribute it and/or modify it
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# under the terms of the GNU General Public License version 2 only, as
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# published by the Free Software Foundation. Sun designates this
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# particular file as subject to the "Classpath" exception as provided
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# by Sun in the LICENSE file that accompanied this code.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# version 2 for more details (a copy is included in the LICENSE file that
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# accompanied this code).
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# You should have received a copy of the GNU General Public License version
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# 2 along with this work; if not, write to the Free Software Foundation,
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# CA 95054 USA or visit www.sun.com if you need additional information or
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# have any questions.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# Makefile for building all of JDBC
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncBUILDDIR = ../..
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncMODULE = jdbc-base
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncPACKAGE = java.sql
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncPRODUCT = sun
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncinclude $(BUILDDIR)/common/Defs.gmk
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# Files to compile.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncAUTO_FILES_JAVA_DIRS = java/sql
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# Rules.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncinclude $(BUILDDIR)/common/Classes.gmk
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync