]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - latester/Makefile.omk
latester: Fix GCC 4.9 warnings
[can-benchmark.git] / latester / Makefile.omk
index 2a6c4b15783013aa72038cdc5427aa7a78e9f22f..c9b8e35dc1c0de7a0910329a56d9379d94d38116 100644 (file)
@@ -1,5 +1,19 @@
 # -*- makefile -*-
 
-bin_PROGRAMS += latester
-latester_SOURCES = latester.c
-latester_LIBS = rt pthread m ulut
+bin_PROGRAMS += latester vcanbench
+latester_SOURCES = latester.c canframelen.c
+latester_LIBS = rt pthread m talloc popt #ulut
+
+vcanbench_SOURCES = vcanbench.c
+vcanbench_LIBS = rt m talloc
+
+INCLUDES = -DSO_RXQ_OVFL=40 \
+          -DPF_CAN=29 \
+          -DAF_CAN=PF_CAN
+
+
+bin_PROGRAMS += setpgid
+setpgid_SOURCES = setpgid.c
+
+bin_PROGRAMS += test
+test_SOURCES = test.c canframelen.c