ust: add tracepoint.{c,h} from kernel
[lttng-ust.git] / libmarkers / Makefile
... / ...
CommitLineData
1all: libmarkers.so
2
3libmarkers.so: marker.c *.c *.h
4 gcc -g -fPIC -I../share -I../libtracing -I. -shared -o libmarkers.so -L../../../../urcu -I../../../../urcu $(CFLAGS) -lurcu marker.c ../share/kref.c ../libtracing/channels.c
5
6.PHONY: libmarkers.so all
This page took 0.0225919999999999 seconds and 4 git commands to generate.