Mercurial > hg > sv-dependency-builds
annotate src/libsndfile-1.0.27/Makefile.am @ 77:4edcd14160a5 pa_catalina
Duplicate for patch testing
author | Chris Cannam |
---|---|
date | Wed, 30 Oct 2019 11:25:10 +0000 |
parents | 1df64224f5ac |
children |
rev | line source |
---|---|
Chris@40 | 1 ## Process this file with automake to produce Makefile.in |
Chris@40 | 2 |
Chris@40 | 3 ACLOCAL_AMFLAGS = -I M4 |
Chris@40 | 4 |
Chris@40 | 5 DISTCHECK_CONFIGURE_FLAGS = --enable-werror |
Chris@40 | 6 |
Chris@40 | 7 if BUILD_OCTAVE_MOD |
Chris@40 | 8 octave_dir = Octave |
Chris@40 | 9 endif |
Chris@40 | 10 |
Chris@40 | 11 SUBDIRS = M4 man doc Win32 src $(octave_dir) examples regtest tests programs |
Chris@40 | 12 DIST_SUBDIRS = M4 man doc Win32 src Octave examples regtest tests programs |
Chris@40 | 13 |
Chris@40 | 14 EXTRA_DIST = libsndfile.spec.in sndfile.pc.in Scripts/android-configure.sh \ |
Chris@40 | 15 Scripts/linux-to-win-cross-configure.sh Scripts/build-test-tarball.mk.in |
Chris@40 | 16 |
Chris@40 | 17 CLEANFILES = *~ |
Chris@40 | 18 |
Chris@40 | 19 pkgconfig_DATA = sndfile.pc |
Chris@40 | 20 |
Chris@40 | 21 m4datadir = $(datadir)/aclocal |
Chris@40 | 22 |
Chris@40 | 23 #=============================================================================== |
Chris@40 | 24 |
Chris@40 | 25 test: check-recursive |
Chris@40 | 26 |
Chris@40 | 27 # Target to make autogenerated files. |
Chris@40 | 28 genfiles : |
Chris@40 | 29 (cd src ; make genfiles) |
Chris@40 | 30 (cd tests ; make genfiles) |
Chris@40 | 31 |
Chris@40 | 32 checkprograms : |
Chris@40 | 33 (cd src ; make libsndfile.la checkprograms) |
Chris@40 | 34 (cd tests ; make checkprograms) |
Chris@40 | 35 |
Chris@40 | 36 testprogs : |
Chris@40 | 37 (cd src ; make testprogs) |
Chris@40 | 38 (cd tests ; make testprogs) |
Chris@40 | 39 |
Chris@40 | 40 |
Chris@40 | 41 test-tarball : Scripts/build-test-tarball.mk |
Chris@40 | 42 (cd src ; make all libsndfile.la checkprograms) |
Chris@40 | 43 (cd tests ; make all checkprograms) |
Chris@40 | 44 make -f Scripts/build-test-tarball.mk |