diff src/libsndfile-1.0.27/Makefile.am @ 40:1df64224f5ac

Current libsndfile source
author Chris Cannam
date Tue, 18 Oct 2016 13:22:47 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/libsndfile-1.0.27/Makefile.am	Tue Oct 18 13:22:47 2016 +0100
@@ -0,0 +1,44 @@
+## Process this file with automake to produce Makefile.in
+
+ACLOCAL_AMFLAGS = -I M4
+
+DISTCHECK_CONFIGURE_FLAGS = --enable-werror
+
+if BUILD_OCTAVE_MOD
+octave_dir = Octave
+endif
+
+SUBDIRS = M4 man doc Win32 src $(octave_dir) examples regtest tests programs
+DIST_SUBDIRS = M4 man doc Win32 src Octave examples regtest tests programs
+
+EXTRA_DIST = libsndfile.spec.in sndfile.pc.in Scripts/android-configure.sh \
+	Scripts/linux-to-win-cross-configure.sh Scripts/build-test-tarball.mk.in
+
+CLEANFILES = *~
+
+pkgconfig_DATA = sndfile.pc
+
+m4datadir = $(datadir)/aclocal
+
+#===============================================================================
+
+test: check-recursive
+
+# Target to make autogenerated files.
+genfiles :
+	(cd src ; make genfiles)
+	(cd tests ; make genfiles)
+
+checkprograms :
+	(cd src ; make libsndfile.la checkprograms)
+	(cd tests ; make checkprograms)
+
+testprogs :
+	(cd src ; make testprogs)
+	(cd tests ; make testprogs)
+
+
+test-tarball : Scripts/build-test-tarball.mk
+	(cd src ; make all libsndfile.la checkprograms)
+	(cd tests ; make all checkprograms)
+	make -f Scripts/build-test-tarball.mk