ref: 96de5819111e6f89e310981e49fa52e8b9cae653
dir: /lib/fft/Makefile/
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 $@