2007-05-14 09:55:24 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2005-06-10 08:52:18 +00:00
|
|
|
SUBDIRS = man doc Win32 Octave src examples regtest tests
|
2007-05-14 09:55:24 +00:00
|
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
2004-06-14 11:54:59 +00:00
|
|
|
EXTRA_DIST = reconfigure.mk acinclude.m4 libsndfile.spec.in \
|
|
|
|
sndfile.pc.in Make.bat
|
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
|
|
|
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|