projects
/
ust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e30409710ddd0e73d5a19b50f9ad68d031367aa9
[ust.git]
/
libtracectl
/
Makefile
1
all
:
libtracectl.so
2
3
libtracectl.so
:
tracectl.c
4
gcc
-
g
-
shared
-
fPIC
-
I..
/
libmarkers
-
I..
/
libtracing
-
I..
/
share
$(
CFLAGS
) -
o libtracectl.so tracectl.c marker-control.c ..
/
share
/
usterr.c
5
6
clean
:
7
rm
-
rf
*
.so
*
.o
8
9
.PHONY
:
libtracectl.so
This page took
0.02844 seconds
and
3
git commands to generate.