repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
heimdal_build: Do not use LMDB in Heimdal even if we have it in Samba
[Samba.git]
/
lib
/
pthreadpool
/
Makefile
blob
48626bd2c0a86abd47e7fe5ccb530ffb27aac359
1
all
:
tests
2
3
CFLAGS
=-
O3
-
g
-
Wall
4
5
pthreadpool.o
:
pthreadpool.c pthreadpool.h
6
gcc
-
c
-
O3
-
o pthreadpool.o pthreadpool.c
-
I..
/
..
/
..
7
8
tests
:
tests.o pthreadpool.o
9
gcc
-
o tests tests.o pthreadpool.o
-
lpthread