Tuned out Dibrom's tone/noise masking bug. The problem was the
[platform/upstream/libvorbis.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign dist-zip
4
5 SUBDIRS = lib include doc examples win32 debian vq
6
7 m4datadir = $(datadir)/aclocal
8 m4data_DATA = vorbis.m4
9
10 EXTRA_DIST = HACKING todo.txt macosx \
11         autogen.sh libvorbis.spec vorbis.m4
12
13 debug:
14         $(MAKE) all CFLAGS="@DEBUG@"
15
16 profile:
17         $(MAKE) all CFLAGS="@PROFILE@"