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