]>
Commit | Line | Data |
---|---|---|
8529da43 MG |
1 | ## Process this file with automake to produce Makefile.in |
2 | ||
3 | DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror | |
4 | ||
5 | SUBDIRS = M4 src doc examples tests | |
6 | DIST_SUBDIRS = Win32 $(SUBDIRS) | |
7 | ||
8 | EXTRA_DIST = autogen.sh libsamplerate.spec.in samplerate.pc.in Make.bat | |
9 | ||
10 | pkgconfigdir = $(libdir)/pkgconfig | |
11 | pkgconfig_DATA = samplerate.pc | |
12 | ||
13 | m4datadir = $(datadir)/aclocal | |
14 | ||
15 | # Some people prefer "make test" to "make check". | |
16 | ||
17 | test: | |
18 | make check | |
19 | ||
20 | check-asm : | |
21 | (cd src && make check-asm) | |
22 |