📄 makefile
字号:
# This material contains proprietary software of Entropic Research Lab, 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 Research Lab, Inc.; All rights reserved"# # makefile for formant %W% %G% ERL CFLAGS = -O -I../../waves/src/h -I$(XVIEW_INC) -I../../dsp32/lib $(PROGCFLAGS) -DFOR_XVIEWWAVES = ../../waves/src/cSUNLIB = $(XVIEW_B_OPT) $(XVIEW_LIB) -lmDOCDIR = $(SPSDIR)/doc/wavesFORMANT_OBJS = dpform.o formant.o lpc_poles.o \ dpfund.o cross.o downsample.o pole_methods.o xversion.o PROGS = formant PROGS_I = $(BINDIR)/formantOTHER_STUFF = addnoise downsamp gate formsy debiasformant: $(FORMANT_OBJS) $(WAVESDIR)/libdsigproc.a $(WSPSLIB) \ $(LIBDIR)/$(WHDRLIB) cc -o formant ${CFLAGS} \ $(FORMANT_OBJS) $(WAVESDIR)/libdsigproc.a \ $(WAVESDIR)/xlibsig.a $(SUNLIB) $(LIBDIR)/$(WHDRLIB) $(WSPSLIB) $(SUNLIB)pure: $(FORMANT_OBJS) $(WAVESDIR)/libdsigproc.a $(WSPSLIB) \ $(LIBDIR)/$(WHDRLIB) purify cc -o formant ${CFLAGS} \ $(FORMANT_OBJS) $(WAVESDIR)/libdsigproc.a \ $(WAVESDIR)/xlibsig.a $(SUNLIB) $(LIBDIR)/$(WHDRLIB) $(WSPSLIB) $(SUNLIB)pole_methods.o: $(WAVES)/pole_methods.c -rm -f pole_methods.c -cp $(WAVES)/pole_methods.c . cc -c $(CFLAGS) pole_methods.cxversion.o: $(WAVES)/xversion.c -rm -f xversion.c -cp $? . cc -c $(CFLAGS) xversion.cinstall: $(PROGS_I) docother_stuff: $(OTHER_STUFF)$(BINDIR)/formant: formant -strip $? -rm -f $(BINDIR)/$? cp $? $(BINDIR)/$? chmod $(PROGMOD) $(BINDIR)/$? -rm -f $(MANDIR)/man1/formant.1 cp ../man/formant.1 $(MANDIR)/man1 chmod $(MANMOD) $(MANDIR)/man1/formant.1doc: $(DOCDIR)/formant.help$(DOCDIR)/formant.help: ../text/formant.help -rm -f $(DOCDIR)/formant.help cp ../text/formant.help $(DOCDIR) chmod $(MANMOD) $(DOCDIR)/formant.helpaddnoise: addnoise.o /usr/local/lib/xlibsig.a cc -o addnoise ${CFLAGS} addnoise.o $(WAVESDIR)/xlibsig.a -lmdownsamp: downsamp.o downsample.o cc -o downsamp ${CFLAGS} downsamp.o downsample.o $(WAVESDIR)/xlibsig.a \ -lmfft: fft.o cc -o fft ${CFLAGS} fft.o -lmsine: sine.o cc -o sine ${CFLAGS} sine.o -lmgate: gate.o cc -o gate ${CFLAGS} gate.o $(WAVESDIR)/xlibsig.a -lmdebias: debias.o cc -o debias ${CFLAGS} debias.o $(WAVESDIR)/xlibsig.a -lmformsy: formsy.o cc -o formsy ${CFLAGS} formsy.o $(WAVESDIR)/xlibsig.a -lmformant.o: formant.c cc -c $(CFLAGS) -DHELPFILE=\"$(DOCDIR)\" formant.cclean: rm -f *.o $(PROGS) $(OTHER_STUFF) xversion.c pole_methods.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -