libsndfile source files.
[Faustine.git] / interpretor / libsndfile-1.0.25 / 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 CLEANFILES = *~
15
16 pkgconfigdir = $(libdir)/pkgconfig
17 pkgconfig_DATA = sndfile.pc
18
19 m4datadir = $(datadir)/aclocal
20
21 #===============================================================================
22
23 test: check-recursive
24
25 # Target to make autogenerated files.
26 genfiles :
27 (cd src ; make genfiles)
28 (cd tests ; make genfiles)
29
30 checkprograms :
31 (cd src ; make libsndfile.la checkprograms)
32 (cd tests ; make checkprograms)
33
34 testprogs :
35 (cd src ; make testprogs)
36 (cd tests ; make testprogs)
37
38
39 test-tarball : build-test-tarball.mk
40 make all
41 make -f build-test-tarball.mk