Adding upstream version 0.6.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c49a9029dc
commit
7f70a05c55
465 changed files with 60158 additions and 0 deletions
10
build/ck.pc.in
Normal file
10
build/ck.pc.in
Normal file
|
@ -0,0 +1,10 @@
|
|||
prefix=@PREFIX@
|
||||
includedir=@HEADERS@
|
||||
libdir=@LIBRARY@
|
||||
|
||||
Name: Concurrency Kit
|
||||
Description: Toolkit for well-specified design and implementation of concurrent systems
|
||||
URL: http://concurrencykit.org/
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lck
|
||||
Cflags: -D__@PROFILE@__ -I${includedir} @PC_CFLAGS@
|
Loading…
Add table
Add a link
Reference in a new issue