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.

29 lines
595B

  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. if ASIO
  11. %C%_librtaudio_la_SOURCES += \
  12. asio.cpp \
  13. asiodrivers.cpp \
  14. asiolist.cpp \
  15. iasiothiscallresolver.cpp
  16. endif
  17. rtaudio_incdir = $(includedir)/rtaudio
  18. rtaudio_inc_HEADERS = \
  19. %D%/RtAudio.h \
  20. %D%/rtaudio_c.h
  21. pkgconfigdatadir = $(libdir)/pkgconfig
  22. pkgconfigdata_DATA = rtaudio.pc
  23. EXTRA_DIST = autogen.sh readme install.txt contrib include