blob: 559a8519e452add8471349a78e02da11823e0a3c (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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 fftgrsort.cpp \
fftgrshuf.cpp fftgrrev.cpp
#HDRS= \
main.h
|