makefile

来自「proxy源代码,linux下的ftp 代理的源代码,大家多多支持啊」· 代码 · 共 27 行

TXT
27
字号
## Uncomment following for Solaris compile (need gnu make for top level# make file)##OSFLAG = -DSOLARIS#OSLIB = -lnsl -lsocketCC =		gccCFLAGS =	-O2 -Wall -ggdb -DVERSION=\"$(VERSION)\" ${OSFLAG}FTPPROXY =	main.o config.o ftp.o daemon.o ip-lib.o lib.oTARGETS =	ftp.proxyall:		$(TARGETS)	-ctags *.[ch]ftp.proxy:	$(FTPPROXY)	$(CC) -o $@ $(FTPPROXY) ${OSLIB}	clean:	rm -f *.o cut out $(TARGETS) $(TAR).tgz

⌨️ 快捷键说明

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