2006-12-20 13:13:27 -05:00
|
|
|
## Process this file with automake to produce Makefile.in. -*-Makefile-*-
|
|
|
|
|
|
|
|
# To disable automatic dependency tracking if using other tools than
|
|
|
|
# gcc and gmake, add the option 'no-dependencies'
|
2009-03-06 14:19:56 -05:00
|
|
|
AUTOMAKE_OPTIONS = 1.7
|
2006-12-20 13:13:27 -05:00
|
|
|
|
|
|
|
m4datadir = $(datadir)/aclocal
|
|
|
|
m4data_DATA = speex.m4
|
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2009-02-13 01:02:32 -05:00
|
|
|
pkgconfig_DATA = speex.pc speexdsp.pc
|
2006-12-20 13:13:27 -05:00
|
|
|
|
|
|
|
EXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in README.blackfin README.symbian README.TI-DSP
|
|
|
|
|
|
|
|
#Fools KDevelop into including all files
|
2009-02-13 01:54:26 -05:00
|
|
|
SUBDIRS = libspeex include
|
2006-12-20 13:13:27 -05:00
|
|
|
|
|
|
|
DIST_SUBDIRS = libspeex include src doc win32 symbian ti
|
|
|
|
|
|
|
|
rpm: dist
|
|
|
|
rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz
|