1## Process this file with automake to produce Makefile.in. -*-Makefile-*- 2 3# To disable automatic dependency tracking if using other tools than 4# gcc and gmake, add the option 'no-dependencies' 5AUTOMAKE_OPTIONS = 1.8 6ACLOCAL_AMFLAGS = -I m4 7 8pkgconfigdir = $(libdir)/pkgconfig 9pkgconfig_DATA = speexdsp.pc 10 11EXTRA_DIST = SpeexDSP.spec SpeexDSP.spec.in SpeexDSP.kdevelop speexdsp.pc.in README.blackfin 12 13#Fools KDevelop into including all files 14SUBDIRS = libspeexdsp include doc win32 symbian ti 15 16DIST_SUBDIRS = libspeexdsp include doc win32 symbian ti 17 18rpm: dist 19 rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz 20