X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=3a7384bc99ac64d7e2cf22671b09ce3a581ed552;hp=1de20547c8cebc44c6ea24bc5fb0cff123c80dc4;hb=d919e8df04d1da8626e1e7a1e41865792cb91fa2;hpb=48962274f4516dec87774eee0e51d9fd302d8da5 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: