ref: a901d5647d30cf20fc0a096a612c58b2f99b8551
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 $@