jdk/make/sun/Makefile
changeset 4917 c98da2209f8c
parent 3288 db82a42da273
child 5506 202f599c92aa
equal deleted inserted replaced
4916:de44744708a2 4917:c98da2209f8c
    56 ifdef OPENJDK
    56 ifdef OPENJDK
    57   RENDER_SUBDIR = pisces
    57   RENDER_SUBDIR = pisces
    58 else
    58 else
    59   RENDER_SUBDIR = dcpr
    59   RENDER_SUBDIR = dcpr
    60 endif
    60 endif
       
    61 
    61 # nio need to be compiled before awt to have all charsets ready
    62 # nio need to be compiled before awt to have all charsets ready
    62 SUBDIRS = jar security javazic misc jkernel net audio $(RENDER_SUBDIR) image \
    63 SUBDIRS            = jar security javazic misc net nio text launcher
    63 	  nio awt splashscreen $(XAWT_SUBDIR) \
    64 SUBDIRS_desktop    = audio $(RENDER_SUBDIR) image \
    64           $(HEADLESS_SUBDIR) $(DGA_SUBDIR) \
    65                      awt splashscreen $(XAWT_SUBDIR) \
    65 	  font jpeg cmm applet rmi beans $(JDBC_SUBDIR) \
    66                      $(HEADLESS_SUBDIR) $(DGA_SUBDIR) \
    66 	  jawt text launcher management $(ORG_SUBDIR) \
    67                      jawt font jpeg cmm applet beans
    67           native2ascii serialver tools jconsole tracing
    68 SUBDIRS_management = management
       
    69 SUBDIRS_misc       = jkernel $(ORG_SUBDIR) \
       
    70                      rmi $(JDBC_SUBDIR) tracing
       
    71 SUBDIRS_tools      = native2ascii serialver tools jconsole
       
    72 include $(BUILDDIR)/common/Subdirs.gmk
    68 
    73 
    69 all build clean clobber::
    74 all build clean clobber::
    70 	$(SUBDIRS-loop)
    75 	$(SUBDIRS-loop)
    71 
    76