annotate src/libsamplerate-0.1.9/Makefile.am @ 79:91c729825bca pa_catalina

Update build for AUDIO_COMPONENT_FIX
author Chris Cannam
date Wed, 30 Oct 2019 12:40:34 +0000
parents 481f5f8c5634
children
rev   line source
Chris@41 1 ## Process this file with automake to produce Makefile.in
Chris@41 2
Chris@41 3 DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
Chris@41 4
Chris@41 5 SUBDIRS = M4 src doc examples tests
Chris@41 6 DIST_SUBDIRS = Win32 $(SUBDIRS)
Chris@41 7
Chris@41 8 EXTRA_DIST = autogen.sh libsamplerate.spec.in samplerate.pc.in Make.bat
Chris@41 9
Chris@41 10 pkgconfigdir = $(libdir)/pkgconfig
Chris@41 11 pkgconfig_DATA = samplerate.pc
Chris@41 12
Chris@41 13 m4datadir = $(datadir)/aclocal
Chris@41 14
Chris@41 15 # Some people prefer "make test" to "make check".
Chris@41 16
Chris@41 17 test:
Chris@41 18 make check
Chris@41 19
Chris@41 20 check-asm :
Chris@41 21 (cd src && make check-asm)
Chris@41 22