makefile

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

TXT
49
字号
#  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 cplay %W% %G% ESI 	CFLAGS = $(PROGCFLAGS) -D=DADEV=\"$(DADEV)\" -DCLKDEV=\"$(CLKDEV)\" -DMAXDA=$(MAXDA)##cplay:	cplay.o $(SPSLIB)	cc cplay.o $(SPSLIB) -lm -o cplaycplay.o: $(SINC)/esps.h $(SINC)/sd.hclean:	rm -f cplay.o cplay lint man.difflint:	cplay.c mrlintcheck.c	$(LINT) $(LINTFLAGS) cplay.c mrlintcheck.c $(LINTLIB) > lintinstall: cplay	-mv -f $(BINDIR)/cplay $(OLDBIN)/cplay	-chmod $(PROGMOD) $(OLDBIN)/cplay	mv cplay $(BINDIR)/cplay	-strip $(BINDIR)/cplay	chmod $(PROGMOD) $(BINDIR)/cplay	-diffmk  $(MANDIR)/man1/cplay.1 cplay.1 man.diff	@echo diffmked man in man.diff	-rm -f $(MANDIR)/man1/cplay.1	cp cplay.1 $(MANDIR)/man1/cplay.1	chmod $(MANMOD) $(MANDIR)/man1/cplay.1# on a given system, cplay will be installed as play	-rm -f $(BINDIR)/play	ln $(BINDIR)/cplay $(BINDIR)/play	chmod $(PROGMOD) $(BINDIR)/play	-rm -f $(MANDIR)/play.1	ln $(MANDIR)/man1/cplay.1 $(MANDIR)/man1/play.1	chmod $(MANMOD) $(MANDIR)/man1/play.1test:	cplay	sh testfile

⌨️ 快捷键说明

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