ust: add global Makefile
[ust.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..7d54173
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+CFLAGS="-I ../../../../urcu -I ../../../../libkcompat -Wl,-rpath ../../../../urcu"
+
+all:
+       CFLAGS=${CFLAGS} make -C libmarkers
+       CFLAGS=${CFLAGS} make -C libtracing
+       CFLAGS=${CFLAGS} make -C libtracectl
+       CFLAGS=${CFLAGS} make -C hello
+       CFLAGS=${CFLAGS} make -C libmallocwrap
+
+.PHONY: all
This page took 0.02332 seconds and 4 git commands to generate.