projects
/
lttng-ust.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
ust: add userspace rcu support
[lttng-ust.git]
/
libtracing
/
Makefile
Commit
Line
Data
b6bf28ec
PMF
1
all: libtracing.so
2
3
libtracing.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.024876 seconds
and
4
git commands to generate.