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

📄 makefile

📁 操作系统SunOS 4.1.3版本的源码
💻
字号:
##  @(#)Makefile 1.1 92/07/30 SMI#NEWPROTO   = /new_protoOLDPROTO   = /old_protoSHELLSC    = package protocmpDIFFS      = proto.diffsPACK       = package.listall:	 	$(PACK)	$(DIFFS):	protocmp		rm -f $(DIFFS) $(DIFFS).tmp		protocmp $(OLDPROTO) $(NEWPROTO) > $(DIFFS).tmp		grep -v "/usr/openwin" $(DIFFS).tmp > $(DIFFS) 		rm -f $(DIFFS).tmp$(PACK):	$(DIFFS) package		rm -f $(PACK)		package $(DIFFS) $(PACK)package:	package.sh;	rm -f $@; cp -p $? $@; chmod +x $@protocmp:	protocmp.sh;	rm -f $@; cp -p $? $@; chmod +x $@clean:		rm -f $(DIFFS) $(DIFFS).tmp $(PACK) $(SHELLSC)

⌨️ 快捷键说明

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