blob: 1295c9216261d665cf85965f82b412cb88a4f384 [file] [log] [blame]
Emeric Vigiereebea672012-08-06 17:36:30 -04001## Process this file with automake to produce Makefile.in
2
3DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
4
5SUBDIRS = M4 src doc examples tests
6DIST_SUBDIRS = Win32 $(SUBDIRS)
7
8EXTRA_DIST = autogen.sh libsamplerate.spec.in samplerate.pc.in Make.bat
9
10pkgconfigdir = $(libdir)/pkgconfig
11pkgconfig_DATA = samplerate.pc
12
13m4datadir = $(datadir)/aclocal
14
15# Some people prefer "make test" to "make check".
16
17test:
18 make check
19
20check-asm :
21 (cd src && make check-asm)
22