Date: Tuesday, December 19, 2006 @ 16:32:09
  Author: marc
    Path: /cvsroot/carob/carob/test

Modified: GNUmakefile (1.25 -> 1.26)

splitted CXXFLAGS into optional -g3 -Wall and mandatory -I${INCDIR}. Removed 
-fPIC.


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


Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.25 carob/test/GNUmakefile:1.26
--- carob/test/GNUmakefile:1.25 Fri Dec  1 15:10:42 2006
+++ carob/test/GNUmakefile      Tue Dec 19 16:32:09 2006
@@ -41,8 +41,12 @@
 
 TESTOBJS = ${TESTSRCS:%.cpp=%.o}
 
-# for GCC
-CXXFLAGS                = -g3 -Wall -fPIC -I${INCDIR}
+# optional CXXFLAGS
+CXXFLAGS                = -g3 -Wall
+# mandatory CXXFLAGS (gcc)
+override CXXFLAGS       += -I${INCDIR}
+
+
 LDFLAGS                 = -fPIC -Wl,-rpath,${CAROB_ROOT} -L${CAROB_ROOT} 
-l${LIB_CAROB} -ldl -l${LIB_CPPUNIT} -rdynamic
 # For QT ui, uncomment this
 #LDFLAGS                 += -l${LIB_CPPUNIT_QTUI}

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

Reply via email to