Makefile revision 5559
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync#
c7769c4b7e84511fcc4a12a85a04dd7fbfd82b46vboxsync# Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync#
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# This code is free software; you can redistribute it and/or modify it
c7769c4b7e84511fcc4a12a85a04dd7fbfd82b46vboxsync# under the terms of the GNU General Public License version 2 only, as
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# published by the Free Software Foundation. Oracle designates this
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# particular file as subject to the "Classpath" exception as provided
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# by Oracle in the LICENSE file that accompanied this code.
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync#
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# version 2 for more details (a copy is included in the LICENSE file that
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# accompanied this code).
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync#
c7769c4b7e84511fcc4a12a85a04dd7fbfd82b46vboxsync# You should have received a copy of the GNU General Public License version
c7769c4b7e84511fcc4a12a85a04dd7fbfd82b46vboxsync# 2 along with this work; if not, write to the Free Software Foundation,
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
8bf8c6b1914c9e7e60b1547888400668f1774497vboxsync#
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
0de1998ac52682bb5322df476e45f237265ea9b7vboxsync# or visit www.oracle.com if you need additional information or have any
9f72be0517ae135bdd3e6ee140d3321b40aeb6e7vboxsync# questions.
18b80092844ac2b9171ddf150c54eefda051d771vboxsync#
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync
8bf8c6b1914c9e7e60b1547888400668f1774497vboxsync#
d05e0aca826e72aa0cc78aced33dc8fc036c4483vboxsync# Makefile for building sun.rmi.registry.* and the "rmiregistry" command
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync#
8bf8c6b1914c9e7e60b1547888400668f1774497vboxsync
8bf8c6b1914c9e7e60b1547888400668f1774497vboxsyncBUILDDIR = ../../..
68436b7f7bc35d8d020343b68ff117c3decdeacdvboxsyncJAVAC_MAX_WARNINGS = true
312d51eaa6198f716bbfc75767283412bab999d7vboxsyncJAVAC_WARNINGS_FATAL = true
312d51eaa6198f716bbfc75767283412bab999d7vboxsyncJAVAC_LINT_OPTIONS = -Xlint:all,-deprecation
312d51eaa6198f716bbfc75767283412bab999d7vboxsyncPACKAGE = sun.rmi.registry
312d51eaa6198f716bbfc75767283412bab999d7vboxsyncPRODUCT = sun
7a0d82615ea8dce4fc6c090fff7a24dcc621f7a8vboxsyncinclude $(BUILDDIR)/common/Defs.gmk
7a0d82615ea8dce4fc6c090fff7a24dcc621f7a8vboxsync
312d51eaa6198f716bbfc75767283412bab999d7vboxsync#
8bf8c6b1914c9e7e60b1547888400668f1774497vboxsync# Files
8bf8c6b1914c9e7e60b1547888400668f1774497vboxsync#
83fd17a3a00dc7bf6a36e23bbd2393dfc953da06vboxsyncAUTO_FILES_JAVA_DIRS = sun/rmi/registry
40b38a663dc0fd3003f7cdb0a69a01959d79b1f0vboxsync
0019a5195e700f7380e64717fcb10e1ce0fcfd91vboxsync#
9161d9a8318db73b2848c1feaef3880980474e64vboxsync# Resources
4429cc47d1e3ca88d6237e5ee7a876dc409cdc24vboxsync#
8bf8c6b1914c9e7e60b1547888400668f1774497vboxsyncLOCALE_SET_DEFINITION = jre
8bf8c6b1914c9e7e60b1547888400668f1774497vboxsyncRESOURCE_BUNDLES_UNCOMPILED_PROPERTIES = $(PKGDIR)/resources/rmiregistry.properties
8bf8c6b1914c9e7e60b1547888400668f1774497vboxsync
1ae2aeb1d8bb1614cf94d8de9a5afed3a2510161vboxsync#
236f71c54929e835b07c91ace8d7009beb6bf4bdvboxsync# Rules
1ae2aeb1d8bb1614cf94d8de9a5afed3a2510161vboxsync#
1ae2aeb1d8bb1614cf94d8de9a5afed3a2510161vboxsyncinclude $(BUILDDIR)/common/Classes.gmk
cd2563833557c14e1739f8e10c4922061708caf1vboxsync
04e845ee9ef813501cd2570a4188cb852d170408vboxsyncbuild: rmiregistry
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync
085bc29163eb87e345acaae02789e4c233d51f3bvboxsyncrmiregistry:
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync $(call make-launcher, rmiregistry, sun.rmi.registry.RegistryImpl, , )
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync