ref: 20ad5171b07f1af0c0d16728d8ad5d2b24c81bd7
dir: /Makefile.am/
## Process this file with automake to produce Makefile.in DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror SUBDIRS = src doc examples tests DIST_SUBDIRS = Win32 $(SUBDIRS) EXTRA_DIST = reconfigure.mk libsamplerate.spec.in samplerate.pc.in Make.bat pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = samplerate.pc m4datadir = $(datadir)/aclocal # Some people prefer "make test" to "make check". test: make check check-asm : (cd src && make check-asm)