1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = 1.6 foreign dist-zip dist-bzip2
5 SUBDIRS = m4 include vq lib examples test doc
7 m4datadir = $(datadir)/aclocal
8 m4data_DATA = vorbis.m4
10 pkgconfigdir = $(libdir)/pkgconfig
11 pkgconfig_DATA = vorbis.pc vorbisenc.pc vorbisfile.pc
16 libvorbis.spec libvorbis.spec.in \
18 vorbis.pc.in vorbisenc.pc.in vorbisfile.pc.in \
19 vorbis-uninstalled.pc.in \
20 vorbisenc-uninstalled.pc.in \
21 vorbisfile-uninstalled.pc.in \
26 DISTCHECK_CONFIGURE_FLAGS = --enable-docs
29 for item in $(EXTRA_DIST); do \
30 if test -d $$item; then \
31 echo -n "cleaning $$item dir for distribution..."; \
32 rm -rf `find $(distdir)/$$item -name .svn`; \
38 $(MAKE) all CFLAGS="@DEBUG@"
41 $(MAKE) all CFLAGS="@PROFILE@"