Root/usrp/Makefile

Source at commit 85f60de9d52195afb3a0232a03e850d96584bb9a created 12 years 10 months ago.
By Werner Almesberger, atusb/fw: use the unique serial number of the ATmega8/16/32U2 for iSerialNumber
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