blob: ea13e7c9c7b7c00fe9f66bc7639d6fc8d55e5f02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
NAME=fftease
BUILDCLASS=ext
BUILDMODE=release
BUILDTYPE=single
PRECOMPILE=main.h
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
|