rename configure.in to configure.ac
[ust.git] / libtracectl / Makefile
CommitLineData
68c1021b
PMF
1all: libtracectl.so
2
3libtracectl.so: tracectl.c
d0b5f2b9 4 gcc -g -shared -fPIC -I../libmarkers -I../libtracing -I../share -I../libustcomm -I. $(CFLAGS) -o libtracectl.so tracectl.c marker-control.c ../share/usterr.c ../libustcomm/ustcomm.c
68c1021b
PMF
5
6clean:
7 rm -rf *.so *.o
a584bc4e
PMF
8
9.PHONY: libtracectl.so
This page took 0.02241 seconds and 4 git commands to generate.