X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=3a7384bc99ac64d7e2cf22671b09ce3a581ed552;hb=d919e8df04d1da8626e1e7a1e41865792cb91fa2;hp=1de20547c8cebc44c6ea24bc5fb0cff123c80dc4;hpb=4a9e6751f9f396f463932133b9d62fc925a99ef6;p=sfa.git diff --git a/Makefile b/Makefile index 1de20547..3a7384bc 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,11 @@ DESTDIR="/" PREFIX=/usr ########## -all: python wsdl +all: python -install: python-install wsdl-install tests-install +install: python-install tests-install -clean: python-clean wsdl-clean +clean: python-clean uninstall: python-uninstall tests-uninstall @@ -45,18 +45,6 @@ version-clean: rm -f sfa/util/version.py .PHONY: python version python-install python-clean version-clean -########## -wsdl: - $(MAKE) -C wsdl - -# propagate DESTDIR from the specfile -wsdl-install: - $(MAKE) -C wsdl install - -wsdl-clean: - $(MAKE) -C wsdl clean - -.PHONY: wsdl wsdl-install wsdl-clean ########## tests-install: