Mercurial > hg > sv-dependency-builds
annotate src/libsamplerate-0.1.8/Makefile.am @ 23:619f715526df sv_v2.1
Update Vamp plugin SDK to 2.5
author | Chris Cannam |
---|---|
date | Thu, 09 May 2013 10:52:46 +0100 |
parents | c7265573341e |
children |
rev | line source |
---|---|
Chris@0 | 1 ## Process this file with automake to produce Makefile.in |
Chris@0 | 2 |
Chris@0 | 3 DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror |
Chris@0 | 4 |
Chris@0 | 5 SUBDIRS = M4 src doc examples tests |
Chris@0 | 6 DIST_SUBDIRS = Win32 $(SUBDIRS) |
Chris@0 | 7 |
Chris@0 | 8 EXTRA_DIST = autogen.sh libsamplerate.spec.in samplerate.pc.in Make.bat |
Chris@0 | 9 |
Chris@0 | 10 pkgconfigdir = $(libdir)/pkgconfig |
Chris@0 | 11 pkgconfig_DATA = samplerate.pc |
Chris@0 | 12 |
Chris@0 | 13 m4datadir = $(datadir)/aclocal |
Chris@0 | 14 |
Chris@0 | 15 # Some people prefer "make test" to "make check". |
Chris@0 | 16 |
Chris@0 | 17 test: |
Chris@0 | 18 make check |
Chris@0 | 19 |
Chris@0 | 20 check-asm : |
Chris@0 | 21 (cd src && make check-asm) |
Chris@0 | 22 |