build/Makefile.comp
branchRCL_3
changeset 21 4376525cdefb
parent 18 9ac0a0a7da70
child 24 6c158198356e
equal deleted inserted replaced
19:71c436fe3ce0 21:4376525cdefb
   117 endif
   117 endif
   118 
   118 
   119 # Symbian ----------------------------------
   119 # Symbian ----------------------------------
   120 ifeq ($(BUILDENV),symbian)
   120 ifeq ($(BUILDENV),symbian)
   121 
   121 
   122 all: qmake java native
   122 all: qmake java native codescanner
   123 
   123 
   124 # Extract basename of current component
   124 # Extract basename of current component
   125 BASENAME = $(basename $(PRO_FILE))
   125 BASENAME = $(basename $(PRO_FILE))
   126 
   126 
   127 # Use separate qmakefix run, so that wildcards are evaluated with 
   127 # Use separate qmakefix run, so that wildcards are evaluated with 
   167 	-$(call RMFILES,abld.bat bld.inf* Makefile* $(BASENAME).mmp $(BASENAME)_*.mmp $(BASENAME)_*.pkg $(BASENAME)_reg.rss eabi_stl4/*)
   167 	-$(call RMFILES,abld.bat bld.inf* Makefile* $(BASENAME).mmp $(BASENAME)_*.mmp $(BASENAME)_*.pkg $(BASENAME)_reg.rss eabi_stl4/*)
   168 	-$(call RMDIR, eabi_stl4) > $(DEVNULL) 2>&1
   168 	-$(call RMDIR, eabi_stl4) > $(DEVNULL) 2>&1
   169 
   169 
   170 clean_qmake:
   170 clean_qmake:
   171 	-$(call RMFILES,abld.bat bld.inf* Makefile* $(BASENAME).mmp $(BASENAME)_*.mmp $(BASENAME)_*.pkg $(BASENAME)_reg.rss eabi_stl4/*)
   171 	-$(call RMFILES,abld.bat bld.inf* Makefile* $(BASENAME).mmp $(BASENAME)_*.mmp $(BASENAME)_*.pkg $(BASENAME)_reg.rss eabi_stl4/*)
       
   172 
       
   173 # Use Carbide CodeScanner to list high-level issues
       
   174 codescanner:
       
   175 ifneq ($(call PATHSEARCH,codescanner.exe),)
       
   176 	$(call CODESCANNER,..)
       
   177 endif
   172 
   178 
   173 # Symbian SBS ------------------------------
   179 # Symbian SBS ------------------------------
   174 ifdef USESBS
   180 ifdef USESBS
   175 
   181 
   176 export: 
   182 export: