makefile
来自「speech signal process tools」· 代码 · 共 46 行
TXT
46 行
# 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 distort(1-ESPS) @(#)makefile 3.1 11/3/87 ESI CFLAGS = -O $(PROGCFLAGS)DISTORT_OBJS = distort.o check_dist.o gendistort.o prnt_dist.o \ specdistort.o anafeadist.o anamodules.oDISTORT_SRCS = distort.c check_dist.c gendistort.c prnt_dist.c \ specdistort.c anafeadist.c anamodules.cdistort: $(DISTORT_OBJS) $(SPSLIB) cc $(CFLAGS) $(DISTORT_OBJS) $(SPSLIB) -lm -o distort$(DISTORT_OBJS): $(SINC)/esps.h distort.h ana.h spec.hclean: rm -f $(DISTORT_OBJS) distortlint: $(DISTORT_SRCS) $(LINT) $(LINTFLAGS) $(DISTORT_SRCS) $(LINTLIB) -lm > lintinstall: distort -mv -f $(BINDIR)/distort $(OLDBIN)/distort -chmod $(PROGMOD) $(OLDBIN)/distort mv distort $(BINDIR)/distort -$(STRIP) $(BINDIR)/distort chmod $(PROGMOD) $(BINDIR)/distort -diffmk $(MANDIR)/man1/distort.1t distort.1t man.diff @echo diffmked man in man.diff -rm -f $(MANDIR)/man1/distort.1t cp distort.1t $(MANDIR)/man1/distort.1t chmod $(MANMOD) $(MANDIR)/man1/distort.1ttest: distort -sh testfile
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?