libsndfile source files.
[Faustine.git] / interpretor / libsndfile-1.0.25 / Makefile.am
diff --git a/interpretor/libsndfile-1.0.25/Makefile.am b/interpretor/libsndfile-1.0.25/Makefile.am
new file mode 100644 (file)
index 0000000..c7c1474
--- /dev/null
@@ -0,0 +1,41 @@
+## Process this file with automake to produce Makefile.in
+
+DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-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
+
+CLEANFILES = *~
+
+pkgconfigdir = $(libdir)/pkgconfig
+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 : build-test-tarball.mk
+       make all
+       make -f build-test-tarball.mk