initial commit

This commit is contained in:
2014-01-18 15:06:11 +01:00
parent 3fabb8dcf8
commit 768bec39b3
408 changed files with 171325 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
BINDIR = $(top_srcdir)/example
LIBDIR = $(top_builddir)/lib
noinst_PROGRAMS = devs sine
LDADD = $(LIBDIR)/libportaudiocpp.la
devs_SOURCES = $(BINDIR)/devs.cxx
sine_SOURCES = $(BINDIR)/sine.cxx