X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libtracectl%2FMakefile;fp=libtracectl%2FMakefile;h=0000000000000000000000000000000000000000;hb=7a7dca403897749bd9517dbb94cfc144adfd64f9;hp=acbfbead11ba0f10099ecbd868217327cb5e0ccc;hpb=d9ebd4fc80d40e5f089f0b56426d858b13950513;p=ust.git diff --git a/libtracectl/Makefile b/libtracectl/Makefile deleted file mode 100644 index acbfbea..0000000 --- a/libtracectl/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -all: libtracectl.so - -libtracectl.so: tracectl.c - gcc -g -shared -fPIC -I../libmarkers -I../libtracing -I../share -I../libustcomm -I. $(CFLAGS) -o libtracectl.so tracectl.c marker-control.c ../share/usterr.c ../libustcomm/ustcomm.c - -clean: - rm -rf *.so *.o - -.PHONY: libtracectl.so