annotate src/portaudio_20161030/bindings/cpp/bin/Makefile.am @ 56:af97cad61ff0

Add updated build of PortAudio for OSX
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 03 Jan 2017 15:10:52 +0000
parents 284acf908dcd
children
rev   line source
Chris@4 1 BINDIR = $(top_srcdir)/example
Chris@4 2 LIBDIR = $(top_builddir)/lib
Chris@4 3
Chris@4 4 noinst_PROGRAMS = devs sine
Chris@4 5
Chris@4 6 LDADD = $(LIBDIR)/libportaudiocpp.la $(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la
Chris@4 7
Chris@4 8 devs_SOURCES = $(BINDIR)/devs.cxx
Chris@4 9 sine_SOURCES = $(BINDIR)/sine.cxx