11 lines
263 B
PkgConfig
11 lines
263 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: The atomic_ops library
|
|
Description: Atomic memory update operations portable implementation
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -latomic_ops
|
|
Cflags: -I${includedir}
|