acbfbead11ba0f10099ecbd868217327cb5e0ccc
[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.028956 seconds and 3 git commands to generate.