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

📄 makefile

📁 ftam等标准协议服务器和客户端的源代码。
💻
字号:
################################################################################   Instructions to Make, for compilation of other QUIPU programs################################################################################################################################################################ $Header: /xtel/isode/isode/others/quipu/RCS/Makefile,v 9.0 1992/06/16 12:43:19 isode Rel $### $Log: Makefile,v $# Revision 9.0  1992/06/16  12:43:19  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.################################################################################ALLDIR  =	photo imageEVERYDIR=	uips EXTRA	=       tools/dsastatsOTHERS	=	toolsDIRS	=	$(ALLDIR) $(EVERYDIR)################################################################### 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); \		    doneeverything:;	@for i in $(ALLDIR) $(EXTRA); \		    do (echo "cd $$i; $(MAKE) all"; \			      cd $$i; $(MAKE) all); \		    done		@for i in $(EVERYDIR); \		    do (echo "cd $$i; $(MAKE) everything"; \			      cd $$i; $(MAKE) everything); \		    doneinst-everything:;  @for i in $(ALLDIR) $(EXTRA); \		    do (echo "cd $$i; $(MAKE) inst-all"; \			      cd $$i; $(MAKE) inst-all); \		    done		@for i in $(EVERYDIR); \		    do (echo "cd $$i; $(MAKE) inst-everything"; \			      cd $$i; $(MAKE) inst-everything); \		    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################################################################### pilot##################################################################pilot:;		@for i in uips/dish uips/fred tools/dsaconfig; \		    do (echo "cd $$i; $(MAKE) all"; \			      cd $$i; $(MAKE) all); \		    doneinst-pilot:;	@for i in uips/dish uips/fred tools/dsaconfig; \		    do (echo "cd $$i; $(MAKE) inst-all"; \			      cd $$i; $(MAKE) inst-all); \		    done

⌨️ 快捷键说明

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