jdk/make/sun/rmi/registry/Makefile
changeset 4665 d14dc3d9e1fa
parent 1820 04d22534971a
child 5506 202f599c92aa
equal deleted inserted replaced
4664:0b0443cbc448 4665:d14dc3d9e1fa
    26 #
    26 #
    27 # Makefile for building sun.rmi.registry.* and the "rmiregistry" command
    27 # Makefile for building sun.rmi.registry.* and the "rmiregistry" command
    28 #
    28 #
    29 
    29 
    30 BUILDDIR = ../../..
    30 BUILDDIR = ../../..
       
    31 MODULE  = rmi
    31 PACKAGE = sun.rmi.registry
    32 PACKAGE = sun.rmi.registry
    32 PRODUCT = sun
    33 PRODUCT = sun
    33 include $(BUILDDIR)/common/Defs.gmk
    34 include $(BUILDDIR)/common/Defs.gmk
    34 
    35 
    35 #
    36 #
    46 #
    47 #
    47 # Rules
    48 # Rules
    48 #
    49 #
    49 include $(BUILDDIR)/common/Classes.gmk
    50 include $(BUILDDIR)/common/Classes.gmk
    50 
    51 
       
    52 build: rmiregistry
       
    53 
       
    54 rmiregistry:
       
    55 	$(call make-launcher, rmiregistry, sun.rmi.registry.RegistryImpl, , )