From: Alberto Di Meglio Date: Mon, 21 Jun 2004 16:02:16 +0000 (+0000) Subject: Modified to search support files in module project directory X-Git-Tag: EXCEPTION~65 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=7d18ad1aaf29efa40ce37f7d901b764f0b37b8c3;p=jra1mw.git Modified to search support files in module project directory --- diff --git a/org.glite.lb.client-interface/Makefile b/org.glite.lb.client-interface/Makefile index 0d501a0..6a93c48 100644 --- a/org.glite.lb.client-interface/Makefile +++ b/org.glite.lb.client-interface/Makefile @@ -2,15 +2,15 @@ include Makefile.inc SUFFIXES = .T -VPATH=${interface} -AT3=perl -I${lbconfig} ${lbproject}/at3 +VPATH=${top_srcdir}/interface +AT3=perl -I${top_srcdir}/project ${top_srcdir}/project/at3 STAGETO=${stageinc}/${globalprefix}/${lbprefix} STATIC_H=consumer.h context.h dump.h load.h notification.h notifid.h purge.h GEN_H=events.h jobstat.h producer.h -all stage: stage-gen stage-static -compile: generate +stage: stage-gen stage-static +all compile: generate stage-static: -mkdir -p ${STAGETO} diff --git a/org.glite.lb.client-interface/build.xml b/org.glite.lb.client-interface/build.xml index 4aa4105..41756bf 100755 --- a/org.glite.lb.client-interface/build.xml +++ b/org.glite.lb.client-interface/build.xml @@ -1,36 +1,115 @@ + + + + + + + + + + + + + - + + + + + + + + + - - + + + + + + - + + + + + + + + + - + + + + + + + +