2007-04-08 12:11:03 -04:00
|
|
|
# Process this file with automake to produce Makefile.in
|
2006-12-20 14:08:07 -05:00
|
|
|
|
2007-04-08 12:11:03 -04:00
|
|
|
SUBDIRS = Win32 Octave src
|
|
|
|
# man doc Win32 examples regtest tests
|
2006-12-20 14:08:07 -05:00
|
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
|
|
EXTRA_DIST = reconfigure.mk acinclude.m4 libsndfile.spec.in \
|
|
|
|
sndfile.pc.in Mingw-make-dist.sh
|
2007-04-08 12:11:03 -04:00
|
|
|
|
2006-12-20 14:08:07 -05:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = sndfile.pc
|
|
|
|
|
|
|
|
m4datadir = $(datadir)/aclocal
|
|
|
|
|
|
|
|
test: check-recursive
|
|
|
|
|
|
|
|
# Target to make autogenerated files.
|
|
|
|
genfiles :
|
|
|
|
(cd src ; make genfiles)
|
|
|
|
(cd tests ; make genfiles)
|
|
|
|
|
|
|
|
|
|
|
|
## Do not edit or modify anything in this comment block.
|
|
|
|
## The arch-tag line is a file identity tag for the GNU Arch
|
|
|
|
## revision control system.
|
|
|
|
##
|
|
|
|
## arch-tag: e40c569e-8020-4e95-b774-6b0703614526
|
|
|
|
|