blob: 025d042f631efb75e5c12b1c71195febfd2499b4 (
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
|