We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe16b5 commit 820bb5aCopy full SHA for 820bb5a
.gitignore
@@ -13,7 +13,6 @@ examples/plot.dat
13
examples/*.bin
14
config.mk
15
test/*.bin
16
-lib/fft/fft.c
17
18
# Generated files
19
util/wav2smp
lib/fft/Makefile
@@ -1,9 +1,5 @@
1
LPATHS += lib/fft/fft.o
2
UTIL += lib/fft/fft.c
3
4
-lib/fft/fft.c: lib/fft/fftlib.c lib/fft/sp_fft.c
5
- echo "/* THIS IS A GENERATED FILE. DO NOT EDIT BY HAND */" > $@
6
- cat $^ >> $@
7
-
8
lib/fft/fft.o: lib/fft/fft.c
9
$(C89) $< -c $(CFLAGS) -o $@
lib/fft/fft.c
@@ -0,0 +1,2 @@
+#include "fftlib.c"
+#include "sp_fft.c"
0 commit comments