SHELL=/bin/sh.exe .phony: clean download BASE = megasquirt_DT $(BASE).s19: $(BASE).asm \ burner.asm boot_r12.asm \ flash.inc header.inc init.inc \ thermfactor.inc vector.inc if test -e $(BASE).s19 ; then mv -f $(BASE).s19 $(BASE).sav ; fi casm08Z $(BASE).asm S L D I M C Q ls -laF $(BASE).s19 $(BASE).sav download: $(BASE).s19 download -b $(BASE).s19 flash.inc header.inc init.inc: $(BASE).def ms_prep $(BASE).def rm megatune.xxx #barofactor.inc kpafactor.inc: # genmap #thermfactor.inc: # CTS map for Bosch part 0 280 130 # gentherm2 -c -l'Bosch 0 280 130 028' -t 40,130,200 -F -r 19900,26400,675 #airdenfactor.inc: # Default GM manifold air temperature sensor # gentherm2 -i clean: rm -f $(BASE).ERR \ $(BASE).lst \ $(BASE).map \ $(BASE).s19 rm -f flash.inc init.inc header.inc