X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=wsdl%2FMakefile;h=c6994328467b6b4c0b97b730d1ed2aa01983b0b9;hb=00ff8b0b1ae756d4ea5beb042f29243dc63a9fd8;hp=3367fafde88a842ef7dd8e035a336ead3b483646;hpb=fc4bc6f03e7737532d8cc5f96fbdf549609e9a26;p=sfa.git diff --git a/wsdl/Makefile b/wsdl/Makefile index 3367fafd..c6994328 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 ../