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