forked from Mirrors/freeswitch
f210c27f43
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3761 d0543943-73ff-0310-b7d9-9358b9ac24b2
28 lines
675 B
Makefile
28 lines
675 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = man doc Win32 Octave src examples regtest tests
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
EXTRA_DIST = reconfigure.mk acinclude.m4 libsndfile.spec.in \
|
|
sndfile.pc.in Mingw-make-dist.sh
|
|
|
|
|
|
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
|
|
|