view src/portaudio/bindings/cpp/bin/Makefile.am @ 132:42a73082be24

Current Capnp libs and headers from git
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 20 Oct 2016 18:15:38 +0100
parents 8a15ff55d9af
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