aboutsummaryrefslogtreecommitdiff
path: root/tbext
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2003-09-18 05:05:30 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:53 +0200
commitb2f05c9b120dc9a6578a06053207bd567254ce36 (patch)
treec1c684c8ffaa0d80438268b007302867c31f09c8 /tbext
parentf4c793955cb1170ff0fa0a2e30a8b619ee582325 (diff)
some spectral processors have been added
svn path=/trunk/externals/tb/; revision=1008
Diffstat (limited to 'tbext')
-rwxr-xr-xtbext/make-files.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tbext/make-files.txt b/tbext/make-files.txt
index 846ab54..273787a 100755
--- a/tbext/make-files.txt
+++ b/tbext/make-files.txt
@@ -1,7 +1,9 @@
# all the source files from the package
SRCDIR = source
SRCS= \
- main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp tbpow~.cpp tbfft1.cpp tbfft2.cpp fftbuf.cpp # tbg7xx.cpp tbstrg.cpp
+ main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp tbpow~.cpp \
+ tbfft1.cpp tbfft2.cpp fftbuf.cpp fftgrsort.cpp fftgrshuf.cpp \
+ fftgrrev.cpp # tbg7xx.cpp tbstrg.cpp
#HDRS= \