diff options
-rw-r--r-- | externals/grill/dynext/package.txt | 7 | ||||
-rw-r--r-- | externals/grill/fftease/package.txt | 15 | ||||
-rw-r--r-- | externals/grill/pool/package.txt | 6 |
3 files changed, 28 insertions, 0 deletions
diff --git a/externals/grill/dynext/package.txt b/externals/grill/dynext/package.txt new file mode 100644 index 00000000..536e1843 --- /dev/null +++ b/externals/grill/dynext/package.txt @@ -0,0 +1,7 @@ +NAME=dyn~
+
+SRCDIR=src
+
+SRCS= main.cpp
+HDRS=
+
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
+
diff --git a/externals/grill/pool/package.txt b/externals/grill/pool/package.txt new file mode 100644 index 00000000..1fca6a4f --- /dev/null +++ b/externals/grill/pool/package.txt @@ -0,0 +1,6 @@ +NAME=pool
+
+SRCDIR=source
+
+SRCS= main.cpp data.cpp pool.cpp
+HDRS= pool.h
|