1 ## Process this file with automake to produce Makefile.in
3 DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
5 SUBDIRS = M4 src doc examples tests
6 DIST_SUBDIRS = Win32 $(SUBDIRS)
8 EXTRA_DIST = autogen.sh libsamplerate.spec.in samplerate.pc.in Make.bat
10 pkgconfigdir = $(libdir)/pkgconfig
11 pkgconfig_DATA = samplerate.pc
13 m4datadir = $(datadir)/aclocal
15 # Some people prefer "make test" to "make check".
21 (cd src && make check-asm)