Root/usrp/Makefile

Source at commit 6caa0d36ab55987c506d2d242aef978132ec6f09 created 13 years 5 days ago.
By Werner Almesberger, consolidated atben/Makefile and atusb/Makefile into common template
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