From: Pierre-Marc Fournier Date: Thu, 19 Feb 2009 05:08:03 +0000 (-0500) Subject: ust: add global Makefile X-Git-Tag: v0.1~281 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=f3f6ac655895f40e8c95c1b6dd5156064ea67242;p=ust.git ust: add global Makefile --- diff --git a/Makefile b/Makefile new file mode 100644 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