makefile

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

TXT
42
字号
#  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 + =
减小字号Ctrl + -
显示快捷键?