all : test fftdisplay CFLAGS:=-Ilib test : test.o gcc -Os -o $@ $^ -lfftw3 -lm fftdisplay : fftdisplay.o lib/DrawFunctions.o lib/XDriver.o lib/os_generic.o gcc -Os -o $@ $^ -lfftw3 -lm -lX11 -lm -lpthread -lXinerama -lXext runfft1065: fftdisplay rtl_sdr -f 106.4e6 -s 200000 -b 1024 - | ./fftdisplay clean : rm -rf *.o *~ test lib/*.o