Date: Monday, November 14, 2005 @ 19:12:05
  Author: marc
    Path: /cvsroot/carob/carob/test

Modified: GNUmakefile (1.1 -> 1.2)

replaced CFLAGS by CXXFLAGS and CAROB_SRC by CAROB_ROOT


-------------+
 GNUmakefile |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.1 carob/test/GNUmakefile:1.2
--- carob/test/GNUmakefile:1.1  Mon Nov 14 18:51:38 2005
+++ carob/test/GNUmakefile      Mon Nov 14 19:12:05 2005
@@ -22,11 +22,11 @@
 # Makefile for the Carob C++ API and tests
 #
 
-CAROB_SRC                      = ..
+CAROB_ROOT                     = ..
 
 LIB_CAROB                      = carobcpp
 
-INCDIR                         = ${CAROB_SRC}/include
+INCDIR                         = ${CAROB_ROOT}/include
 
 
 LIB_CPPUNIT                    = cppunit
@@ -37,8 +37,8 @@
                       TestExecReadRequest.o\
                       TestStatement.o\
                       CarobTestLauncher.o
-CFLAGS                         = -g3 -Wall -I${INCDIR}
-LDFLAGS                = -Wl,-rpath,. -L${CAROB_SRC} -l${LIB_CAROB} -ldl 
-l${LIB_CPPUNIT}
+CXXFLAGS               = -g3 -Wall -I${INCDIR}
+LDFLAGS                = -Wl,-rpath,. -L${CAROB_ROOT} -l${LIB_CAROB} -ldl 
-l${LIB_CPPUNIT}
 EXE                    = carobTestLauncher
 
 
@@ -46,7 +46,7 @@
        ${CXX} ${LDFLAGS} -o ${EXE} ${OBJS}
 
 ${TESTDIR}%.o: ${TESTDIR}%.cpp
-       ${CXX} ${CFLAGS} -o $@ -c $<
+       ${CXX} ${CXXFLAGS} -o $@ -c $<
 
 clean:
        ${RM} *.o ${EXE}

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

Reply via email to