mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-05 22:21:15 +01:00
8 lines
429 B
Makefile
8 lines
429 B
Makefile
AM_CXXFLAGS = -I../include @SBSMS_CFLAGS@
|
|
|
|
libsbsmsincludedir = $(includedir)
|
|
libsbsmsinclude_HEADERS = ../include/sbsms.h
|
|
|
|
lib_LTLIBRARIES = libsbsms.la
|
|
libsbsms_la_SOURCES = sms.cpp track.cpp trackpoint.cpp resample.cpp sbsms.cpp fft.cpp grain.cpp buffer.cpp dBTable.cpp slide.cpp dBTable.h synthTable.h sse.h subband.cpp buffer.h fft.h utils.h trackpoint.h grain.h real.h resample.h ../include/sbsms.h sms.h subband.h track.h
|