Module: xenomai-3
Branch: stable-3.0.x
Commit: 3cf574401e5dbbee5f8782e4db544395db429ff2
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=3cf574401e5dbbee5f8782e4db544395db429ff2

Author: Gilles Chanteperdrix <gilles.chanteperd...@xenomai.org>
Date:   Fri Jan  8 07:42:46 2016 +0100

smokey: align Makefile on next branch

---

 testsuite/smokey/Makefile.am |   33 ++++++++++-----------------------
 1 file changed, 10 insertions(+), 23 deletions(-)

diff --git a/testsuite/smokey/Makefile.am b/testsuite/smokey/Makefile.am
index 87e0555..465e32b 100644
--- a/testsuite/smokey/Makefile.am
+++ b/testsuite/smokey/Makefile.am
@@ -5,9 +5,7 @@ CCLD = $(top_srcdir)/scripts/wrap-link.sh $(CC)
 
 smokey_SOURCES = main.c
 
-if XENO_COBALT
-wrappers = $(XENO_POSIX_WRAPPERS)
-SUBDIRS =              \
+COBALT_SUBDIRS =       \
        arith           \
        bufp            \
        iddp            \
@@ -25,8 +23,16 @@ SUBDIRS =            \
        tsc             \
        vdso-access     \
        xddp
+
+MERCURY_SUBDIRS =
+
+DIST_SUBDIRS = $(COBALT_SUBDIRS) $(MERCURY_SUBDIRS)
+
+if XENO_COBALT
+wrappers = $(XENO_POSIX_WRAPPERS)
+SUBDIRS = $(COBALT_SUBDIRS)
 else
-SUBDIRS =
+SUBDIRS = $(MERCURY_SUBDIRS)
 wrappers =
 endif
 
@@ -50,22 +56,3 @@ smokey_LDADD =                                       \
        ../../lib/@XENO_CORE_LIB@               \
         @XENO_USER_LDADD@                      \
        -lpthread -lrt
-
-DIST_SUBDIRS =                 \
-       arith           \
-       bufp            \
-       iddp            \
-       leaks           \
-       posix-clock     \
-       posix-cond      \
-       posix-fork      \
-       posix-mutex     \
-       posix-select    \
-       rtdm            \
-       sched-quota     \
-       sched-tp        \
-       sigdebug        \
-       timerfd         \
-       tsc             \
-       vdso-access     \
-       xddp


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://xenomai.org/mailman/listinfo/xenomai-git

Reply via email to