X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=Makefile;h=2dfa229b3fcd14f3bd3e3a1790fa5e85c9525df8;hp=144c06c3ea9eddca13acc2b680b25e5e6e88a662;hb=145679b4efe6acb7ba756d93107a3c8b3572e91b;hpb=b7161b8720010cd9a101d86b051096911b6c1532 diff --git a/Makefile b/Makefile index 144c06c3..2dfa229b 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ PREFIX=/usr ########## all: python wsdl -install: python-install wsdl-install xmlbuilder-install tests-install +install: python-install wsdl-install tests-install clean: python-clean wsdl-clean @@ -28,10 +28,6 @@ version: sfa/util/version.py sfa/util/version.py: sfa/util/version.py.in force sed -e "s,@VERSIONTAG@,$(VERSIONTAG),g" -e "s,@SCMURL@,$(SCMURL),g" sfa/util/version.py.in > $@ -xmlbuilder-install: - cd xmlbuilder-0.9 && python setup.py install --prefix=$(PREFIX) --root=$(DESTDIR) && cd - - rm -rf $(DESTDIR)/usr/lib*/python*/site-packages/*egg-info - # postinstall steps - various cleanups and tweaks for a nicer rpm python-install: python setup.py install --prefix=$(PREFIX) --root=$(DESTDIR) @@ -47,7 +43,7 @@ python-clean: version-clean version-clean: rm -f sfa/util/version.py -.PHONY: python version python-install python-clean version-clean xmlbuilder-install +.PHONY: python version python-install python-clean version-clean ########## wsdl: $(MAKE) -C wsdl