From: yannick.brosseau@gmail.com (Yannick Brosseau)
Subject: [ltt-dev] [URCU PATCH] Add a pkg-config file for the new liburcu-cds
Date: Fri, 10 Jun 2011 17:22:40 -0400 [thread overview]
Message-ID: <1307740960-8699-1-git-send-email-yannick.brosseau@gmail.com> (raw)
Signed-off-by: Yannick Brosseau <yannick.brosseau at gmail.com>
---
Makefile.am | 4 ++--
configure.ac | 1 +
liburcu-cds.pc.in | 11 +++++++++++
3 files changed, 14 insertions(+), 2 deletions(-)
create mode 100644 liburcu-cds.pc.in
diff --git a/Makefile.am b/Makefile.am
index 3c06a2e..6409323 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,5 +59,5 @@ liburcu_bp_la_LIBADD = -lurcu-cds
liburcu_bp_la_DEPENDENCIES = liburcu-cds.la
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = liburcu.pc liburcu-bp.pc liburcu-qsbr.pc \
- liburcu-signal.pc liburcu-mb.pc
+pkgconfig_DATA = liburcu-cds.pc liburcu.pc liburcu-bp.pc liburcu-qsbr.pc \
+ liburcu-signal.pc liburcu-mb.pc
diff --git a/configure.ac b/configure.ac
index a885fd9..21d6fab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -246,6 +246,7 @@ AC_CONFIG_LINKS([
AC_CONFIG_FILES([
Makefile
tests/Makefile
+ liburcu-cds.pc
liburcu.pc
liburcu-bp.pc
liburcu-qsbr.pc
diff --git a/liburcu-cds.pc.in b/liburcu-cds.pc.in
new file mode 100644
index 0000000..e3d13af
--- /dev/null
+++ b/liburcu-cds.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Userspace RCU Concurrent Data Structures
+Description: Data structures leveraging RCU and atomic operations to provide efficient concurrency-aware storage
+Version: @PACKAGE_VERSION@
+Requires:
+Libs: -L${libdir} -lurcu-cds
+Cflags: -I${includedir}
--
1.7.5.4
next reply other threads:[~2011-06-10 21:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-10 21:22 Yannick Brosseau [this message]
2011-06-10 21:27 ` Mathieu Desnoyers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1307740960-8699-1-git-send-email-yannick.brosseau@gmail.com \
--to=yannick.brosseau@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox