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

📄 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) 1987 Entropic Speech, Inc.; All rights reserved"# 				## makefile for fanaspec @(#)makefile	1.2 6/25/87 ESI 	CFLAGS = $(PROGCFLAGS)OBJS = fanaspec.o getarspec.o getfft.o version.oSRCS = fanaspec.c getarspec.c getfft.c version.c fanaspec:	$(OBJS) $(SPSLIB)	cc $(CFLAGS) $(OBJS) $(SPSLIB) -lm -o fanaspecfanaspec.o: $(SINC)/esps.h $(SINC)/sd.hclean:	rm -f $(FOO_OBJS) fanaspeclint:	$(FOO_SRCS)	$(LINT) $(LINTFLAGS)  $(FOO_SRCS) $(LINTLIB) -lm > lintinstall: fanaspec	-mv -f $(BINDIR)/fanaspec $(OLDBIN)/fanaspec	-chmod $(PROGMOD) $(OLDBIN)/fanaspec	mv fanaspec $(BINDIR)/fanaspec	-strip $(BINDIR)/fanaspec	chmod $(PROGMOD) $(BINDIR)/fanaspec	-diffmk  $(MANDIR)/man1/fanaspec.1 fanaspec.1 man.diff	@echo diffmked man in man.diff	-rm -f $(MANDIR)/man1/fanaspec.1	cp fanaspec.1 $(MANDIR)/man1/fanaspec.1	chmod $(MANMOD) $(MANDIR)/man1/fanaspec.1

⌨️ 快捷键说明

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