Date: Thursday, May 3, 2007 @ 15:29:59
Author: marc
Path: /cvsroot/carob/carob/test
Modified: GNUmakefile (1.48 -> 1.49)
checklib and checkstatic don't depend on default target in ".." anymore,
but explicitely on lib and static (all are not built by default)
-------------+
GNUmakefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.48 carob/test/GNUmakefile:1.49
--- carob/test/GNUmakefile:1.48 Tue Mar 13 15:07:17 2007
+++ carob/test/GNUmakefile Thu May 3 15:29:59 2007
@@ -73,8 +73,11 @@
${CXX} ${CXXFLAGS} $^ ${LDFLAGS} ${TEST_LDFLAGS} -lcppunit
${CLIENT_LDLIBS} -o $@
${LDD} $@
-${LIB_CAROB_SO} ${LIB_CAROB_A}:
- ${MAKE} -C ${CAROB_ROOT}
+${LIB_CAROB_SO}:
+ ${MAKE} -C ${CAROB_ROOT} ${LIB_CAROB_REALNAME}
+
+${LIB_CAROB_A}:
+ ${MAKE} -C ${CAROB_ROOT} ${LIB_CAROB_STATIC}
# use this when compiling with mingw
static: ${TESTOBJS} CarobTestLauncher.o ${LIB_CAROB_A}
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits