makefile

来自「speech signal process tools」· 代码 · 共 48 行

TXT
48
字号
##  This material contains proprietary software of Entropic Speech, Inc.   #  Any reproduction, distribution, or publication without 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 fea_deriv @(#)makefile	3.4  2/14/96  ESI 	CFLAGS = $(PROGCFLAGS)SRCS = fea_deriv.c gethighfie.cOBJS = fea_deriv.o gethighfie.ofea_deriv:	$(OBJS) $(SPSLIB)	cc $(CFLAGS) $(OBJS) $(SPSLIB) -lm -o fea_derivpure:	$(OBJS) $(SPSLIB)	purify cc $(CFLAGS) $(OBJS) $(SPSLIB) -lm -o fea_derivfea_deriv.o:	$(SINC)/esps.h $(SINC)/unix.h $(SINC)/fea.hgethighfie.o:	$(SINC)/esps.h $(SINC)/unix.h $(SINC)/fea.hinstall:	fea_deriv	$(STRIP) fea_deriv	-mv -f $(BINDIR)/fea_deriv $(OLDBIN)/fea_deriv	-chmod $(PROGMOD) $(OLDBIN)/fea_deriv	-mv -f fea_deriv $(BINDIR)/fea_deriv	chmod $(PROGMOD) $(BINDIR)/fea_deriv	-diffmk  $(MANDIR)/man1/fea_deriv.1 fea_deriv.1 man.diff	@echo diffmked man left in man.diff	-rm -f $(MANDIR)/man1/fea_deriv.1	cp fea_deriv.1 $(MANDIR)/man1/fea_deriv.1	chmod $(MANMOD) $(MANDIR)/man1/fea_deriv.1clean:	rm -f $(OBJS) fea_derivlint:		$(SRCS)	$(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIB) > linttest:		fea_deriv	-sh testfile

⌨️ 快捷键说明

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