You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
604B

  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. ACLOCAL_AMFLAGS = -I m4
  6. pkgconfigdir = $(libdir)/pkgconfig
  7. pkgconfig_DATA = speexdsp.pc
  8. EXTRA_DIST = SpeexDSP.spec SpeexDSP.spec.in SpeexDSP.kdevelop speexdsp.pc.in README.blackfin
  9. #Fools KDevelop into including all files
  10. SUBDIRS = libspeexdsp include doc win32 symbian ti
  11. DIST_SUBDIRS = libspeexdsp include doc win32 symbian ti
  12. rpm: dist
  13. rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz