From: alexandre.montplaisir@polymtl.ca (Alexandre Montplaisir)
Subject: [ltt-dev] [URCU PATCH] Consolidate _LIBADD and _DEPENDENCIES in Makefile.am
Date: Fri, 10 Jun 2011 17:02:48 -0400 [thread overview]
Message-ID: <1307739768-12226-1-git-send-email-alexandre.montplaisir@polymtl.ca> (raw)
Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir at polymtl.ca>
---
Makefile.am | 15 +++++----------
1 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 3c06a2e..f7a7bb9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,26 +37,21 @@ liburcu_cds_la_SOURCES = wfqueue.c wfstack.c rculfqueue.c rculfstack.c \
$(COMPAT)
liburcu_la_SOURCES = urcu.c urcu-pointer.c $(COMPAT)
-liburcu_la_LIBADD = -lurcu-cds
-liburcu_la_DEPENDENCIES = liburcu-cds.la
+liburcu_la_LIBADD = liburcu-cds.la
liburcu_qsbr_la_SOURCES = urcu-qsbr.c urcu-pointer.c $(COMPAT)
-liburcu_qsbr_la_LIBADD = -lurcu-cds
-liburcu_qsbr_la_DEPENDENCIES = liburcu-cds.la
+liburcu_qsbr_la_LIBADD = liburcu-cds.la
liburcu_mb_la_SOURCES = urcu.c urcu-pointer.c $(COMPAT)
liburcu_mb_la_CFLAGS = -DRCU_MB
-liburcu_mb_la_LIBADD = -lurcu-cds
-liburcu_mb_la_DEPENDENCIES = liburcu-cds.la
+liburcu_mb_la_LIBADD = liburcu-cds.la
liburcu_signal_la_SOURCES = urcu.c urcu-pointer.c $(COMPAT)
liburcu_signal_la_CFLAGS = -DRCU_SIGNAL
-liburcu_signal_la_LIBADD = -lurcu-cds
-liburcu_signal_la_DEPENDENCIES = liburcu-cds.la
+liburcu_signal_la_LIBADD = liburcu-cds.la
liburcu_bp_la_SOURCES = urcu-bp.c urcu-pointer.c $(COMPAT)
-liburcu_bp_la_LIBADD = -lurcu-cds
-liburcu_bp_la_DEPENDENCIES = liburcu-cds.la
+liburcu_bp_la_LIBADD = liburcu-cds.la
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = liburcu.pc liburcu-bp.pc liburcu-qsbr.pc \
--
1.7.4.1
next reply other threads:[~2011-06-10 21:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-10 21:02 Alexandre Montplaisir [this message]
2011-06-10 21:14 ` 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=1307739768-12226-1-git-send-email-alexandre.montplaisir@polymtl.ca \
--to=alexandre.montplaisir@polymtl.ca \
/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