makefile.c100

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

C100
48
字号
## 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) 1987-1990  AT&T, Inc. #    "Copyright (c) 1986-1990  Entropic Speech, Inc. #    "Copyright (c) 1990-1993  Entropic Research Laboratory, Inc. #                   All rights reserved"## The copyright notice above does not evidence any actual or intended # publication of this source code.     ## %W% %G% ERL# # Written by:  # Checked by:# Revised by: # #CFLAGS = -g -I$(ESPS_BASE)/include/waves $(PROGCFLAGS) -I.LIBSIG = $(ESPS_BASE)/lib/waves/xlibsig.a $(SPSLIB)LBIN = $(BINDIR)hprecord: newrec.o adc_hpaudiolib.o	cc -o $@  newrec.o adc_hpaudiolib.o $(WSPSLIB) -L/opt/audio/lib -lAlib $(X_LIB) -lmnewrec.c: ../../s16audio/newrec.c	rm -f newrec.c	cp ../../s16audio/newrec.c .install: hprecord	$(STRIP) hprecord	-rm -f $(BINDIR)/hprecord	mv -f hprecord $(BINDIR)/hprecord	-rm $(MANDIR)/man1/hprecord.1	cp hprecord.1 $(MANDIR)/man1/hprecord.1	chmod $(MANMOD) $(MANDIR)/man1/hprecord.1clean:	-rm -f *.o *~ core

⌨️ 快捷键说明

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