4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsync#
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsync# Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsync#
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsync# This code is free software; you can redistribute it and/or modify it
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync# under the terms of the GNU General Public License version 2 only, as
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# published by the Free Software Foundation. Oracle designates this
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# particular file as subject to the "Classpath" exception as provided
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# by Oracle in the LICENSE file that accompanied this code.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# version 2 for more details (a copy is included in the LICENSE file that
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# accompanied this code).
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# You should have received a copy of the GNU General Public License version
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# 2 along with this work; if not, write to the Free Software Foundation,
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# or visit www.oracle.com if you need additional information or have any
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# questions.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync#
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync# Makefile for building intrinsic.properties for Pack200
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync# Unfortunately this file needs to be on its own due
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsync# to a collision of rules with Classes.gmk and Library.gmk
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsync
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsyncBUILDDIR = ../../../../..
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsyncPACKAGE = com.sun.java.util.jar.pack
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsyncPRODUCT = sun
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsyncinclude $(BUILDDIR)/common/Defs.gmk
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsync
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsyncOTHER_PROPERTIES = $(PKGDIR)/intrinsic.properties
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsync
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsync#
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsync# Rules.
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsync#
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsyncinclude $(BUILDDIR)/common/Classes.gmk
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsync
4d939f327b6fe2b8201ab00e2d7e7d12b6d47d23vboxsync