makefile

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

TXT
44
字号
#  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) 1989 Entropic Speech, Inc.; All rights reserved"# 				## makefile for esps2mu %W% %G%	 ESICFLAGS =   $(PROGCFLAGS)PROGS = esps2muesps2mu:	esps2mu.o $(WSPSLIB)	cc $(CFLAGS) esps2mu.o $(WSPSLIB) -lm -o esps2muesps2mu.o: $(SINC)/esps.h $(SINC)/sd.h $(SINC)/feasd.hinstall: $(PROGS)	@echo esps2mu:	-mv -f $(BINDIR)/esps2mu $(OLDBIN)/esps2mu	-chmod $(PROGMOD) $(OLDBIN)/esps2mu	mv esps2mu $(BINDIR)/esps2mu	$(STRIP) $(BINDIR)/esps2mu	chmod $(PROGMOD) $(BINDIR)/esps2mu	-diffmk  $(MANDIR)/man1/esps2mu.1 esps2mu.1 e2l.diff	@echo diffmked man in e2l.diff	-rm -f $(MANDIR)/man1/esps2mu.1	cp esps2mu.1 $(MANDIR)/man1/esps2mu.1	chmod $(MANMOD) $(MANDIR)/man1/esps2mu.1lint:	esps2mu.ltesps2mu.lt:	esps2mu.c	$(LINT)  $(LINTFLAGS) esps2mu.c $(LINTLIB) -lm  > esps2mu.ltclean:	-rm -f *.o esps2mu *.diff *.sd *.mutest: $(PROGS)	-sh mu.test

⌨️ 快捷键说明

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