Installer update
[xiph/unicode.git] / theora-tools / Makefile.am
blob5510c2ade80d354fdaee37833e196fba133da66d
1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign dist-zip dist-bzip2
5 SUBDIRS = theoraenc theoracomment png2theora vp32theora
7 EXTRA_DIST = COPYING autogen.sh
9 debug:
10         $(MAKE) all CFLAGS="@DEBUG@"
12 profile:
13         $(MAKE) all CFLAGS="@PROFILE@"