makefile.am

来自「大名鼎鼎的CE下播放软件,TCPPMP的源代码!!!2410下可以流畅的解QVG」· AM 代码 · 共 22 行

AM
22
字号
## Process this file with automake to produce Makefile.in. -*-Makefile-*-# To disable automatic dependency tracking if using other tools than# gcc and gmake, add the option 'no-dependencies'AUTOMAKE_OPTIONS = 1.8m4datadir = $(datadir)/aclocalm4data_DATA = speex.m4pkgconfigdir = $(libdir)/pkgconfigpkgconfig_DATA = speex.pcEXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in#Fools KDevelop into including all filesSUBDIRS = libspeex include @src@ doc win32 symbianDIST_SUBDIRS = libspeex include src doc win32 symbianrpm: dist	rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz

⌨️ 快捷键说明

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