Blob Blame History Raw
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

# Technically, the -lopa below isn't needed if you are only using the atomic
# primitives (not the queue code) and you are not using mutex emulation.

Name: OpenPA
Description: Portable library for atomic operations
Version: @VERSION@
Libs: -L${libdir} -lopa
Libs.private: @LIBS@
Cflags: -I${includedir}