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

📄 httpd.mak

📁 单片机C语言程序设计实训100例--基于AVR+PROTEUS仿真
💻 MAK
字号:
CC = iccavr
LIB = ilibw
CFLAGS =  -IC:\ethernut-4.9.7\nutbld_13h\include -IC:\ethernut-4.9.7\nut\include\crt\iccavr -IC:\ethernut-4.9.7\nut\include -e -D__ICC_VERSION="7.16A" -DETHERNUT1 -D_MCU_enhanced -D__HARVARD_ARCH__ -DATMEGA -DCONST="" -DATMEGA -DATMega128  -l -g -MLongJump -MEnhanced -MHasMul -Wf-use_elpm -Wf-const_is_flash -DCONST="" 
ASFLAGS = $(CFLAGS)  -Wa-g
LFLAGS =  -LC:\ethernut-4.9.7\nutbld_13h\lib -g -e:0x20000 -ucrtenutram.o -bfunc_lit:0x8c.0x1000 -dram_end:0x10ff -bdata:0x1100.0x7fff -dFRAM:1 -dhwstk_size:16 -beeprom:0.4096 -fihx_coff C:\ethernut-4.9.7\nutbld_13h\lib\nutinit.o -S2
FILES = urom.o httpserv.o 

HTTPD:	$(FILES)
	$(CC) -o HTTPD $(LFLAGS) @HTTPD.lk   -lnutpro -lnutfs -lnutnet -lnutos -lnutdev -lnutcrt -lnutarch -lcatm128
urom.o: C:\ethernut-4.9.7\nut\include\fs\uromfs.h C:\iccv7avr\include\stddef.h C:\ethernut-4.9.7\nut\include\sys\types.h C:\ethernut-4.9.7\nut\include\compiler.h C:\ethernut-4.9.7\nut\include\arch\avr.h C:\ethernut-4.9.7\nut\include\arch\avr\icc.h C:\iccv7avr\include\macros.h C:\iccv7avr\include\eeprom.h C:\iccv7avr\include\iom128v.h C:\ethernut-4.9.7\nut\include\crt\iccavr\stdint.h
urom.o:	C:\ethernut-4.9.7\nutapp_13h\httpd\urom.c
	$(CC) -c $(CFLAGS) C:\ethernut-4.9.7\nutapp_13h\httpd\urom.c
httpserv.o: C:\ethernut-4.9.7\nutbld_13h\include\cfg\os.h C:\iccv7avr\include\string.h C:\iccv7avr\include\_const.h C:\ethernut-4.9.7\nut\include\io.h C:\ethernut-4.9.7\nut\include\sys\types.h C:\ethernut-4.9.7\nut\include\compiler.h C:\ethernut-4.9.7\nut\include\arch\avr.h C:\ethernut-4.9.7\nut\include\arch\avr\icc.h C:\iccv7avr\include\stddef.h C:\iccv7avr\include\macros.h C:\iccv7avr\include\eeprom.h C:\iccv7avr\include\iom128v.h C:\ethernut-4.9.7\nut\include\fcntl.h C:\ethernut-4.9.7\nut\include\time.h C:\ethernut-4.9.7\nut\include\dev\board.h C:\ethernut-4.9.7\nutbld_13h\include\cfg\arch.h C:\ethernut-4.9.7\nut\include\dev\debug.h C:\ethernut-4.9.7\nut\include\sys\device.h C:\ethernut-4.9.7\nut\include\sys\file.h C:\ethernut-4.9.7\nut\include\crt\iccavr\stdint.h C:\ethernut-4.9.7\nut\include\dev\uart.h C:\ethernut-4.9.7\nut\include\dev\usartavr.h C:\ethernut-4.9.7\nut\include\dev\usart.h C:\ethernut-4.9.7\nut\include\dev\nicrtl.h C:\ethernut-4.9.7\nut\include\dev\netbuf.h C:\ethernut-4.9.7\nut\include\net\if_var.h C:\ethernut-4.9.7\nut\include\net\if_types.h C:\ethernut-4.9.7\nut\include\dev\spibus_avr.h C:\ethernut-4.9.7\nut\include\dev\spibus.h C:\ethernut-4.9.7\nut\include\dev\irqreg.h C:\ethernut-4.9.7\nut\include\dev\irqstack.h C:\ethernut-4.9.7\nut\include\cfg\dev.h C:\ethernut-4.9.7\nut\include\arch\avr\irqreg.h C:\ethernut-4.9.7\nut\include\sys\event.h C:\ethernut-4.9.7\nut\include\sys\thread.h C:\ethernut-4.9.7\nutbld_13h\include\cfg\memory.h C:\ethernut-4.9.7\nut\include\dev\urom.h C:\ethernut-4.9.7\nut\include\dev\nplmmc.h C:\ethernut-4.9.7\nut\include\dev\sbimmc.h C:\ethernut-4.9.7\nut\include\fs\phatfs.h C:\ethernut-4.9.7\nut\include\fs\phatdir.h C:\ethernut-4.9.7\nut\include\dirent.h C:\ethernut-4.9.7\nut\include\sys\stat.h C:\ethernut-4.9.7\nut\include\fs\phat12.h C:\ethernut-4.9.7\nut\include\fs\phat16.h C:\ethernut-4.9.7\nut\include\fs\phat32.h C:\ethernut-4.9.7\nut\include\sys\version.h C:\ethernut-4.9.7\nut\include\sys\timer.h C:\ethernut-4.9.7\nut\include\arch\timer.h C:\ethernut-4.9.7\nut\include\arch\avr\timer.h C:\ethernut-4.9.7\nut\include\sys\heap.h C:\ethernut-4.9.7\nut\include\sys\confnet.h C:\ethernut-4.9.7\nutbld_13h\include\cfg\eeprom.h C:\ethernut-4.9.7\nut\include\sys\socket.h C:\ethernut-4.9.7\nut\include\cfg\udp.h C:\ethernut-4.9.7\nut\include\sys\sock_var.h C:\ethernut-4.9.7\nut\include\netinet\tcp_fsm.h C:\ethernut-4.9.7\nut\include\arpa\inet.h C:\ethernut-4.9.7\nut\include\net\route.h C:\ethernut-4.9.7\nut\include\pro\httpd.h C:\ethernut-4.9.7\nut\include\stdio.h C:\iccv7avr\include\stdarg.h C:\ethernut-4.9.7\nut\include\pro\dhcp.h C:\ethernut-4.9.7\nut\include\cfg\dhcp.h C:\ethernut-4.9.7\nut\include\pro\ssi.h C:\ethernut-4.9.7\nut\include\pro\asp.h C:\ethernut-4.9.7\nut\include\pro\discover.h C:\ethernut-4.9.7\nutbld_13h\include\cfg\discover.h
httpserv.o:	C:\ethernut-4.9.7\nutapp_13h\httpd\httpserv.c
	$(CC) -c $(CFLAGS) C:\ethernut-4.9.7\nutapp_13h\httpd\httpserv.c

⌨️ 快捷键说明

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