X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=b606e30fe4672b89ddb3f461ba1e7763e98ace31;hb=refs%2Fchanges%2F94%2F2294%2F2;hp=3da5670dbf47d63e82e8f3fa4369ff7999039100;hpb=285ed3e55a90c96e29454bb339ec3bcff7fd27d1;p=osm%2FIM.git diff --git a/Makefile b/Makefile index 3da5670..b606e30 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ Q?=@ PYANG_OPTIONS := -Werror -all: $(PYTHON_MODELS) pyangbind $(PYTHON_JSONSCHEMAS) +all: $(PYTHON_MODELS) pyangbind $(MAKE) package $(OUT_DIR): @@ -52,12 +52,16 @@ $(RW_PB_EXT): package: tox -e build -pyangbind: +pyangbind: pyang git clone https://github.com/robshakir/pyangbind cd pyangbind; python setup.py --command-packages=stdeb.command bdist_deb; cd .. +pyang: + git clone https://github.com/mbj4668/pyang + cd pyang; python setup.py --command-packages=stdeb.command bdist_deb; cd .. + pyang-json-schema-plugin: git clone https://github.com/cmoberg/pyang-json-schema-plugin clean: - $(Q)rm -rf build deb deb_dist *.gz pyangbind $(OUT_DIR) + $(Q)rm -rf build dist osm_im.egg-info deb deb_dist *.gz pyang pyangbind pyang-json-schema-plugin $(OUT_DIR)