]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - ugw/data/Makefile
Scripts for running all experiments, getting and processing results
[can-benchmark.git] / ugw / data / Makefile
diff --git a/ugw/data/Makefile b/ugw/data/Makefile
new file mode 100644 (file)
index 0000000..2f38e23
--- /dev/null
@@ -0,0 +1,10 @@
+MSGS=$(wildcard *-msgs.txt)
+
+DAT=$(MSGS:%-msgs.txt=%.dat)
+
+result: $(DAT) preprocess.m
+       ./preprocess.m $(DAT)
+
+
+%.dat: %-msgs.txt
+       awk '{print $$17}' < $< > $@