mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 18:09:59 +00:00
24 lines
561 B
Makefile
24 lines
561 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = man doc Win32 MacOS9 Octave src examples tests
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
EXTRA_DIST = reconfigure.mk acinclude.m4 libsndfile.spec.in \
|
|
sndfile.pc.in Make.bat
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = sndfile.pc
|
|
|
|
m4datadir = $(datadir)/aclocal
|
|
|
|
test: check-recursive
|
|
|
|
|
|
|
|
## 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
|
|
|