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

📄 makefile

📁 ftam等标准协议服务器和客户端的源代码。
💻
字号:
################################################################################   Instructions to Make, for compilation of QUIPU tools################################################################################################################################################################ $Header: /xtel/isode/isode/others/quipu/tools/RCS/Makefile,v 9.0 1992/06/16 12:43:52 isode Rel $### $Log: Makefile,v $# Revision 9.0  1992/06/16  12:43:52  isode# Release 8.0## ################################################################################################################################################################				 NOTICE##    Acquisition, use, and distribution of this module and related#    materials are subject to the restrictions of a license agreement.#    Consult the Preface in the User's Manual for the full terms of#    this agreement.################################################################################DIRS	=	dsaconfig dsastats scripts dmtoolsOTHERS	=	# dsaconsole################################################################### Here it is...##################################################################all:;		@for i in $(DIRS); \		    do (echo "cd $$i; $(MAKE) all"; \			      cd $$i; $(MAKE) all); \		    doneinst-all:;	@for i in $(DIRS); \		    do (echo "cd $$i; $(MAKE) inst-all"; \			      cd $$i; $(MAKE) inst-all); \		    doneinstall:;	@for i in $(DIRS); \		    do (echo "cd $$i; $(MAKE) install"; \			      cd $$i; $(MAKE) install); \		    donelint:;		@for i in $(DIRS); \		    do (echo "cd $$i; $(MAKE) lint"; \			      cd $$i; $(MAKE) lint); \		    doneclean:;		rm -f _*		@for i in $(DIRS) $(OTHERS); \		    do (echo "cd $$i; $(MAKE) clean"; \			      cd $$i; $(MAKE) clean); \		    donegrind:;		@for i in $(DIRS); \		    do (echo "cd $$i; $(MAKE) grind"; \			      cd $$i; $(MAKE) grind); \		    done

⌨️ 快捷键说明

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