Git init
[external/libsndfile.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
4
5 if BUILD_OCTAVE_MOD
6 octave_dir = Octave
7 endif
8
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
11
12 EXTRA_DIST = libsndfile.spec.in sndfile.pc.in
13
14
15 pkgconfigdir = $(libdir)/pkgconfig
16 pkgconfig_DATA = sndfile.pc
17
18 m4datadir = $(datadir)/aclocal
19
20 test: check-recursive
21
22 # Target to make autogenerated files.
23 genfiles :
24         (cd src ; make genfiles)
25         (cd tests ; make genfiles)
26
27
28 testprogs :
29         (cd src ; make testprogs)
30         (cd tests ; make testprogs)
31
32
33 test-tarball : build-test-tarball.mk
34         make all
35         make -f build-test-tarball.mk