📄 i2c抢答器_主机程序.mak
字号:
CC = iccavr
CFLAGS = -Ic:\icc\include\ -e -DATMega48 -l -g -Mavr_enhanced_small
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -Lc:\icc\lib\ -g -bfunc_lit:0x34.0x1000 -dram_end:0x2ff -bdata:0x100.0x2ff -dhwstk_size:32 -beeprom:1.256 -fihx_coff -S2
FILES = HD_Support.o EX_Support.o System.o
I2C抢答器_主机程序: $(FILES)
$(CC) -o I2C抢答器_主机程序 $(LFLAGS) @I2C抢答器_主机程序.lk
HD_Support.o: D:\实例17_I2C抢答器_主机程序/PF_Config.h D:\实例17_I2C抢答器_主机程序/RD_MacroAndConst.h c:/icc/include/macros.h D:\实例17_I2C抢答器_主机程序/LIB_Config.h D:\实例17_I2C抢答器_主机程序/RD_MacroAndConst.h\
D:\实例17_I2C抢答器_主机程序/HD_Support.h c:/icc/include/iom48v.h D:\实例17_I2C抢答器_主机程序/RD_UseAVRPortBit.h D:\实例17_I2C抢答器_主机程序/RD_UseBITs.h D:\实例17_I2C抢答器_主机程序/RD_MacroAndConst.h D:\实例17_I2C抢答器_主机程序/EX_Support.h\
D:\实例17_I2C抢答器_主机程序/HD_Support.h
HD_Support.o: D:\实例17_I2C抢答器_主机程序\HD_Support.c
$(CC) -c $(CFLAGS) D:\实例17_I2C抢答器_主机程序\HD_Support.c
EX_Support.o: D:\实例17_I2C抢答器_主机程序/PF_Config.h D:\实例17_I2C抢答器_主机程序/RD_MacroAndConst.h c:/icc/include/macros.h D:\实例17_I2C抢答器_主机程序/LIB_Config.h D:\实例17_I2C抢答器_主机程序/RD_MacroAndConst.h\
D:\实例17_I2C抢答器_主机程序/HD_Support.h c:/icc/include/iom48v.h D:\实例17_I2C抢答器_主机程序/RD_UseAVRPortBit.h D:\实例17_I2C抢答器_主机程序/RD_UseBITs.h D:\实例17_I2C抢答器_主机程序/RD_MacroAndConst.h D:\实例17_I2C抢答器_主机程序/EX_Support.h\
D:\实例17_I2C抢答器_主机程序/HD_Support.h D:\实例17_I2C抢答器_主机程序/EX_Support.h
EX_Support.o: D:\实例17_I2C抢答器_主机程序\EX_Support.c
$(CC) -c $(CFLAGS) D:\实例17_I2C抢答器_主机程序\EX_Support.c
System.o: D:\实例17_I2C抢答器_主机程序/PF_Config.h D:\实例17_I2C抢答器_主机程序/RD_MacroAndConst.h c:/icc/include/macros.h D:\实例17_I2C抢答器_主机程序/LIB_Config.h D:\实例17_I2C抢答器_主机程序/RD_MacroAndConst.h\
D:\实例17_I2C抢答器_主机程序/HD_Support.h c:/icc/include/iom48v.h D:\实例17_I2C抢答器_主机程序/RD_UseAVRPortBit.h D:\实例17_I2C抢答器_主机程序/RD_UseBITs.h D:\实例17_I2C抢答器_主机程序/RD_MacroAndConst.h D:\实例17_I2C抢答器_主机程序/EX_Support.h
System.o: D:\实例17_I2C抢答器_主机程序\System.c
$(CC) -c $(CFLAGS) D:\实例17_I2C抢答器_主机程序\System.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -