d8abbbbeeaa60643c8812d35d47771fde14701bb
[ust.git] / libtracing / Makefile
1 all: libtracing.so
2
3 libtracing.so: *.c *.h
4 gcc -g -fPIC -I../share -I../libtracing -I../libmarkers $(CFLAGS) -shared -o libtracing.so *.c
5
6 .PHONY: libtracing.so all
This page took 0.027861 seconds and 3 git commands to generate.