nothrflavour=gcc32
thrflavour=gcc32pthr
expat_prefix=/opt/expat
-ares_prefix=/opt/ares
-include Makefile.inc
-include ../Makefile.inc
-I${stagedir}/include \
-I${glite_location}/include \
-I${expat_prefix}/include \
- -I${ares_prefix}/include \
${COVERAGE_FLAGS} \
-D_GNU_SOURCE \
-DDATAGRID_EXTENSION
endif
EXPAT_LIBS:=${EXPAT_LIBS} -lexpat
-ARES_LIBS:=-L${ares_prefix}/lib -lares
LDFLAGS:=-L${stagedir}/lib \
${COVERAGE_FLAGS}
-EXT_LIBS:= ${EXPAT_LIBS} ${ARES_LIBS} ${GLOBUS_LIBS}
-EXT_THRLIBS:= ${EXPAT_LIBS} ${ARES_LIBS} ${GLOBUS_THRLIBS}
+EXT_LIBS:= ${EXPAT_LIBS} ${GLOBUS_LIBS}
+EXT_THRLIBS:= ${EXPAT_LIBS} ${GLOBUS_THRLIBS}
# breaks linking when not installed in /opt, /home/dimeglio etc.
# ${GLITE_LIBS} \
# ${GLOBUS_LIBS} \
-# ${EXPAT_LIBS} \
-# ${ARES_LIBS} \
+# ${EXPAT_LIBS}
TEST_LIBS:=-L${cppunit}/lib -lcppunit
TEST_INC:=-I${cppunit}/include
Revision history:
$Log$
+ Revision 1.3 2004/08/31 07:57:17 akrenek
+ very first unit test
+
Revision 1.2 2004/07/06 20:50:10 flammer
Moved to configure.properties.xml
glite_location=${with.glite.location}
globus_prefix=${with.globus.prefix}
expat_prefix=${with.expat.prefix}
-ares_prefix=${with.ares.prefix}
thrflavour=${with.globus.thr.flavor}
nothrflavour=${with.globus.nothr.flavor}
cppunit=${with.cppunit.prefix}