⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bake.mak

📁 项目是为日本瑞萨工作所做的BAKE炉温控系统 整个文件夹包括设计文档
💻 MAK
字号:
CC = C:\PROGRA~1\MT-IDE~1\bin\sdcc08
AS = C:\PROGRA~1\MT-IDE~1\bin\sdas08
CFLAGS =   -IC:\PROGRA~1\MT-IDE~1\Include -e  -l -g -Wf-xmem 
LFLAGS =  -LC:\PROGRA~1\MT-IDE~1\Lib\ -g -blit:0X9000 -bvregs:0X0040.0X023F -dinit_sp:0X023F -fmots19
FILES = Main.o Setup.o Vectors08.o ADC11P.o SPIInit.o LCD.o SwitchOutput.o Timer.o Show.o Flash.o InputCapture.o SCI.o 

bake: $(FILES)
	$(CC) -o bake $(LFLAGS) @bake.lk  
Main.o: Main.c GP32C.h Includes.h ADC11P.h EnDisInt.h Type.h LCD.h SwitchOutput.h Timer.h Show.h Flash.h InputCapture.h SCI.h 
	$(CC) -c $(CFLAGS) Main.c
Setup.o: Setup.c GP32C.h Includes.h ADC11P.h EnDisInt.h Type.h LCD.h SwitchOutput.h Timer.h Show.h Flash.h InputCapture.h SCI.h 
	$(CC) -c $(CFLAGS) Setup.c
Vectors08.o: Vectors08.c GP32C.h Includes.h ADC11P.h EnDisInt.h Type.h LCD.h SwitchOutput.h Timer.h Show.h Flash.h InputCapture.h SCI.h 
	$(CC) -c $(CFLAGS) Vectors08.c
ADC11P.o: ADC11P.c GP32C.h Includes.h ADC11P.h EnDisInt.h Type.h LCD.h SwitchOutput.h Timer.h Show.h Flash.h InputCapture.h SCI.h 
	$(CC) -c $(CFLAGS) ADC11P.c
SPIInit.o: SPIInit.c GP32C.h Includes.h ADC11P.h EnDisInt.h Type.h LCD.h SwitchOutput.h Timer.h Show.h Flash.h InputCapture.h SCI.h 
	$(CC) -c $(CFLAGS) SPIInit.c
LCD.o: LCD.c GP32C.h Includes.h ADC11P.h EnDisInt.h Type.h LCD.h SwitchOutput.h Timer.h Show.h Flash.h InputCapture.h SCI.h 
	$(CC) -c $(CFLAGS) LCD.c
SwitchOutput.o: SwitchOutput.c GP32C.h Includes.h ADC11P.h EnDisInt.h Type.h LCD.h SwitchOutput.h Timer.h Show.h Flash.h InputCapture.h SCI.h 
	$(CC) -c $(CFLAGS) SwitchOutput.c
Timer.o: Timer.c GP32C.h Includes.h ADC11P.h EnDisInt.h Type.h LCD.h SwitchOutput.h Timer.h Show.h Flash.h InputCapture.h SCI.h 
	$(CC) -c $(CFLAGS) Timer.c
Show.o: Show.c GP32C.h Includes.h ADC11P.h EnDisInt.h Type.h LCD.h SwitchOutput.h Timer.h Show.h Flash.h InputCapture.h SCI.h 
	$(CC) -c $(CFLAGS) Show.c
Flash.o: Flash.c GP32C.h Includes.h ADC11P.h EnDisInt.h Type.h LCD.h SwitchOutput.h Timer.h Show.h Flash.h InputCapture.h SCI.h 
	$(CC) -c $(CFLAGS) Flash.c
InputCapture.o: InputCapture.c GP32C.h Includes.h ADC11P.h EnDisInt.h Type.h LCD.h SwitchOutput.h Timer.h Show.h Flash.h InputCapture.h SCI.h 
	$(CC) -c $(CFLAGS) InputCapture.c
SCI.o: SCI.c GP32C.h Includes.h ADC11P.h EnDisInt.h Type.h LCD.h SwitchOutput.h Timer.h Show.h Flash.h InputCapture.h SCI.h 
	$(CC) -c $(CFLAGS) SCI.c

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -