1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign dist-zip
5 SUBDIRS = lib include doc examples win32 debian
7 m4datadir = $(datadir)/aclocal
8 m4data_DATA = vorbis.m4
10 EXTRA_DIST = README AUTHORS COPYING libvorbis.spec vorbis.m4
13 $(MAKE) all CFLAGS="@DEBUG@"
16 $(MAKE) all CFLAGS="@PROFILE@"