make/com/sun/Makefile

Print this page




  30 BUILDDIR = ../..
  31 PRODUCT = sun
  32 include $(BUILDDIR)/common/Defs.gmk
  33 
  34 ifndef OPENJDK
  35   ORG_EXISTS := $(call DirExists,$(CLOSED_SRC)/share/classes/sun/org,,)
  36   ifneq ("$(ORG_EXISTS)", "") 
  37     SCRIPT_SUBDIR = script
  38   endif
  39 endif
  40 
  41 # jarsigner is part of JRE
  42 SUBDIRS = java security net/ssl jarsigner
  43 
  44 SUBDIRS_management = jmx
  45 SUBDIRS_desktop    = image
  46 SUBDIRS_enterprise = crypto/provider jndi \
  47                      org rowset net/httpserver
  48 SUBDIRS_misc       = $(SCRIPT_SUBDIR) tracing servicetag nio demo
  49 
  50 # Omit mirror since it's built with the apt tool.
  51 SUBDIRS_tools      = tools
  52 
  53 include $(BUILDDIR)/common/Subdirs.gmk
  54 
  55 all build clean clobber::
  56         $(SUBDIRS-loop)
  57 


  30 BUILDDIR = ../..
  31 PRODUCT = sun
  32 include $(BUILDDIR)/common/Defs.gmk
  33 
  34 ifndef OPENJDK
  35   ORG_EXISTS := $(call DirExists,$(CLOSED_SRC)/share/classes/sun/org,,)
  36   ifneq ("$(ORG_EXISTS)", "") 
  37     SCRIPT_SUBDIR = script
  38   endif
  39 endif
  40 
  41 # jarsigner is part of JRE
  42 SUBDIRS = java security net/ssl jarsigner
  43 
  44 SUBDIRS_management = jmx
  45 SUBDIRS_desktop    = image
  46 SUBDIRS_enterprise = crypto/provider jndi \
  47                      org rowset net/httpserver
  48 SUBDIRS_misc       = $(SCRIPT_SUBDIR) tracing servicetag nio demo
  49 

  50 SUBDIRS_tools      = tools
  51 
  52 include $(BUILDDIR)/common/Subdirs.gmk
  53 
  54 all build clean clobber::
  55         $(SUBDIRS-loop)
  56