X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile;h=ccc0a0bab8a2b6ac303be29e43ebbf9e9fa08bcb;hb=5dd3bde03e18399e771d87f36f9cc0a600dba183;hp=e7c68047ca52cbdf2adcc9f17f06820110d5889b;hpb=09f01a9c918d36ffe76e692799eba8300a18fecc;p=openpower-isa.git diff --git a/Makefile b/Makefile index e7c68047..ccc0a0ba 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ PYTHON3 ?= "python3" -.PHONY: help Makefile gitupdate svanalysis test htmlupload pypiupload pywriter +.PHONY: help Makefile gitupdate svanalysis test htmlupload pypiupload \ + pyfnwriter pywriter generate + +generate: svanalysis pyfnwriter pywriter gitupdate: git submodule init @@ -8,17 +11,21 @@ gitupdate: # now installed as a command (/usr/local/bin/svanalysis) by setup.py svanalysis: - svanalysis + sv_analysis # now installed as a command (/usr/local/bin/pywriter) by setup.py -pywriter: +pywriter: | svanalysis pywriter +# likewise +pyfnwriter: | pywriter + pyfnwriter + develop: python3 setup.py develop # yes, develop, not install # testing (usually done at install time) -test: develop +test: develop setup python3 setup.py test # could just run nosetest3... pypiupload: