makefile
来自「speech signal process tools」· 代码 · 共 56 行
TXT
56 行
## 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_stats @(#)makefile 1.5 6/1/88 ESICFLAGS = -O $(PROGCFLAGS)OBJS = fea_stats.o stat.o non_stat.o pr_non_sta.oSRCS = fea_stats.c stat.c non_stat.c pr_non_sta.cLOC_INC = global.h stat.h non_stat.hfea_stats: $(OBJS) $(SPSLIB) cc $(CFLAGS) $(OBJS) $(SPSLIB) -lm -o fea_statsfea_stats.o: $(SINC)/esps.h $(SINC)/unix.h $(SINC)/spsassert.h \ $(SINC)/fea.h $(SINC)/feastat.h $(LOC_INC)stat.o: $(SINC)/esps.h $(SINC)/unix.h $(SINC)/spsassert.h \ $(SINC)/fea.h $(SINC)/feastat.h $(LOC_INC)non_stat.o: $(SINC)/esps.h $(SINC)/unix.h \ $(SINC)/fea.h $(SINC)/feastat.h $(LOC_INC)pr_non_sta.o: $(SINC)/esps.h $(SINC)/fea.h $(SINC)/feastat.h $(LOC_INC)install: fea_stats $(STRIP) fea_stats -mv -f $(BINDIR)/fea_stats $(OLDBIN)/fea_stats -chmod $(PROGMOD) $(OLDBIN)/fea_stats mv -f fea_stats $(BINDIR)/fea_stats chmod $(PROGMOD) $(BINDIR)/fea_stats -diffmk $(MANDIR)/man1/fea_stats.1t fea_stats.1t man.diff @echo diffmked man page left in man.diff -rm $(MANDIR)/man1/fea_stats.1t cp fea_stats.1t $(MANDIR)/man1/fea_stats.1t chmod $(MANMOD) $(MANDIR)/man1/fea_stats.1tlint: $(SRCS) $(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIB) -lm > lintclean: rm -f $(OBJS) fea_statsshar: shar -a $(SRCS) $(LOC_INC) makefile fea_stats.1t check >fea_stats.shartar: tar cvf fea_stats.tar $(SRCS) $(LOC_INC) makefile fea_stats.1t checktest: fea_stats sh check
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?