ust: add kernel versions for tracer.c (ltt-tracer.c) tracer.h (ltt-tracer.h) and...
[ust.git] / libmarkers / Makefile
CommitLineData
c66d2821
PMF
1all: libmarkers.so
2
3libmarkers.so: marker.c *.c *.h
59b161cd
PMF
4 gcc -g -fPIC -I../share -I../libtracing -shared -o libmarkers.so marker.c ../share/kref.c
5
6.PHONY: libmarkers.so all
This page took 0.021792 seconds and 4 git commands to generate.