makefile.am

来自「语音压缩和解压缩源代码。」· AM 代码 · 共 19 行

AM
19
字号
## Process this file with automake to produce Makefile.in. -*-Makefile-*-# Disable automatic dependency tracking if using other tools than gcc and gmake#AUTOMAKE_OPTIONS = no-dependenciesEXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop#Fools KDevelop into including all filesif TRUESUBDIRS = libspeex @src@ doc win32elseSUBDIRS = libspeex src doc win32endifDIST_SUBDIRS = libspeex src doc win32rpm: dist	rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz

⌨️ 快捷键说明

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