1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
5 ACLOCAL_AMFLAGS = -I m4
7 SUBDIRS = m4 include vq lib test doc
13 m4datadir = $(datadir)/aclocal
14 m4data_DATA = vorbis.m4
16 pkgconfigdir = $(libdir)/pkgconfig
17 pkgconfig_DATA = vorbis.pc vorbisenc.pc vorbisfile.pc
22 libvorbis.spec libvorbis.spec.in \
24 vorbis.pc.in vorbisenc.pc.in vorbisfile.pc.in \
25 vorbis-uninstalled.pc.in \
26 vorbisenc-uninstalled.pc.in \
27 vorbisfile-uninstalled.pc.in \
28 symbian macosx win32 \
29 CMakeLists.txt cmake/FindOgg.cmake cmake/VorbisConfig.cmake.in
31 DISTCHECK_CONFIGURE_FLAGS = --enable-docs
34 for item in $(EXTRA_DIST); do \
35 if test -d $$item; then \
36 echo -n "cleaning $$item dir for distribution..."; \
37 rm -rf `find $(distdir)/$$item -name .svn`; \
43 $(MAKE) all CFLAGS="@DEBUG@"
46 $(MAKE) all CFLAGS="@PROFILE@"