Mercurial > hg > sv-dependency-builds
view src/portaudio/bindings/cpp/bin/Makefile.am @ 135:38d1c0e7850b
Headers for KJ/Capnp Win32
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 26 Oct 2016 13:18:45 +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