Mercurial > hg > sv-dependency-builds
annotate src/portaudio_20140130/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 | e3d5853d5918 |
| children |
| rev | line source |
|---|---|
| cannam@124 | 1 SRCDIR = $(top_srcdir)/source/portaudiocpp |
| cannam@124 | 2 |
| cannam@124 | 3 lib_LTLIBRARIES = libportaudiocpp.la |
| cannam@124 | 4 |
| cannam@124 | 5 LDADD = libportaudiocpp.la |
| cannam@124 | 6 |
| cannam@124 | 7 libportaudiocpp_la_LDFLAGS = -version-info $(LT_VERSION_INFO) -no-undefined |
| cannam@124 | 8 |
| cannam@124 | 9 libportaudiocpp_la_LIBADD = $(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la |
| cannam@124 | 10 libportaudiocpp_la_SOURCES = \ |
| cannam@124 | 11 $(SRCDIR)/BlockingStream.cxx \ |
| cannam@124 | 12 $(SRCDIR)/CallbackInterface.cxx \ |
| cannam@124 | 13 $(SRCDIR)/CallbackStream.cxx \ |
| cannam@124 | 14 $(SRCDIR)/CFunCallbackStream.cxx \ |
| cannam@124 | 15 $(SRCDIR)/CppFunCallbackStream.cxx \ |
| cannam@124 | 16 $(SRCDIR)/Device.cxx \ |
| cannam@124 | 17 $(SRCDIR)/DirectionSpecificStreamParameters.cxx \ |
| cannam@124 | 18 $(SRCDIR)/Exception.cxx \ |
| cannam@124 | 19 $(SRCDIR)/HostApi.cxx \ |
| cannam@124 | 20 $(SRCDIR)/InterfaceCallbackStream.cxx \ |
| cannam@124 | 21 $(SRCDIR)/MemFunCallbackStream.cxx \ |
| cannam@124 | 22 $(SRCDIR)/Stream.cxx \ |
| cannam@124 | 23 $(SRCDIR)/StreamParameters.cxx \ |
| cannam@124 | 24 $(SRCDIR)/System.cxx \ |
| cannam@124 | 25 $(SRCDIR)/SystemDeviceIterator.cxx \ |
| cannam@124 | 26 $(SRCDIR)/SystemHostApiIterator.cxx |
