ust: continue moving communication stuff to libustcomm and cleanup
[ust.git] / libtracectl / Makefile
1 all: libtracectl.so
2
3 libtracectl.so: tracectl.c
4 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
5
6 clean:
7 rm -rf *.so *.o
8
9 .PHONY: libtracectl.so
This page took 0.032678 seconds and 4 git commands to generate.