ref: 3224a2af1158a46e059aec84e88fae48d0dcfd49
dir: /Makefile.am/
## Process this file with automake to produce Makefile.in DISTCHECK_CONFIGURE_FLAGS = --enable-werror SUBDIRS = src doc examples tests DIST_SUBDIRS = Win32 $(SUBDIRS) EXTRA_DIST = autogen.sh libsamplerate.spec.in samplerate.pc.in Make.bat 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)