pkgsrc/devel/userspace-rcu/buildlink3.mk
pettai 365c7deff1 liburcu is a userspace RCU (read-copy-update) library. This data
synchronization library provides read-side access which scales linearly
with the number of cores. It does so by allowing multiples copies of a
given data structure to live at the same time, and by monitoring the
data structure accesses to detect grace periods after which memory
reclamation is possible.
2012-09-30 22:06:17 +00:00

12 lines
361 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2012/09/30 22:06:17 pettai Exp $
BUILDLINK_TREE+= userspace-rcu
.if !defined(USERSPACE_RCU_BUILDLINK3_MK)
USERSPACE_RCU_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.userspace-rcu+= userspace-rcu>=0.7.3
BUILDLINK_PKGSRCDIR.userspace-rcu?= ../../devel/userspace-rcu
.endif # USERSPACE_RCU_BUILDLINK3_MK
BUILDLINK_TREE+= -userspace-rcu