Made the spec agree with the code for the non-normative foward DCT transform.
[xiph/unicode.git] / theora / Makefile.am
blob6116a803fafa827cef9761792d4e617ed4c31b8e
1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2
5 SUBDIRS = lib include doc examples debian
7 EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in \
8         theora-uninstalled.pc.in
10 pkgconfigdir = $(libdir)/pkgconfig
11 pkgconfig_DATA = theora.pc
13 dist-hook:
14         rm -rf `find $(distdir)/macos -name CVS`
15         rm -rf `find $(distdir)/win32 -name CVS`
16         rm -rf `find $(distdir)/macos -name .svn`
17         rm -rf `find $(distdir)/win32 -name .svn`
18         rm -rf `find $(distdir)/doc -name .svn`
20 debug:
21         $(MAKE) all CFLAGS="@DEBUG@"
23 profile:
24         $(MAKE) all CFLAGS="@PROFILE@"