Mercurial > hg > sv-dependency-builds
annotate src/portaudio_20161030/bindings/cpp/lib/Makefile.am @ 162:d43aab368df9
Duplicate for patch testing
| author | Chris Cannam <cannam@all-day-breakfast.com> |
|---|---|
| date | Wed, 30 Oct 2019 11:25:10 +0000 |
| parents | 59a8758c56b1 |
| children |
| rev | line source |
|---|---|
| cannam@140 | 1 SRCDIR = $(top_srcdir)/source/portaudiocpp |
| cannam@140 | 2 |
| cannam@140 | 3 lib_LTLIBRARIES = libportaudiocpp.la |
| cannam@140 | 4 |
| cannam@140 | 5 LDADD = libportaudiocpp.la |
| cannam@140 | 6 |
| cannam@140 | 7 libportaudiocpp_la_LDFLAGS = -version-info $(LT_VERSION_INFO) -no-undefined |
| cannam@140 | 8 |
| cannam@140 | 9 libportaudiocpp_la_LIBADD = $(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la |
| cannam@140 | 10 libportaudiocpp_la_SOURCES = \ |
| cannam@140 | 11 $(SRCDIR)/BlockingStream.cxx \ |
| cannam@140 | 12 $(SRCDIR)/CallbackInterface.cxx \ |
| cannam@140 | 13 $(SRCDIR)/CallbackStream.cxx \ |
| cannam@140 | 14 $(SRCDIR)/CFunCallbackStream.cxx \ |
| cannam@140 | 15 $(SRCDIR)/CppFunCallbackStream.cxx \ |
| cannam@140 | 16 $(SRCDIR)/Device.cxx \ |
| cannam@140 | 17 $(SRCDIR)/DirectionSpecificStreamParameters.cxx \ |
| cannam@140 | 18 $(SRCDIR)/Exception.cxx \ |
| cannam@140 | 19 $(SRCDIR)/HostApi.cxx \ |
| cannam@140 | 20 $(SRCDIR)/InterfaceCallbackStream.cxx \ |
| cannam@140 | 21 $(SRCDIR)/MemFunCallbackStream.cxx \ |
| cannam@140 | 22 $(SRCDIR)/Stream.cxx \ |
| cannam@140 | 23 $(SRCDIR)/StreamParameters.cxx \ |
| cannam@140 | 24 $(SRCDIR)/System.cxx \ |
| cannam@140 | 25 $(SRCDIR)/SystemDeviceIterator.cxx \ |
| cannam@140 | 26 $(SRCDIR)/SystemHostApiIterator.cxx |
