tv_power_tester.mak

来自「MCU控制继电器做的电源老化测试程序.每次测100次」· MAK 代码 · 共 15 行

MAK
15
字号
CC = iccavr
CFLAGS =  -IE:\company\hardware\eboda\LCD_TV\TV_power_tester -e -DATMega8  -l -g -Mavr_enhanced_small -Wa-W 
ASFLAGS = $(CFLAGS)  -Wa-g
LFLAGS =  -LC:\icc\lib\ -g -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0x60.0x45f -dhwstk_size:20 -beeprom:1.512 -fihx_coff -S2
FILES = funcation.o main.o 

TV_power_tester:	$(FILES)
	$(CC) -o TV_power_tester $(LFLAGS) @TV_power_tester.lk  
funcation.o: E:/company/hardware/eboda/LCD_TV/TV_power_tester/iom8v.h E:/company/hardware/eboda/LCD_TV/TV_power_tester/define.h E:/company/hardware/eboda/LCD_TV/TV_power_tester/iom8v.h
funcation.o:	E:\company\hardware\eboda\LCD_TV\TV_power_tester\funcation.c
	$(CC) -c $(CFLAGS) E:\company\hardware\eboda\LCD_TV\TV_power_tester\funcation.c
main.o: E:/company/hardware/eboda/LCD_TV/TV_power_tester/iom8v.h E:/company/hardware/eboda/LCD_TV/TV_power_tester/define.h E:/company/hardware/eboda/LCD_TV/TV_power_tester/iom8v.h
main.o:	E:\company\hardware\eboda\LCD_TV\TV_power_tester\main.c
	$(CC) -c $(CFLAGS) E:\company\hardware\eboda\LCD_TV\TV_power_tester\main.c

⌨️ 快捷键说明

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