jdk/make/com/sun/Makefile
changeset 4917 c98da2209f8c
parent 2542 d859108aea12
child 4970 256bdcae527c
equal deleted inserted replaced
4916:de44744708a2 4917:c98da2209f8c
    36   ifneq ("$(ORG_EXISTS)", "") 
    36   ifneq ("$(ORG_EXISTS)", "") 
    37     SCRIPT_SUBDIR = script
    37     SCRIPT_SUBDIR = script
    38   endif
    38   endif
    39 endif
    39 endif
    40 
    40 
       
    41 # jarsigner is part of JRE
       
    42 SUBDIRS = java security net/ssl jarsigner
       
    43 
       
    44 SUBDIRS_management = jmx
       
    45 SUBDIRS_desktop    = image inputmethods
       
    46 SUBDIRS_enterprise = crypto/provider jndi \
       
    47                      org xml rowset net/httpserver
       
    48 SUBDIRS_misc       = $(SCRIPT_SUBDIR) tracing servicetag nio demo
       
    49 
    41 # Omit mirror since it's built with the apt tool.
    50 # Omit mirror since it's built with the apt tool.
    42 SUBDIRS = $(SCRIPT_SUBDIR) image security crypto/provider jndi jmx \
    51 SUBDIRS_tools      = tools
    43     java inputmethods org xml rowset net/httpserver net/ssl demo \
    52 
    44     tools jarsigner tracing servicetag nio
    53 include $(BUILDDIR)/common/Subdirs.gmk
    45 
    54 
    46 all build clean clobber::
    55 all build clean clobber::
    47 	$(SUBDIRS-loop)
    56 	$(SUBDIRS-loop)
    48 
    57