Clarify that chroma upsampling is what any signal processing engineer would
[xiph/unicode.git] / theora-tools / Makefile.am
blobae5b22154cd49b93aaab2f310cbe9cb29b3c890b
1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign dist-zip
5 SUBDIRS = debian theora123 theora_splayer theoraenc theora_transcoder theora_dumpvideo
7 EXTRA_DIST = COPYING autogen.sh win32
9 dist-hook:
10         rm -rf `find $(distdir)/macos -name CVS`
11         rm -rf `find $(distdir)/win32 -name CVS`
13 debug:
14         $(MAKE) all CFLAGS="@DEBUG@"
16 profile:
17         $(MAKE) all CFLAGS="@PROFILE@"