📄 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 spscvt(3-ESPS) @(#)makefile 3.4 12/4/96 ESI CFLAGS = $(PROGCFLAGS)all: atosps spstoaatosps: atospsg.o fea_sup.o $(SPSLIB) cc $(CFLAGS) atospsg.o fea_sup.o $(SPSLIB) -lm -o atospsspstoa: spstoag.o fea_sup.o $(SPSLIB) cc $(CFLAGS) spstoag.o fea_sup.o $(SPSLIB) -lm -o spstoaatospsg.o: tagdef.h $(SINC)/esps.h atospsg.cspstoag.o: tagdef.h $(SINC)/esps.h spstoag.cfea_sup.o: fea_sup.clint: fea_sup.c atospsg.c spstoag.c $(LINT) $(LINTFLAGS) atospsg.c fea_sup.c $(LINTLIB) >atospsg.lint $(LINT) $(LINTFLAGS) spstoag.c fea_sup.c $(LINTLIB) >spstoag.lintinstall: spstoa atosps @echo spstoa... -mv -f $(BINDIR)/spstoa $(OLDBIN)/spstoa -chmod $(PROGMOD) $(OLDBIN)/spstoa mv spstoa $(BINDIR)/spstoa -strip $(BINDIR)/spstoa chmod $(PROGMOD) $(BINDIR)/spstoa -diffmk $(MANDIR)/man1/spstoa.1 spstoa.1 spstoa.diff @echo diffmked man in man.diff -rm -f $(MANDIR)/man1/spstoa.1 cp spstoa.1 $(MANDIR)/man1/spstoa.1 chmod $(MANMOD) $(MANDIR)/man1/spstoa.1 @echo atosps... -mv -f $(BINDIR)/atosps $(OLDBIN)/atosps -chmod $(PROGMOD) $(OLDBIN)/atosps mv atosps $(BINDIR)/atosps -strip $(BINDIR)/atosps chmod $(PROGMOD) $(BINDIR)/atosps -diffmk $(MANDIR)/man1/atosps.1 atosps.1 atosps.diff @echo diffmked man in man.diff -rm -f $(MANDIR)/man1/atosps.1 cp atosps.1 $(MANDIR)/man1/atosps.1 chmod $(MANMOD) $(MANDIR)/man1/atosps.1clean: rm -f spstoag.o atospsg.o fea_sup.o atosps spstoatest: spstoa atosps sh testfile
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -