Lines Matching refs:CPRE
1 CPRE := @ macro
3 CPRE := macro
12 $(CPRE) scons $(VERB) --board=$(BOARD) $(MAKEFLAGS) -j4
16 $(CPRE) aos sdk
20 $(CPRE) scons -c --board=$(BOARD)
22 $(CPRE) if exist aos_sdk rmdir /s /q aos_sdk
23 $(CPRE) if exist binary rmdir /s /q binary
24 $(CPRE) if exist out rmdir /s /q out
25 $(CPRE) if exist aos.elf del /f /q aos.elf
26 $(CPRE) if exist aos.map del /f /q aos.map
28 $(CPRE) rm -rf aos_sdk binary out aos.elf aos.map