X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=wsdl%2FMakefile;h=1abba026eb377680b91e30f065c64f0cb0055d11;hb=c3c6bd1c3ce8cb5f242bd175cc84608a0a7f8015;hp=3367fafde88a842ef7dd8e035a336ead3b483646;hpb=fc4bc6f03e7737532d8cc5f96fbdf549609e9a26;p=sfa.git diff --git a/wsdl/Makefile b/wsdl/Makefile index 3367fafd..1abba026 100644 --- a/wsdl/Makefile +++ b/wsdl/Makefile @@ -4,6 +4,13 @@ WSDLS = sfa.wsdl registry.wsdl slice-manager.wsdl aggregate.wsdl all: $(WSDLS) +# temporary: turn off wsdl generation as it is failing +#TEMPORARY_OFF = yes + +ifdef TEMPORARY_OFF +registry.wsdl slice-manager.wsdl aggregate.wsdl sfa.wsdl: + touch $@ +else registry.wsdl: PYTHONPATH=../ ./sfa2wsdl.py --registry > $@ @@ -15,6 +22,7 @@ aggregate.wsdl: sfa.wsdl: PYTHONPATH=../ ./sfa2wsdl.py --registry --slice-manager --aggregate > $@ +endif #################### install # DESTDIR set but the calling Makefile in ../