rename configure.in to configure.ac
[ust.git] / libtracing / Makefile
CommitLineData
b6bf28ec
PMF
1all: libtracing.so
2
3libtracing.so: *.c *.h
09938485 4 gcc -g -fPIC -I../share -I../libtracing -I../libmarkers $(CFLAGS) -shared -o libtracing.so *.c
b6bf28ec
PMF
5
6.PHONY: libtracing.so all
This page took 0.022056 seconds and 4 git commands to generate.