makefile

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

TXT
42
字号
# This material contains unpublished, proprietary software of # Entropic Research Laboratory, Inc. Any reproduction, distribution, # or publication of this work must be authorized in writing by Entropic # Research Laboratory, Inc., and must bear the notice: ##    "Copyright (c) 1990-1992  Entropic Research Laboratory, Inc. #                   All rights reserved"## The copyright notice above does not evidence any actual or intended # publication of this source code.     ## @(#)Makefile	1.2 11/13/92 ERL# # Makefile for: ## Written by:  Derek Lin# Checked by:# Revised by: 	CFLAGS = -O -misalign -I../include -I -I$(XVIEW_INC) -DFOR_XVIEW $(PROGCFLAGS) SOURCES = *.csrecord: srecord.o adc_codec.o 	cc -o srecord  srecord.o adc_codec.o  $(WSPSLIB) -lminstall:	$(BINDIR)/srecord clean:	-rm -f *.o *~ core$(BINDIR)/srecord: srecord	-mv -f $(BINDIR)/srecord $(OLDBIN)/srecord	-chmod $(PROGMOD) $(OLDBIN)/srecord	-rm -f $(BINDIR)/srecord	mv srecord $(BINDIR)/srecord	-$(STRIP) $(BINDIR)/srecord	chmod $(PROGMOD) $(BINDIR)/srecord	-rm -f $(MANDIR)/man1/srecord.1	cp srecord.1 $(MANDIR)/man1/srecord.1	chmod $(MANMOD) $(MANDIR)/man1/srecord.1

⌨️ 快捷键说明

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