makefile
来自「Xilinx ISE&EDK 8.2平台的嵌入式MiNiVOS服务器」· 代码 · 共 44 行
TXT
44 行
EXEC = pingOBJS = ping.oall: $(EXEC)$(EXEC): $(OBJS) $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS$(LDLIBS_$@))romfs: $(ROMFSINST) /bin/$(EXEC) chmod 644 about\ us/*.* chmod 644 home/*.* chmod 644 introduction/*.* chmod 644 introduction/images/*.* chmod 644 play\ the\ game/*.* chmod 644 play\ the\ game/images/*.* chmod 644 play\ the\ game/sound/*.* chmod 644 test/*.* chmod 755 test/xledctl.cgi chmod 755 play\ the\ game/xledctl.cgi chmod 644 test/images/*.* mkdir ../../romfs/home/httpd/about\ us mkdir ../../romfs/home/httpd/home mkdir ../../romfs/home/httpd/test mkdir ../../romfs/home/httpd/test/images mkdir ../../romfs/home/httpd/introduction mkdir ../../romfs/home/httpd/introduction/images mkdir ../../romfs/home/httpd/play\ the\ game mkdir ../../romfs/home/httpd/play\ the\ game/images mkdir ../../romfs/home/httpd/play\ the\ game/sound cp about\ us/*.* ../../romfs/home/httpd/about\ us cp home/*.* ../../romfs/home/httpd/home cp test/*.* ../../romfs/home/httpd/test cp test/images/*.* ../../romfs/home/httpd/test/images cp introduction/*.* ../../romfs/home/httpd/introduction cp introduction/images/*.* ../../romfs/home/httpd/introduction/images cp play\ the\ game/*.* ../../romfs/home/httpd/play\ the\ game cp play\ the\ game/images/*.* ../../romfs/home/httpd/play\ the\ game/images cp play\ the\ game/sound/*.* ../../romfs/home/httpd/play\ the\ game/soundclean: -rm -f $(EXEC) *.elf *.gdb *.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?