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

📄 makefi~0

📁 speech signal process tools
💻
字号:
#  This material contains proprietary software of Entropic Research Lab, Inc.  #  Any reproduction, distribution, or publication without the prior	   #  written permission of Entropic Research Lab., Inc. is strictly prohibited.#  Any public distribution of copies of this work authorized in writing by#  Entropic Research Lab., Inc. must bear the notice			# 								#      "Copyright (c) 1990 Entropic Research Lab., Inc.; All rights reserved"# 				## makefile for waves and esps tutorial scripts  "@(#)Makefile	1.4 6/14/91 ERL"# remove comments for testing only.  Put comments back before sccs'ing.#BINDIR = /tmp#PROGMOD = 0755#PROGNAME1 = initwtutPROGNAME2 = initetutPROGNAME3 = demoetutinstall: 	rm -f $(BINDIR)/initwtut	rm -f $(BINDIR)/initetut	rm -f $(BINDIR)/demoetut	mv -f $(PROGNAME) $(BINDIR)/$(PROGNAME1)	mv -f $(PROGNAME) $(BINDIR)/$(PROGNAME2)	mv -f $(PROGNAME) $(BINDIR)/$(PROGNAME3)	chmod $(PROGMOD) $(BINDIR)/$(PROGNAME1)	chmod $(PROGMOD) $(BINDIR)/$(PROGNAME2)	chmod $(PROGMOD) $(BINDIR)/$(PROGNAME3)clean:	@echo nothing here to clean	test:	install	@echo There is no test script

⌨️ 快捷键说明

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