Port the new granule position scheme for 3.2.1 schemes to the theora-exp branch.
[xiph/unicode.git] / ogg2 / Makefile.am
blob3b848399b555e76906e87b1338525851cbc9529b
1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
5 SUBDIRS = src include doc win32 debian
7 m4datadir = $(datadir)/aclocal
8 m4data_DATA = ogg2.m4
10 EXTRA_DIST = README AUTHORS CHANGES COPYING libogg2.spec ogg2.m4 \
11         macos macosx
13 pkgconfigdir = $(libdir)/pkgconfig
14 pkgconfig_DATA = ogg2.pc
16 dist-hook:
17         rm -rf `find $(distdir)/macos -name CVS`
18         rm -rf `find $(distdir)/macosx -name CVS`
20 debug:
21         $(MAKE) all CFLAGS="@DEBUG@"
23 profile:
24         $(MAKE) all CFLAGS="@PROFILE@"