Date: Monday, January 8, 2007 @ 20:11:56
  Author: marc
    Path: /cvsroot/carob/carob/test

Modified: GNUmakefile (1.32 -> 1.33)

Fixed static target.
Fixed make -C .. to rebuild libs


-------------+
 GNUmakefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.32 carob/test/GNUmakefile:1.33
--- carob/test/GNUmakefile:1.32 Mon Jan  8 17:49:03 2007
+++ carob/test/GNUmakefile      Mon Jan  8 20:11:55 2007
@@ -78,12 +78,12 @@
 ${EXE}: ${TESTOBJS} CarobTestLauncher.o ${LIB_CAROB_SO}
        ${CXX} ${CXXFLAGS} $^ ${LDFLAGS} ${TEST_LDFLAGS} ${TEST_LDLIBS} -o $@
 
-${LIB_CAROB_FILE}:
+${LIB_CAROB_SO} ${LIB_CAROB_A}:
        ${MAKE} -C ${CAROB_ROOT}
 
 # use this when compiling with mingw
 static: ${TESTOBJS} CarobTestLauncher.o ${LIB_CAROB_A}
-       ${CXX} ${CXXFLAGS} $^ ${LDFLAGS} ${LDLIBS} -o $@
+       ${CXX} ${CXXFLAGS} $^ ${LDFLAGS} -lgmp ${LDLIBS} ${TEST_LDLIBS} -o $@
 
 clean:
        ${RM} ${TESTOBJS} CarobTestLauncher.o ${EXE}

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to