build/makefile
changeset 78 71ad690e91f5
parent 67 63b81d807542
child 80 d6dafc5d983f
equal deleted inserted replaced
72:1f0034e370aa 78:71ad690e91f5
    92 clean_java: cleanapijars
    92 clean_java: cleanapijars
    93 cleanapijars:
    93 cleanapijars:
    94 	$(ANT) -f $(JAVA_SRC_ROOT)/build/utilities.xml -q -Dtarget.platform=$(PLATFORM) -Dtarget.cfg=$(VARIANT) clean.api.jars
    94 	$(ANT) -f $(JAVA_SRC_ROOT)/build/utilities.xml -q -Dtarget.platform=$(PLATFORM) -Dtarget.cfg=$(VARIANT) clean.api.jars
    95 
    95 
    96 # Release build for build automation (sbs case is optimized to build on one go)
    96 # Release build for build automation (sbs case is optimized to build on one go)
    97 releasebuild: build_all
    97 releasebuild: build_all sis
       
    98 
       
    99 sis:
    98 ifeq ($(BUILDENV),symbian)
   100 ifeq ($(BUILDENV),symbian)
    99 	$(MAKE) -C $(JAVA_SRC_ROOT)/build/sis all deploy
   101 	$(MAKE) -C $(JAVA_SRC_ROOT)/build/sis all deploy
   100 endif
   102 endif
   101 
   103 
   102 # Generate jar for signature testings.
   104 # Generate jar for signature testings.