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 pkgconfigdir = $(libdir)/pkgconfig
11 pkgconfig_DATA = vorbis.pc vorbisenc.pc vorbisfile.pc
13 EXTRA_DIST = HACKING todo.txt macos macosx autogen.sh libvorbis.spec \
14 vorbis.m4 vorbis.pc.in vorbisenc.pc.in vorbisfile.pc.in
17 rm -rf `find $(distdir)/macos -name CVS`
18 rm -rf `find $(distdir)/macosx -name CVS`
21 $(MAKE) all CFLAGS="@DEBUG@"
24 $(MAKE) all CFLAGS="@PROFILE@"