mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-27 03:50:29 +00:00
22 lines
462 B
Makefile
22 lines
462 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = M4 man doc Win32 src Octave examples regtest tests
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
EXTRA_DIST = reconfigure.mk 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)
|
|
|
|
|