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
14 rm -rf `find $(distdir)/macos -name CVS`
15 rm -rf `find $(distdir)/macosx -name CVS`
18 $(MAKE) all CFLAGS="@DEBUG@"
21 $(MAKE) all CFLAGS="@PROFILE@"