makefile.am
来自「音频信号的重采样程序,如44.1K的WAV转换成采样频率为48K的WAV.」· AM 代码 · 共 23 行
AM
23 行
## Process this file with automake to produce Makefile.inSNDLIB = ../sndlib-20INCLUDES = -I$(SNDLIB)bin_PROGRAMS = resample windowfilterresample_SOURCES = resample.c resamplesubs.c sndlibextra.c filterkit.c \ $(SNDLIB)/audio.c $(SNDLIB)/io.c $(SNDLIB)/headers.c $(SNDLIB)/sound.c \ resample.h stdefs.h sndlibextra.h filterkit.h smallfilter.h largefilter.h \ $(SNDLIB)/sndlib.h $(SNDLIB)/mus-config.h $(SNDLIB)/_sndlib.h $(SNDLIB)/sndlib-strings.h $(SNDLIB)/configureresample_LDADD = -lmwindowfilter_SOURCES = windowfilter.c resamplesubs.c sndlibextra.c filterkit.c \ $(SNDLIB)/audio.c $(SNDLIB)/io.c $(SNDLIB)/headers.c $(SNDLIB)/sound.cwindowfilter_LDADD = -lmEXTRA_DIST = $(man_MANS)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?