Makefile.am 683 B

123456789101112131415161718192021
  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 README.blackfin README.symbian README.TI-DSP
  10. #Fools KDevelop into including all files
  11. SUBDIRS = libspeex include @src@ doc win32 symbian ti
  12. DIST_SUBDIRS = libspeex include src doc win32 symbian ti
  13. rpm: dist
  14. rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz
粤ICP备19079148号