The xml cleanup occurs after this anyway, and doing this here can cause
[xiph/unicode.git] / vorbis / Makefile.am
blob8844c3b4751b07d95e563fad381516e75437604e
1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign dist-zip
5 SUBDIRS = lib include doc examples win32 debian vq
7 m4datadir = $(datadir)/aclocal
8 m4data_DATA = vorbis.m4
10 EXTRA_DIST = HACKING todo.txt macos macosx \
11         autogen.sh libvorbis.spec vorbis.m4
13 dist-hook:
14         rm -rf `find $(distdir)/macos -name CVS`
15         rm -rf `find $(distdir)/macosx -name CVS`
17 debug:
18         $(MAKE) all CFLAGS="@DEBUG@"
20 profile:
21         $(MAKE) all CFLAGS="@PROFILE@"