From 7d18ad1aaf29efa40ce37f7d901b764f0b37b8c3 Mon Sep 17 00:00:00 2001 From: Alberto Di Meglio Date: Mon, 21 Jun 2004 16:02:16 +0000 Subject: [PATCH] Modified to search support files in module project directory --- org.glite.lb.client-interface/Makefile | 8 +-- org.glite.lb.client-interface/build.xml | 91 ++++++++++++++++++++++++++++++--- 2 files changed, 89 insertions(+), 10 deletions(-) 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 @@ + + + + + + + + + + + + + - + + + + + + + + + - - + + + + + + - + + + + + + + + + - + + + + + + + + -- 1.8.2.3