Adding 3 example Makefiles to track list.
[Faustine.git] / examples / 2d_fft / Makefile
diff --git a/examples/2d_fft/Makefile b/examples/2d_fft/Makefile
new file mode 100644 (file)
index 0000000..163b306
--- /dev/null
@@ -0,0 +1,10 @@
+SRC = fft2d.dsp
+INPUT = hcosine-32.csv
+
+all: clean fft2d
+
+fft2d: $(SRC) $(INPUT)
+       faustine -d $(SRC) -i $(INPUT) --oformat csv
+
+clean::
+       rm -f gmon.out output*