mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-15 23:44:59 +01:00
8 lines
422 B
Makefile
8 lines
422 B
Makefile
AM_CXXFLAGS = -I../include @SBSMS_CFLAGS@
|
|
|
|
libsbsmsincludedir = $(includedir)
|
|
libsbsmsinclude_HEADERS = ../include/sbsms.h
|
|
|
|
lib_LTLIBRARIES = libsbsms.la
|
|
libsbsms_la_SOURCES = peak.cpp sms.cpp track.cpp trackpoint.cpp utils.cpp audio.cpp resample.cpp sbsms.cpp fft.cpp grain.cpp buffer.cpp subband.cpp audio.h buffer.h fft.h utils.h peak.h trackpoint.h grain.h real.h resample.h ../include/sbsms.h sms.h subband.h track.h
|