diff src/libsamplerate-0.1.8/Makefile.am @ 0:c7265573341e

Import initial set of sources
author Chris Cannam
date Mon, 18 Mar 2013 14:12:14 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/libsamplerate-0.1.8/Makefile.am	Mon Mar 18 14:12:14 2013 +0000
@@ -0,0 +1,22 @@
+## Process this file with automake to produce Makefile.in
+
+DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
+
+SUBDIRS = M4 src doc examples tests
+DIST_SUBDIRS = Win32 $(SUBDIRS)
+
+EXTRA_DIST = autogen.sh 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)
+