Mercurial > hg > sv-dependency-builds
view src/libsamplerate-0.1.8/Makefile.am @ 77:4edcd14160a5 pa_catalina
Duplicate for patch testing
author | Chris Cannam |
---|---|
date | Wed, 30 Oct 2019 11:25:10 +0000 |
parents | c7265573341e |
children |
line wrap: on
line source
## Process this file with automake to produce Makefile.in DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror SUBDIRS = M4 src doc examples tests DIST_SUBDIRS = Win32 $(SUBDIRS) EXTRA_DIST = autogen.sh libsamplerate.spec.in samplerate.pc.in Make.bat pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = samplerate.pc m4datadir = $(datadir)/aclocal # Some people prefer "make test" to "make check". test: make check check-asm : (cd src && make check-asm)