blob: ea6b17c3edede740dd4d2c9b5d0f5ead0b917451 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
NAME=fftease
SRCDIR=src
# all the source files from the package
SRCS= \
makewindows.c fold.c convert.c leanconvert.c fft4.c fft.c \
main.cpp fftease.cpp \
burrow~.cpp cross~.cpp dentist~.cpp disarray~.cpp drown~.cpp ether~.cpp \
morphine~.cpp scrape~.cpp shapee~.cpp swinger~.cpp taint~.cpp \
thresher~.cpp vacancy~.cpp xsyn~.cpp
HDRS= \
pv.h main.h
|