moved trunk into place

This commit is contained in:
bjornroche 2008-03-20 14:24:39 +00:00
commit c1e1d067d2
260 changed files with 96276 additions and 0 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