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.6
6
7#Fools KDevelop into including all files
8SUBDIRS = libcelt tests @tools@
9
10DIST_SUBDIRS = libcelt tests tools
11
12pkgconfigdir = $(libdir)/pkgconfig
13pkgconfig_DATA = celt.pc
14
15EXTRA_DIST = celt.pc.in Doxyfile Doxyfile.devel msvc/config.h
16
17rpm: dist
18	rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz
19