makefile

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

TXT
51
字号
#  This material contains proprietary software of Entropic Speech, Inc.   #  Any reproduction, distribution, or publication without the 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 ref_cof @(#)Makefile	1.1 5/21/87 ESI 	CFLAGS = -DSCCS -OSPSLIB = /usr/lib/libsps.aMANDIR = /usr/sps/manSINC   = /usr/include/spsBINDIR = /usr/sps/binOLDBIN = /usr/sps/bin/oldLINT = att lintPROGMOD = 0750MANMOD = 0640OBJS =	    ref_cof.o rctoc.o genburg.oSRCS =	    ref_cof.c rctoc.c genburg.cref_cof:	    $(OBJS) $(SPSLIB)	    cc -o ref_cof $(CFLAGS) $(OBJS) -lsps -lmref_cof.c:   $(SINC)/sps.h $(SINC)/anafea.h $(SINC)/fea.h $(SINC)/sd.hinstall: ref_cof	-mv -f $(BINDIR)/ref_cof $(OLDBIN)/ref_cof	-chmod $(PROGMOD) $(OLDBIN)/ref_cof	-rm -f $(BINDIR)/ref_cof	mv ref_cof $(BINDIR)/ref_cof	-strip $(BINDIR)/ref_cof	chmod $(PROGMOD) $(BINDIR)/ref_cof	-diffmk  $(MANDIR)/man1/ref_cof.1 ref_cof.1 man.diff	@echo diffmked man in man.diff	-rm -f $(MANDIR)/man1/ref_cof.1	cp ref_cof.1 $(MANDIR)/man1/ref_cof.1	chmod $(MANMOD) $(MANDIR)/man1/ref_cof.1lint:	ref_cof.c	$(LINT) $(LINTFLAGS) $(SRCS) -lsps -lm > lintclean: 	rm -f *.o ref_cof

⌨️ 快捷键说明

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