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

📄 makefile

📁 凌阳单片机之以太网通讯模组模组
💻
📖 第 1 页 / 共 2 页
字号:
	$(CC) $(CFLAGS) -o "$(OUTDIR)/WPInit.asm" "G:/凌阳单片机/新建文件夹/9.模组资料/以太网通讯模组/以太网DemoCode/DemoCode/code/WPInit.c" 

"$(OUTDIR)\WPInit.obj": "$(OUTDIR)\WPInit.asm"
	$(AS) $(CASFLAGS) $(INCLUDES) -l "$(OUTDIR)\WPInit.lst" -o "$(OUTDIR)\WPInit.obj" "$(OUTDIR)\WPInit.asm" 

"$(OUTDIR)\ethernetif.asm": "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\code\ethernetif.c" "..\code\include\config.h" "..\unip\include\lwipopts.h" "..\unip\include\unsp\include\cc.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\def.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\mem.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\pbuf.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\ip_addr.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\netif.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\tcp.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\udp.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\sys.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\memp.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\stats.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\debug.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\err.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\netif\etharp.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\icmp.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\inet.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\ip.h" "..\unip\include\unsp\include\ethernet.h" "..\unip\include\unsp\include\lib.h" "..\unip\include\unsp\include\pollio.h" "..\unip\include\lwip/opt.h" "..\unip\include\lwip/arch.h" "..\unip\include\lwip/err.h" "..\unip\include\lwip/ip_addr.h" "..\unip\include\lwip/inet.h" "..\unip\include\lwip/pbuf.h" "..\unip\include\lwip/sys.h" "..\unip\include\lwip/mem.h" "..\unip\include\lwip/ip.h" "..\unip\include\lwip/icmp.h" "..\unip\include\lwip/memp.h" "..\unip\include\lwip/netif.h" "..\unip\include\lwip/def.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\unsp\include\cc.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwipopts.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\opt.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\arch.h" "..\unip\include\lwip/debug.h" "..\unip\include\unsp\spce061\Dm9000.h" "..\unip\include\unsp\spce061\hardware.h" 
	$(CC) $(CFLAGS) -o "$(OUTDIR)/ethernetif.asm" "G:/凌阳单片机/新建文件夹/9.模组资料/以太网通讯模组/以太网DemoCode/DemoCode/code/ethernetif.c" 

"$(OUTDIR)\ethernetif.obj": "$(OUTDIR)\ethernetif.asm"
	$(AS) $(CASFLAGS) $(INCLUDES) -l "$(OUTDIR)\ethernetif.lst" -o "$(OUTDIR)\ethernetif.obj" "$(OUTDIR)\ethernetif.asm" 

"$(OUTDIR)\main.asm": "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\code\main.c" "..\code\include\config.h" "..\unip\include\lwipopts.h" "..\unip\include\unsp\include\cc.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\def.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\mem.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\pbuf.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\ip_addr.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\netif.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\tcp.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\udp.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\sys.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\memp.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\stats.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\debug.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\err.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\netif\etharp.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\icmp.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\inet.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\ip.h" "..\unip\include\unsp\include\ethernet.h" "..\unip\include\unsp\include\lib.h" "..\unip\include\unsp\include\pollio.h" "..\unip\include\lwip/opt.h" "..\unip\include\lwip/arch.h" "..\unip\include\lwip/err.h" "..\unip\include\lwip/ip_addr.h" "..\unip\include\lwip/inet.h" "..\unip\include\lwip/pbuf.h" "..\unip\include\lwip/sys.h" "..\unip\include\lwip/mem.h" "..\unip\include\lwip/ip.h" "..\unip\include\lwip/icmp.h" "..\unip\include\lwip/memp.h" "..\unip\include\lwip/netif.h" "..\unip\include\lwip/def.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\unsp\include\cc.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwipopts.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\opt.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\arch.h" "..\unip\include\lwip/debug.h" 
	$(CC) $(CFLAGS) -o "$(OUTDIR)/main.asm" "G:/凌阳单片机/新建文件夹/9.模组资料/以太网通讯模组/以太网DemoCode/DemoCode/code/main.c" 

"$(OUTDIR)\main.obj": "$(OUTDIR)\main.asm"
	$(AS) $(CASFLAGS) $(INCLUDES) -l "$(OUTDIR)\main.lst" -o "$(OUTDIR)\main.obj" "$(OUTDIR)\main.asm" 

"$(OUTDIR)\Isr.obj": "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\code\Isr.asm" "Resource.inc" 
	$(AS) $(ASFLAGS) $(INCLUDES) -l "$(OUTDIR)\Isr.lst" -o "$(OUTDIR)\Isr.obj" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\code\Isr.asm" 

