Makefile.am
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:1k
源码类别:

Windows CE

开发平台:

C/C++

  1. ## Process this file with automake to produce Makefile.in. -*-Makefile-*-
  2. # To disable automatic dependency tracking if using other tools than
  3. # gcc and gmake, add the option 'no-dependencies'
  4. AUTOMAKE_OPTIONS = 1.8
  5. m4datadir = $(datadir)/aclocal
  6. m4data_DATA = speex.m4
  7. pkgconfigdir = $(libdir)/pkgconfig
  8. pkgconfig_DATA = speex.pc
  9. EXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in
  10. #Fools KDevelop into including all files
  11. SUBDIRS = libspeex include @src@ doc win32 symbian
  12. DIST_SUBDIRS = libspeex include src doc win32 symbian
  13. rpm: dist
  14. rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz