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.

19 lines
433B

  1. SUBDIRS = . tests
  2. if MAKE_DOC
  3. SUBDIRS += doc
  4. endif
  5. lib_LTLIBRARIES = %D%/librtaudio.la
  6. %C%_librtaudio_la_LDFLAGS = -no-undefined -export-dynamic -version-info @SO_VERSION@
  7. %C%_librtaudio_la_SOURCES = \
  8. %D%/RtAudio.cpp
  9. rtaudio_incdir = $(includedir)/rtaudio
  10. rtaudio_inc_HEADERS = \
  11. %D%/RtAudio.h
  12. pkgconfigdatadir = $(libdir)/pkgconfig
  13. pkgconfigdata_DATA = rtaudio.pc
  14. EXTRA_DIST = autogen.sh readme install.txt contrib include