📄 makefile
字号:
## Ok this is taken from an automaked file and tweaked out#include ../../platform-settingsCFLAGS:=$(CFLAGS)lib_HEADERS= \ asciitab.h \ hashtable.h \ iasciitab.h \ latin1tab.h \ lib.h \ nametab.h \ utf8tab.h \ xmldef.h \ xmlparse.h \ xmlrole.h \ xmltok.h \ xmltok_impl.hlib_OBJECTS = \ expat.o \ base64.o \ genhash.o \ hashtable.o \ jid.o \ jpacket.o \ jutil.o \ karma.o \ pool.o \ pproxy.o \ rate.o \ sha.o \ snprintf.o \ socket.o \ str.o \ xmlnode.o \ xmlparse.o \ xmlrole.o \ xmltok.o \ xhash.o \ xstream.o$(lib_OBJECTS): $(lib_HEADERS)single: staticstatic: $(lib_OBJECTS) $(lib_HEADERS)all: $(lib_OBJECTS) $(lib_HEADERS)clean: rm -f $(lib_OBJECTS) jabberd
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -