Mercurial > hg > sv-dependency-builds
annotate src/libsndfile-1.0.25/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 | 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 if BUILD_OCTAVE_MOD |
Chris@0 | 6 octave_dir = Octave |
Chris@0 | 7 endif |
Chris@0 | 8 |
Chris@0 | 9 SUBDIRS = M4 man doc Win32 src $(octave_dir) examples regtest tests programs |
Chris@0 | 10 DIST_SUBDIRS = M4 man doc Win32 src Octave examples regtest tests programs |
Chris@0 | 11 |
Chris@0 | 12 EXTRA_DIST = libsndfile.spec.in sndfile.pc.in |
Chris@0 | 13 |
Chris@0 | 14 CLEANFILES = *~ |
Chris@0 | 15 |
Chris@0 | 16 pkgconfigdir = $(libdir)/pkgconfig |
Chris@0 | 17 pkgconfig_DATA = sndfile.pc |
Chris@0 | 18 |
Chris@0 | 19 m4datadir = $(datadir)/aclocal |
Chris@0 | 20 |
Chris@0 | 21 #=============================================================================== |
Chris@0 | 22 |
Chris@0 | 23 test: check-recursive |
Chris@0 | 24 |
Chris@0 | 25 # Target to make autogenerated files. |
Chris@0 | 26 genfiles : |
Chris@0 | 27 (cd src ; make genfiles) |
Chris@0 | 28 (cd tests ; make genfiles) |
Chris@0 | 29 |
Chris@0 | 30 checkprograms : |
Chris@0 | 31 (cd src ; make libsndfile.la checkprograms) |
Chris@0 | 32 (cd tests ; make checkprograms) |
Chris@0 | 33 |
Chris@0 | 34 testprogs : |
Chris@0 | 35 (cd src ; make testprogs) |
Chris@0 | 36 (cd tests ; make testprogs) |
Chris@0 | 37 |
Chris@0 | 38 |
Chris@0 | 39 test-tarball : build-test-tarball.mk |
Chris@0 | 40 make all |
Chris@0 | 41 make -f build-test-tarball.mk |