jdk/make/sun/rmi/rmid/Makefile
changeset 4665 d14dc3d9e1fa
parent 1820 04d22534971a
child 5506 202f599c92aa
equal deleted inserted replaced
4664:0b0443cbc448 4665:d14dc3d9e1fa
    27 # Install a wrapper for the "rmid" command. The associated classfiles
    27 # Install a wrapper for the "rmid" command. The associated classfiles
    28 # are built at a higher level.
    28 # are built at a higher level.
    29 #
    29 #
    30 
    30 
    31 BUILDDIR = ../../..
    31 BUILDDIR = ../../..
       
    32 MODULE  = rmi-activation
    32 PACKAGE = sun.rmi.activation
    33 PACKAGE = sun.rmi.activation
    33 PRODUCT = sun
    34 PRODUCT = sun
    34 include $(BUILDDIR)/common/Defs.gmk
    35 include $(BUILDDIR)/common/Defs.gmk
    35 
    36 
    36 build: stubs 
    37 build: stubs rmid
    37 
    38 
    38 #
    39 #
    39 # Resources
    40 # Resources
    40 #
    41 #
    41 LOCALE_SET_DEFINITION = jre
    42 LOCALE_SET_DEFINITION = jre
    73 #
    74 #
    74 # Rules to
    75 # Rules to
    75 #
    76 #
    76 include $(BUILDDIR)/common/Classes.gmk
    77 include $(BUILDDIR)/common/Classes.gmk
    77 
    78 
    78 
    79 rmid:
       
    80 	$(call make-launcher, rmid, sun.rmi.server.Activation, , )