From 2662399002eda75b6188497c18d80fa45387036b Mon Sep 17 00:00:00 2001 From: Alberto Di Meglio Date: Mon, 12 Jul 2004 16:18:37 +0000 Subject: [PATCH] Modified to use myproxy from the repository if available --- org.glite.security.proxyrenewal/Makefile | 40 +++++++++++++--- org.glite.security.proxyrenewal/build.xml | 5 +- .../project/configure.properties.xml | 13 +++-- .../project/properties.xml | 55 ++++++++++++++++++++-- 4 files changed, 98 insertions(+), 15 deletions(-) diff --git a/org.glite.security.proxyrenewal/Makefile b/org.glite.security.proxyrenewal/Makefile index 6a386fe..422111c 100644 --- a/org.glite.security.proxyrenewal/Makefile +++ b/org.glite.security.proxyrenewal/Makefile @@ -1,3 +1,26 @@ +# +# Copyright (c) 2004 on behalf of the EU EGEE Project: +# The European Organization for Nuclear Research (CERN), +# Istituto Nazionale di Fisica Nucleare (INFN), Italy +# Datamat Spa, Italy +# Centre National de la Recherche Scientifique (CNRS), France +# CS Systeme d'Information (CSSI), France +# Royal Institute of Technology, Center for Parallel Computers (KTH-PDC), Sweden +# Universiteit van Amsterdam (UvA), Netherlands +# University of Helsinki (UH.HIP), Finland +# University of Bergen (UiB), Norway +# Council for the Central Laboratory of the Research Councils (CCLRC), United Kingdom +# +# Top Makefile file for the GLite Security Proxyrenewal module +# +# Authors: Ales Krenek +# Version info: $Id$ +# Release: $Name$ +# +# Revision history: +# $Log +# + # defaults top_srcdir=. builddir=build @@ -10,11 +33,12 @@ package=glite-security-proxyrenewal version=0.0.0 PREFIX=/opt/glite -glite_location=/opt/glite +glite_location=$PREFIX globus_prefix=/opt/globus +voms_prefix=/opt/glite nothrflavour=gcc32 thrflavour=gcc32pthr -myproxy_prefix=/software/myproxy-0.4 +myproxy_prefix=$globus_prefix -include Makefile.inc @@ -26,6 +50,8 @@ GLOBUSINC:= -I${globus_prefix}/include/${nothrflavour} \ GLOBUSTHRINC:= -I${globus_prefix}/include/${thrflavour} \ -I${globus_prefix}/include/${thrflavour}/openssl +MYPROXYINC:= -I${myproxy_prefix}/include/${nothrflavour} +MYPROXYTHRINC:= -I${myproxy_prefix}/include/${thrflavour} DEBUG:=-g -O0 @@ -33,18 +59,18 @@ DEBUG:=-g -O0 CFLAGS:= -DNOVOMS \ ${DEBUG} \ -DVOMS_INSTALL_PATH=\"${voms_prefix}\"\ - -I${myproxy_prefix}/include \ + ${MYPROXYINC} \ -I${top_srcdir}/src -I${top_srcdir}/interface \ - -I${stagedir}/include + -I${glite_location}/include GLOBUS_LIBS:=-L${globus_prefix}/lib \ -lglobus_common_${nothrflavour} \ -lssl_${nothrflavour} -SSL_UTILS_LIB:=-L${stagedir}/lib -lglobus_ssl_utils -MYPROXY_LIB:=-L${myproxy_prefix}/lib -lmyproxy +SSL_UTILS_LIB:=-L${glite_location}/lib -lglobus_ssl_utils +MYPROXY_LIB:=-L${myproxy_prefix}/lib -lmyproxy_${nothrflavour} -JOBIDLIB:=-L${stagedir}/lib -lglite_wms_cjobid +JOBIDLIB:=-L${glite_location}/lib -lglite_wms_cjobid COMPILE:=libtool --mode=compile ${CC} ${CFLAGS} LINK:=libtool --mode=link ${CC} ${LDFLAGS} diff --git a/org.glite.security.proxyrenewal/build.xml b/org.glite.security.proxyrenewal/build.xml index caef0ba..4d75145 100755 --- a/org.glite.security.proxyrenewal/build.xml +++ b/org.glite.security.proxyrenewal/build.xml @@ -20,6 +20,9 @@ Revision history: $Log$ + Revision 1.1.1.1 2004/07/09 10:16:25 akrenek + initial import + Revision 1.2 2004/07/07 09:24:57 akrenek thr/nonthr flavours used correctly @@ -90,7 +93,7 @@ - + + Version info: $Id$ + Release: $Name$ + + Revision history: + $Log$ --> - - + + @@ -39,6 +44,8 @@ glite_location=${with.glite.location} globus_prefix=${with.globus.prefix} thrflavour=${with.globus.thr.flavor} nothrflavour=${with.globus.nothr.flavor} +myproxy_prefix=${with.myproxy.prefix} +voms_prefix=${with.glite.location} diff --git a/org.glite.security.proxyrenewal/project/properties.xml b/org.glite.security.proxyrenewal/project/properties.xml index aef3360..8823680 100755 --- a/org.glite.security.proxyrenewal/project/properties.xml +++ b/org.glite.security.proxyrenewal/project/properties.xml @@ -1,12 +1,59 @@ + + + + + + + + + + - + + + + + + + - - + + + + + \ No newline at end of file -- 1.8.2.3