⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 speech signal process tools
💻
字号:
#  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) 1988, 1989 Entropic Speech, Inc.; All rights reserved"# 				#  makefile for wplay (waves play) %W% %G% ESI 	PLAY_OBJS = wplay.o playrec.o setrate.o ddsetrate.o nplay.o ddutils.oPLAY_SRCS = wplay.c playrec.c setrate.c ddsetrate.c nplay.c ddutils.cCFLAGS = -g $(PROGCFLAGS) -I../waves/src/h -I../dsp32/lib  -I../dsp32/inc  PROGNAME = wplayMANNAME = wplay.1wplay:	$(LIBDIR)/$(WHDRLIB) $(WSPSLIB) $(WAVESDIR)/libds.a \		$(WAVESDIR)/libsig.a $(PLAY_OBJS)	cc -o wplay $(CFLAGS) $(PLAY_OBJS) $(WAVESDIR)/libsig.a \		$(WAVESDIR)/libds.a $(LIBDIR)/$(WHDRLIB) $(WSPSLIB) -lmsetrate.c: ../waves/src/c/setrate.c	rm -f setrate.c	ln ../waves/src/c/setrate.c .install: $(PROGNAME)	-mv -f $(BINDIR)/wplay $(OLDBIN)/wplay	-chmod $(PROGMOD) $(OLDBIN)/wplay	mv wplay $(BINDIR)/wplay	-strip $(BINDIR)/wplay	chmod $(PROGMOD) $(BINDIR)/wplay	-diffmk  $(MANDIR)/man1/wplay.1 wplay.1 man.diff	@echo diffmked man in man.diff	-rm -f $(MANDIR)/man1/wplay.1	cp wplay.1 $(MANDIR)/man1/wplay.1	chmod $(MANMOD) $(MANDIR)/man1/wplay.1# on a given system, wplay will be installed as play#	-rm -f $(BINDIR)/play#	ln $(BINDIR)/wplay $(BINDIR)/play#	chmod $(PROGMOD) $(BINDIR)/play#	-rm -f $(MANDIR)/man1/play.1#	ln $(MANDIR)/man1/wplay.1 $(MANDIR)/man1/play.1#	chmod $(MANMOD) $(MANDIR)/man1/play.1clean:		-rm -f $(PROGNAME) man.diff $(PLAY_OBJS)

⌨️ 快捷键说明

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