"$(OUTDIR)\Web.asm": "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\code\Web.c" "..\code\include\config.h" "..\unip\include\lwipopts.h" "..\unip\include\unsp\include\cc.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\def.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\mem.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\pbuf.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\ip_addr.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\netif.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\tcp.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\udp.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\sys.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\memp.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\stats.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\debug.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\err.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\netif\etharp.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\icmp.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\inet.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\ip.h" "..\unip\include\unsp\include\ethernet.h" "..\unip\include\unsp\include\lib.h" "..\unip\include\unsp\include\pollio.h" "..\unip\include\lwip/opt.h" "..\unip\include\lwip/arch.h" "..\unip\include\lwip/err.h" "..\unip\include\lwip/ip_addr.h" "..\unip\include\lwip/inet.h" "..\unip\include\lwip/pbuf.h" "..\unip\include\lwip/sys.h" "..\unip\include\lwip/mem.h" "..\unip\include\lwip/ip.h" "..\unip\include\lwip/icmp.h" "..\unip\include\lwip/memp.h" "..\unip\include\lwip/netif.h" "..\unip\include\lwip/def.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\unsp\include\cc.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwipopts.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\opt.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\unip\include\lwip\arch.h" "..\unip\include\lwip/debug.h" "..\code\include\httpd.h" "..\code\include\web.h" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\code\include\fs.h" "..\code\include\fs.h" 
	$(CC) $(CFLAGS) -o "$(OUTDIR)/Web.asm" "G:/凌阳单片机/新建文件夹/9.模组资料/以太网通讯模组/以太网DemoCode/DemoCode/code/Web.c" 

"$(OUTDIR)\Web.obj": "$(OUTDIR)\Web.asm"
	$(AS) $(CASFLAGS) $(INCLUDES) -l "$(OUTDIR)\Web.lst" -o "$(OUTDIR)\Web.obj" "$(OUTDIR)\Web.asm" 

"$(OUTDIR)\System.obj": "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\code\System.asm" "..\unip\include\unsp\spce061\hardware.inc" 
	$(AS) $(ASFLAGS) $(INCLUDES) -l "$(OUTDIR)\System.lst" -o "$(OUTDIR)\System.obj" "G:\凌阳单片机\新建文件夹\9.模组资料\以太网通讯模组\以太网DemoCode\DemoCode\code\System.asm" 


.SUFFIXES : .c .asm .obj .s37 .tsk .res

all :	 "$(OUTDIR)" $(BINFILE)

"$(OUTDIR)" :
	if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

$(BINFILE) : $(OBJFILES) 
	$(LD) $(BINTYPE) $(ARYFILE) $(BINFILE) $(LDFLAGS) $(BODY) $(EXTRAFLAGS)

compile :	 $(OBJFILES)

clean :
	$(RM) "$(OUTDIR)\Resource.obj" 
	$(RM) "$(OUTDIR)\Resource.lst" 
	$(RM) "$(OUTDIR)\fs.obj" 
	$(RM) "$(OUTDIR)\fs.lst" 
	$(RM) "$(OUTDIR)\fs.asm" 
	$(RM) "$(OUTDIR)\httpd.obj" 
	$(RM) "$(OUTDIR)\httpd.lst" 
	$(RM) "$(OUTDIR)\httpd.asm" 
	$(RM) "$(OUTDIR)\WPInit.obj" 
	$(RM) "$(OUTDIR)\WPInit.lst" 
	$(RM) "$(OUTDIR)\WPInit.asm" 
	$(RM) "$(OUTDIR)\ethernetif.obj" 
	$(RM) "$(OUTDIR)\ethernetif.lst" 
	$(RM) "$(OUTDIR)\ethernetif.asm" 
	$(RM) "$(OUTDIR)\main.obj" 
	$(RM) "$(OUTDIR)\main.lst" 
	$(RM) "$(OUTDIR)\main.asm" 
	$(RM) "$(OUTDIR)\Isr.obj" 
	$(RM) "$(OUTDIR)\Isr.lst" 
	$(RM) "$(OUTDIR)\Web.obj" 
	$(RM) "$(OUTDIR)\Web.lst" 
	$(RM) "$(OUTDIR)\Web.asm" 
	$(RM) "$(OUTDIR)\System.obj" 
	$(RM) "$(OUTDIR)\System.lst" 
	$(RM) $(BINFILE) $(SBMFILE) 

.c.asm:
	$(CC) $(CFLAGS) $(INCLUDES) -o "$(OUTDIR)/$@" $<

.asm.obj:
	$(AS) $(ASFLAGS) $(INCLUDES) -o "$(OUTDIR)/$@" $<

⌨️ 快捷键说明

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