makefile.am
来自「linux下的FFT 频谱分析」· AM 代码 · 共 21 行
AM
21 行
## Process this file with automake to produce Makefile.inINCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @PACKAGE_CFLAGS@bin_PROGRAMS = fft-spectrafft_spectra_SOURCES = \ main.c \ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h \ fft-spectra.c fft-spectra.h \ conf.c conf.h image.h image.c \ fourier_mode_funcs.c spectrogram_mode_funcs.c waves_mode_funcs.cfft_spectra_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -lfftw3 -lm -lgconf-2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?