shithub: soundpipe

ref: f6d97317c22b5d2e703844728a3f41b6bc3a74a4
dir: /lib/fft/Makefile/

View raw version
LPATHS += lib/fft/fft.o
UTIL += lib/fft/fft.c

lib/fft/fft.c: lib/fft/fftlib.c lib/fft/sp_fft.c
	echo "/* THIS IS A GENERATED FILE. DO NOT EDIT BY HAND */" > $@
	cat $^ >> $@

lib/fft/fft.o: lib/fft/fft.c
	$(C89) $< -c $(CFLAGS) -o $@