diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-12-20 05:11:10 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-12-20 05:11:10 +0000 |
commit | 93bc88089105ba87759583c5f1dd2c77ac4fbf6a (patch) | |
tree | 2c1cf3c163af0af4f8876f45fe24729da8b92a12 /externals/grill/fftease | |
parent | 3ab0a9838446d7a0b06f4e92e8a962c3feaac83b (diff) |
updated build system
svn path=/trunk/; revision=2421
Diffstat (limited to 'externals/grill/fftease')
-rw-r--r-- | externals/grill/fftease/package.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/externals/grill/fftease/package.txt b/externals/grill/fftease/package.txt new file mode 100644 index 00000000..ea6b17c3 --- /dev/null +++ b/externals/grill/fftease/package.txt @@ -0,0 +1,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
+
|