1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
5 SUBDIRS = m4 include vq lib test doc
11 m4datadir = $(datadir)/aclocal
12 m4data_DATA = vorbis.m4
14 pkgconfigdir = $(libdir)/pkgconfig
15 pkgconfig_DATA = vorbis.pc vorbisenc.pc vorbisfile.pc
20 libvorbis.spec libvorbis.spec.in \
22 vorbis.pc.in vorbisenc.pc.in vorbisfile.pc.in \
23 vorbis-uninstalled.pc.in \
24 vorbisenc-uninstalled.pc.in \
25 vorbisfile-uninstalled.pc.in \
30 DISTCHECK_CONFIGURE_FLAGS = --enable-docs
33 for item in $(EXTRA_DIST); do \
34 if test -d $$item; then \
35 echo -n "cleaning $$item dir for distribution..."; \
36 rm -rf `find $(distdir)/$$item -name .svn`; \
42 $(MAKE) all CFLAGS="@DEBUG@"
45 $(MAKE) all CFLAGS="@PROFILE@"