# we are.
VERSION_AHEAD=2
+CHECK_VERSION:=VERSION=${version} VERSION_AHEAD=${VERSION_AHEAD} perl ${top_srcdir}/project/check_version.pl
GLOBUS_LIBS:=-L${globus_prefix}/lib \
-lglobus_common_${nothrflavour} \
chmod -w $@ >/dev/null
check_version:
- @perl -ne '/#define GLITE_LB_CLIENT_INTERFACE "(\d+)\.\d+\.\d+"/; \
- $$iface=$$1; \
- $$_="${version}"; /(\d+)\.\d+\.\d+/; \
- if ($$iface + ${VERSION_AHEAD} != $$1) { \
- print "error: Major version of the interface ($$iface+${VERSION_AHEAD}) does not match implementation ($$1)\n" ;\
- exit 1; \
- } \
- ' ${stagedir}/include/glite/lb/interface_version.h
+ ${CHECK_VERSION} ${stagedir}/include/glite/lb/interface_version.h
Revision history:
$Log$
+ Revision 1.8 2005/08/03 09:30:17 akrenek
+ Merged the release 1.0 branch
+
Revision 1.7 2005/05/26 15:13:46 zurek
inserted module.build.file
<include name="at3" />
<include name="*.T" />
<include name="*.pm" />
+ <include name="check_version.pl" />
</fileset>
</copy>
<antcall target="lbmakefiles" />