2007-05-14 09:55:24 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2008-02-09 23:26:05 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
|
|
|
|
|
2007-09-07 00:16:40 +00:00
|
|
|
if BUILD_OCTAVE_MOD
|
|
|
|
octave_dir = Octave
|
|
|
|
endif
|
|
|
|
|
2008-10-21 11:49:55 +00:00
|
|
|
SUBDIRS = M4 man doc Win32 src $(octave_dir) examples regtest tests programs
|
|
|
|
DIST_SUBDIRS = M4 man doc Win32 src Octave examples regtest tests programs
|
|
|
|
|
2009-03-25 10:47:20 +00:00
|
|
|
EXTRA_DIST = libsndfile.spec.in sndfile.pc.in
|
2007-09-07 00:16:40 +00:00
|
|
|
|
|
|
|
|
2007-05-14 09:55:24 +00:00
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = sndfile.pc
|
|
|
|
|
|
|
|
m4datadir = $(datadir)/aclocal
|
|
|
|
|
|
|
|
test: check-recursive
|
|
|
|
|
2005-02-07 23:42:36 +00:00
|
|
|
# Target to make autogenerated files.
|
|
|
|
genfiles :
|
|
|
|
(cd src ; make genfiles)
|
|
|
|
(cd tests ; make genfiles)
|
2007-05-14 09:55:24 +00:00
|
|
|
|
|
|
|
|