javacommons/jvms/subsystem.mk
changeset 78 71ad690e91f5
parent 21 2a9601315dfc
equal deleted inserted replaced
72:1f0034e370aa 78:71ad690e91f5
    16 
    16 
    17 include $(JAVA_SRC_ROOT)/build/Makefile.defs
    17 include $(JAVA_SRC_ROOT)/build/Makefile.defs
    18 
    18 
    19 COMPONENTS = \
    19 COMPONENTS = \
    20 	nativeportlayer/build \
    20 	nativeportlayer/build \
    21 	j9utils/threaddump/build \
    21 	j9utils/threaddump/build
    22 	j9
    22 
       
    23 # Component j9 is needed only if the package hasn't been split
       
    24 ifndef RD_JAVA_PKG_SPLIT
       
    25    COMPONENTS += j9
       
    26 endif    
    23 
    27 
    24 SYMBIAN_ONLY = nativeportlayer/build
    28 SYMBIAN_ONLY = nativeportlayer/build
    25 LINUX_ONLY = 
    29 LINUX_ONLY = 
    26 
    30 
       
    31 # Declare that release preparation removes subdirectories not in build, except
       
    32 # listed special cases
       
    33 REMOVE_NOTBUILT_EXCLUDING = 
       
    34 
       
    35 
    27 include ${JAVA_SRC_ROOT}/build/Makefile.subsystem
    36 include ${JAVA_SRC_ROOT}/build/Makefile.subsystem