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

📄 makefile

📁 speech signal process tools
💻
字号:
#  This material contains proprietary software of Entropic Speech, Inc.   #  Any reproduction, distribution, or publication without the the prior	   #  written permission of Entropic Speech, Inc. is strictly prohibited.#  Any public distribution of copies of this work authorized in writing by#  Entropic Speech, Inc. must bear the notice			# 								#      "Copyright (c) 1987 Entropic Speech, Inc.; All rights reserved"# 				## makefile for psps @(#)makefile	1.6 6/10/87 ESI 	SPSDIR = /u/parker/espsCSPSLIB = $(SPSDIR)/lib/libespsg.aMANDIR = $(SPSDIR)/manSINC   = $(SPSDIR)/include/espsSINCL   = $(SPSDIR)/include.local/espsBINDIR = $(SPSDIR)/binOLDBIN = $(BINDIR)/oldLINT = att lintPROGMOD = 0750MANMOD = 0640CFLAGS = -DSCCS -O -I$(SINC)/..psps:	psps.o prnt_hdr.o $(SPSLIB)	cc -g psps.o prnt_hdr.o $(SPSLIB) -o pspspsps.o: $(SINC)/header.h $(SINC)/esps.h prnt_hdr.o: $(SINC)/header.h $(SINC)/esps.h clean:	rm -f *.o pspsinstall:	$(BINDIR)/psps $(MANDIR)/man1/psps.1lint:   psps.c prnt_hdr.c 	$(LINT) $(LINTFLAGS) psps.c prnt_hdr.c $(LINTLIB) > lint$(BINDIR)/psps: psps	-mv -f $(BINDIR)/psps $(OLDBIN)/psps	-chmod $(PROGMOD) $(OLDBIN)/psps	-rm -f $(BINDIR)/psps	mv psps $(BINDIR)/psps	-strip $(BINDIR)/psps	chmod $(PROGMOD) $(BINDIR)/psps$(MANDIR)/man1/psps.1: psps.1	-diffmk  $(MANDIR)/man1/psps.1 psps.1 man.diff	@echo diffmked man in man.diff	-rm -f $(MANDIR)/man1/psps.1	cp psps.1 $(MANDIR)/man1/psps.1	chmod $(MANMOD) $(MANDIR)/man1/psps.1

⌨️ 快捷键说明

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