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

📄 makefile

📁 this the source code of addio compression standard CELP. Also, it is optimizied for the execution sp
💻
字号:
#CFLAGS =  -O2  TARGET = celp_decodeOBJFILES= biterror.o bwexp.o celp_decode.o  clip.o dcodcbg.o dcodcbi.o dcodpg.o dcodtau.o delay.o gaincode.o ham.o hamming.o  hexline.o  intsynth.o iodisk.o ldelay.o lsp34.o lsptopc.o mark.o mtrxgen.o  pctorc.o pitchvq.o  polefilt.o polefilt_S.o postfilt.o prefilt.o ptcode.o random.o   smcbg.o smpg.o smt.o unpack.o variance.o vdecode.o  zerofilt.o  zerofilt_S.o$(TARGET): $(OBJFILES) 	   $(CC) $(CFLAGS) -o $(TARGET) $(OBJFILES) -lmbiterror.o: biterror.cbiterror.o: /usr/include/stdio.hbwexp.o: bwexp.cbwexp.o: /usr/include/math.hcelp_decode.o: celp_decode.ccelp_decode.o: /usr/include/stdio.hcelp_decode.o: /usr/include/math.hcelp_decode.o: /usr/include/strings.hcelp_decode.o: ./ccsub.hcelp_decode.o: ./pdelay.hcelp_decode.o: ./codebook.hcelp_decode.o: ./pdencode.hcelp_decode.o: ./pddecode.hcelp_decode.o: ./bitprot.hcelp_decode.o: ./bitperm.hclip.o: clip.cclip.o: /usr/include/math.hdcodcbg.o: dcodcbg.cdcodcbi.o: dcodcbi.cdcodpg.o: dcodpg.cdcodtau.o: dcodtau.cdcodtau.o: ./ccsub.hdelay.o: delay.cdelay.o: ./ccsub.hdelay.o: /usr/include/math.hdelay.o: /usr/include/stdio.hgaincode.o: gaincode.cgaincode.o: /usr/include/math.hham.o: ham.cham.o: /usr/include/math.hhamming.o: hamming.chexline.o: hexline.chexline.o: /usr/include/stdio.hintsynth.o: intsynth.cintsynth.o: ./ccsub.h#intsynth.o: ./celp_decode.ciodisk.o: iodisk.ciodisk.o: /usr/include/stdio.hiodisk.o: /usr/include/sys/file.hldelay.o: ldelay.c#ldelay_nr.o:ldelay_nr.c lsp34.o: lsp34.clsp34.o: /usr/include/math.hlsp34.o: ./ccsub.hlsptopc.o: lsptopc.clsptopc.o: /usr/include/math.hlsptopc.o: /usr/include/stdio.hlsptopc.o: ./ccsub.h#lsptopc.o: ./celp_decode.cmark.o: mark.cmark.o: /usr/include/stdio.hmtrxgen.o: mtrxgen.cpctorc.o: pctorc.cpctorc.o: ./ccsub.hptcode.o: ptcode.cptcode.o: /usr/include/math.hpitchvq.o: pitchvq.cpitchvq.o: /usr/include/math.hpitchvq.o: ./ccsub.hpolefilt.o: polefilt.cpolefilt_S.o: polefilt_S.cpostfilt.o: postfilt.cpostfilt.o: /usr/include/math.hpostfilt.o: ./ccsub.h#postfilt.o: ./celp_decode.cprefilt.o: prefilt.cprefilt.o: ./ccsub.hprefilt.o: /usr/include/stdio.hprefilt.o: /usr/include/math.hrandom.o: random.csmcbg.o: smcbg.csmcbg.o: /usr/include/math.hsmcbg.o: ./ccsub.h#smcbg.o: ./celp_decode.csmpg.o: smpg.csmpg.o: /usr/include/math.h#smpg.o: ./celp_decode.csmt.o: smt.csmt.o: /usr/include/math.h#smt.o: ./celp_decode.cunpack.o: unpack.cvariance.o: variance.cvdecode.o: vdecode.cvdecode.o: ./ccsub.h#vdecode.o: ./celp_decode.czerofilt.o: zerofilt.czerofilt_S.o: zerofilt_S.cclean:	rm -f celp_decode core $(OBJFILES)

⌨️ 快捷键说明

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