projects
/
lttng-ust.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
ust: continue work
[lttng-ust.git]
/
libmarkers
/
Makefile
Commit
Line
Data
c66d2821
PMF
1
all: libmarkers.so
2
3
libmarkers.so: marker.c *.c *.h
59b161cd
PMF
4
gcc -g -fPIC -I../share -I../libtracing -shared -o libmarkers.so marker.c ../share/kref.c
5
6
.PHONY: libmarkers.so all
This page took
0.024474 seconds
and
4
git commands to generate.