1 ## Process this file with automake to produce Makefile.in
3 DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
9 SUBDIRS = M4 man doc Win32 src $(octave_dir) examples regtest tests programs
10 DIST_SUBDIRS = M4 man doc Win32 src Octave examples regtest tests programs
12 EXTRA_DIST = libsndfile.spec.in sndfile.pc.in
16 pkgconfigdir = $(libdir)/pkgconfig
17 pkgconfig_DATA = sndfile.pc
19 m4datadir = $(datadir)/aclocal
21 #===============================================================================
25 # Target to make autogenerated files.
27 (cd src ; make genfiles)
28 (cd tests ; make genfiles)
31 (cd src ; make libsndfile.la checkprograms)
32 (cd tests ; make checkprograms)
35 (cd src ; make testprogs)
36 (cd tests ; make testprogs)
39 test-tarball : build-test-tarball.mk
41 make -f build-test-tarball.mk