Root/usrp/Makefile

1CFLAGS=-Wall -O9
2LDLIBS=-lm
3LDLIBS_fft=-lfftw3 -lm
4
5all: peak avg fft
6
7fft: fft.c
8    $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS_fft)
9

Archive Download this file



interactive