third_party_libsnd/Makefile.am

44 lines
986 B
Makefile
Raw Normal View History

2007-05-14 09:55:24 +00:00
## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I M4
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
2010-10-06 11:16:41 +00:00
CLEANFILES = *~
2007-05-14 09:55:24 +00:00
pkgconfig_DATA = sndfile.pc
m4datadir = $(datadir)/aclocal
2010-10-06 11:16:41 +00:00
#===============================================================================
2007-05-14 09:55:24 +00:00
test: check-recursive
# Target to make autogenerated files.
genfiles :
(cd src ; make genfiles)
(cd tests ; make genfiles)
2007-05-14 09:55:24 +00:00
2011-07-07 09:47:51 +00:00
checkprograms :
(cd src ; make libsndfile.la checkprograms)
(cd tests ; make checkprograms)
2007-05-14 09:55:24 +00:00
testprogs :
(cd src ; make testprogs)
(cd tests ; make testprogs)
test-tarball : build-test-tarball.mk
(cd src ; make all libsndfile.la checkprograms)
(cd tests ; make all checkprograms)
make -f build-test-tarball.mk