view src/portaudio_20140130/bindings/cpp/bin/Makefile.am @ 131:cd8a866e0905

Debug build of Rubber Band Library
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 19 Oct 2016 17:32:56 +0100
parents e3d5853d5918
children
line wrap: on
line source
BINDIR = $(top_srcdir)/example
LIBDIR = $(top_builddir)/lib

noinst_PROGRAMS = devs sine

LDADD = $(LIBDIR)/libportaudiocpp.la $(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la

devs_SOURCES = $(BINDIR)/devs.cxx
sine_SOURCES = $(BINDIR)/sine.cxx