Mercurial > hg > sv-dependency-builds
annotate src/portaudio_20161030_catalina_patch/bindings/cpp/lib/Makefile.am @ 169:223a55898ab9 tip default
Add null config files
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 02 Mar 2020 14:03:47 +0000 |
parents | d43aab368df9 |
children |
rev | line source |
---|---|
cannam@162 | 1 SRCDIR = $(top_srcdir)/source/portaudiocpp |
cannam@162 | 2 |
cannam@162 | 3 lib_LTLIBRARIES = libportaudiocpp.la |
cannam@162 | 4 |
cannam@162 | 5 LDADD = libportaudiocpp.la |
cannam@162 | 6 |
cannam@162 | 7 libportaudiocpp_la_LDFLAGS = -version-info $(LT_VERSION_INFO) -no-undefined |
cannam@162 | 8 |
cannam@162 | 9 libportaudiocpp_la_LIBADD = $(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la |
cannam@162 | 10 libportaudiocpp_la_SOURCES = \ |
cannam@162 | 11 $(SRCDIR)/BlockingStream.cxx \ |
cannam@162 | 12 $(SRCDIR)/CallbackInterface.cxx \ |
cannam@162 | 13 $(SRCDIR)/CallbackStream.cxx \ |
cannam@162 | 14 $(SRCDIR)/CFunCallbackStream.cxx \ |
cannam@162 | 15 $(SRCDIR)/CppFunCallbackStream.cxx \ |
cannam@162 | 16 $(SRCDIR)/Device.cxx \ |
cannam@162 | 17 $(SRCDIR)/DirectionSpecificStreamParameters.cxx \ |
cannam@162 | 18 $(SRCDIR)/Exception.cxx \ |
cannam@162 | 19 $(SRCDIR)/HostApi.cxx \ |
cannam@162 | 20 $(SRCDIR)/InterfaceCallbackStream.cxx \ |
cannam@162 | 21 $(SRCDIR)/MemFunCallbackStream.cxx \ |
cannam@162 | 22 $(SRCDIR)/Stream.cxx \ |
cannam@162 | 23 $(SRCDIR)/StreamParameters.cxx \ |
cannam@162 | 24 $(SRCDIR)/System.cxx \ |
cannam@162 | 25 $(SRCDIR)/SystemDeviceIterator.cxx \ |
cannam@162 | 26 $(SRCDIR)/SystemHostApiIterator.cxx |