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.

21 lines
475B

  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. %D%/rtaudio_c.cpp
  10. rtaudio_incdir = $(includedir)/rtaudio
  11. rtaudio_inc_HEADERS = \
  12. %D%/RtAudio.h \
  13. %D%/rtaudio_c.h
  14. pkgconfigdatadir = $(libdir)/pkgconfig
  15. pkgconfigdata_DATA = rtaudio.pc
  16. EXTRA_DIST = autogen.sh readme install.txt contrib include