#
# @(#)GNUmakefile	1.12 99/01/18
#
# Makefile for building sun.rmi.registry.* and the "rmiregistry" command
#

BUILDDIR = ../../..
PACKAGE = sun.rmi.registry
PRODUCT = sun
PROGRAM = rmiregistry
include $(BUILDDIR)/Platform.gmk
include $(BUILDDIR)/makefiles/Defs.gmk

#
# Files to compile.
#
include $(MINCLUDES)sun_rmi_registry.jmk

#
# Rules.
#
JAVA_ARGS = "{ \"-J-ms8m\", \"sun.rmi.registry.RegistryImpl\" }"
include $(BUILDDIR)/makefiles/Program.gmk

#
# Resources.
#
RESOURCE_FILES    = rmiregistry.properties
RESOURCE_DEST_DIR = $(CLASSBINDIR)/sun/rmi/registry/resources
RESOURCE_SRC_DIR  = $(SHARE_SRC)/classes/sun/rmi/registry/resources
include $(BUILDDIR)/makefiles/Resources.gmk
