makefile.am

来自「ppciaxclient softphone」· AM 代码 · 共 20 行

AM
20
字号
## 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-dependenciesm4datadir = $(datadir)/aclocalm4data_DATA = speex.m4pkgconfigdir = $(libdir)/pkgconfigpkgconfig_DATA = speex.pcEXTRA_DIST = Speex.spec Speex.spec.in speex.m4 speex.pc.inSUBDIRS = libspeex include @src@ doc win32DIST_SUBDIRS = libspeex include src doc win32rpm: dist	rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz

⌨️ 快捷键说明

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