From e76af7dd9a1ba5a2b4a490f4f5d3e120b19695d5 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Fri, 12 Nov 2010 11:56:12 -0300 Subject: [PATCH] usrp/: gave tools slightly more self-explaining names - usrp/d.c: renamed to avg.c - usrp/p.c: renamed to peak.c - usrp/Makefile (all): renamed for d and p - usrp/plot: renamed to plpk --- usrp/Makefile | 2 +- usrp/{d.c => avg.c} | 0 usrp/{p.c => peak.c} | 0 usrp/{plot => plpk} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename usrp/{d.c => avg.c} (100%) rename usrp/{p.c => peak.c} (100%) rename usrp/{plot => plpk} (100%) diff --git a/usrp/Makefile b/usrp/Makefile index bcfbbca..3959b2d 100644 --- a/usrp/Makefile +++ b/usrp/Makefile @@ -1,4 +1,4 @@ CFLAGS=-Wall -O9 LDFLAGS=-lm -all: p d +all: peak avg diff --git a/usrp/d.c b/usrp/avg.c similarity index 100% rename from usrp/d.c rename to usrp/avg.c diff --git a/usrp/p.c b/usrp/peak.c similarity index 100% rename from usrp/p.c rename to usrp/peak.c diff --git a/usrp/plot b/usrp/plpk similarity index 100% rename from usrp/plot rename to usrp/plpk