📄 makefile
字号:
## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -