You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- SUBDIRS = . tests
- if MAKE_DOC
- SUBDIRS += doc
- endif
-
- lib_LTLIBRARIES = %D%/librtaudio.la
- %C%_librtaudio_la_LDFLAGS = -no-undefined -export-dynamic -version-info @SO_VERSION@
- %C%_librtaudio_la_SOURCES = \
- %D%/RtAudio.cpp
-
- rtaudio_incdir = $(includedir)/rtaudio
- rtaudio_inc_HEADERS = \
- %D%/RtAudio.h
-
- pkgconfigdatadir = $(libdir)/pkgconfig
- pkgconfigdata_DATA = rtaudio.pc
-
- EXTRA_DIST = autogen.sh readme install.txt contrib include
|