Mercurial > hg > sv-dependency-builds
annotate src/libsamplerate-0.1.8/Makefile.am @ 53:e1712f7d74a4
Rebuild with DW2 exception handling to match Qt
author | Chris Cannam |
---|---|
date | Thu, 27 Oct 2016 10:26:57 +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 |