Mercurial > hg > sv-dependency-builds
view src/libsndfile-1.0.27/regtest/Makefile.am @ 152:ffc6df9c760c
List of exclusions from the appimage repo
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 28 Jun 2018 15:29:59 +0100 |
parents | cd6cdf86811e |
children |
line wrap: on
line source
## Process this file with automake to produce Makefile.in bin_PROGRAMS = sndfile-regtest noinst_HEADERS = regtest.h AM_CPPFLAGS = -I$(top_srcdir)/src $(SQLITE3_CFLAGS) $(OS_SPECIFIC_CFLAGS) sndfile_regtest_SOURCES = sndfile-regtest.c database.c checksum.c sndfile_regtest_LDADD = $(top_builddir)/src/libsndfile.la $(SQLITE3_LIBS) CLEANFILES = *~ *.exe