javatools/subsystem.mk
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    17 include $(JAVA_SRC_ROOT)/build/Makefile.defs
    17 include $(JAVA_SRC_ROOT)/build/Makefile.defs
    18 
    18 
    19 # Common
    19 # Common
    20 COMPONENTS = \
    20 COMPONENTS = \
    21 	tckrunner/starter/build \
    21 	tckrunner/starter/build \
    22 	tckrunner/runner/build \
    22 	tckrunner/runner/build
    23 	javacontrolpanel/starter/build \
       
    24 	javacontrolpanel/controlpanel/build \
       
    25 
    23 
    26 # Platform specific
    24 # Platform specific
    27 ifeq ($(BUILDENV),symbian)
    25 ifeq ($(BUILDENV),symbian)
    28 
    26 
    29 COMPONENTS += \
    27 COMPONENTS += \
    40 	javapostupdater/build \
    38 	javapostupdater/build \
    41 	certificatesconfigurator/build \
    39 	certificatesconfigurator/build \
    42 	usersettingsconfigurator/build \
    40 	usersettingsconfigurator/build \
    43 	javarestoreconverter/build 
    41 	javarestoreconverter/build 
    44 
    42 
    45 else
       
    46 
       
    47 COMPONENTS += \
       
    48 	javafinishjrtinstall/build
       
    49 
       
    50 endif
    43 endif
    51 
    44 
    52 NONQTSUBSYSTEMS += \
    45 NONQTSUBSYSTEMS += \
       
    46 	javacaptain_app/build \
    53 	testcerts
    47 	testcerts
    54 
    48 
    55 endif
    49 endif
    56 
    50 
    57 # Declare that release preparation removes subdirectories not in build, except
    51 # Declare that release preparation removes subdirectories not in build, except