rename configure.in to configure.ac
[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.037505 seconds and 4 git commands to generate.