view src/portaudio_20140130/bindings/cpp/bin/Makefile.am @ 143:e95e00bdc3eb

Further win32 build updates
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 09 Jan 2017 13:51:38 +0000
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