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

📄 i2c抢答器_主机程序.mak

📁 《深入浅出AVR单片机——从ATmega48/88/168开始》的实例程序源代码
💻 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 + -