expat_prefix=/opt/expat
ares_prefix=/opt/ares
gsoap_prefix=/opt/gsoap
+classads_prefix=/opt/classads
-include Makefile.inc
-I${expat_prefix}/include \
-I${ares_prefix}/include \
-I${gsoap_prefix}/include -I${gsoap_prefix}/ \
+ -I${classads_prefix}/include \
${COVERAGE_FLAGS} \
-I${mysql_prefix}/include -I${mysql_prefix}/include/mysql \
-I${globus_prefix}/include/${nothrflavour} \
# -lvomsc${vomsflavour} \
# ${GLOBUS_LIBS}
+ifneq (${classads_prefix},/usr)
+ classadslib := -L${classads_prefix}/lib -lclassad
+endif
+
EXT_LIBS:= \
${mysqlib} -lmysqlclient -lz\
${GRIDSITE_LIBS} \
+ ${classadslib} \
-lvomsc${vomsflavour}
SRVBONES_LIB:= -L${stagedir}/lib -lglite_lb_server_bones
#!/bin/sh
GLITE_LOCATION=${GLITE_LOCATION:-/opt/glite}
-GLITE_LOCATION_VAR=${GLITE_LOCATION_VAR:-${GLITE_LOCATION}/var}
+GLITE_LOCATION_VAR=${GLITE_LOCATION_VAR:-/var/glite}
[ -f /etc/glite.conf ] && . /etc/glite.conf
[ -f $GLITE_LOCATION/etc/glite-wms.conf ] && . $GLITE_LOCATION/etc/glite-wms.conf
Revision history:
$Log$
+ Revision 1.8 2005/09/19 15:24:20 akrenek
+ "The gigantic merge"; from release 1.4 branch to HEAD
+
Revision 1.7.2.1 2005/08/09 15:02:10 jskrabal
- build with broken gsoap 2.7.0 repository package
cppunit=${with.cppunit.prefix}
gsoap_prefix=${with.gsoap.prefix}
gsoap_version=${ext.gsoap.version}
+classads_prefix=${with.classads.prefix}
</echo>
</target>
</project>