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