bake.mak

来自「为日本瑞萨苏州分公司做的一个温控系统」· MAK 代码 · 共 31 行

MAK
31
字号
CC = D:\PROGRA~1\MT-IDE\bin\sdcc08
AS = D:\PROGRA~1\MT-IDE\bin\sdas08
CFLAGS =   -ID:\PROGRA~1\MT-IDE\Include -e  -l -g
LFLAGS =  -LD:\PROGRA~1\MT-IDE\Lib\ -g -blit:0X9000 -bvregs:0X0040.0X023F -dinit_sp:0X023F -fmots19
FILES = Main.o Setup.o Vectors08.o ADC11P.o H08SCI.o SPIInit.o LCD.o SwitchOutput.o Timer.o Show.o Flash.o 

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

⌨️ 快捷键说明

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