X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=16243bc5085a78a50b70f87ef03fd5a90045fe41;hb=6b53fd5163de7d1f452b472ec3ad945f4dbd694c;hp=ded43ea4fd5d82810a557a18de0dbabc425fc3d0;hpb=7b8a30d08bffcb8c6fe7faa8d7f7dc557e175770;p=vpp.git diff --git a/Makefile b/Makefile index ded43ea4fd5..16243bc5085 100644 --- a/Makefile +++ b/Makefile @@ -218,6 +218,8 @@ help: @echo " wipe-doxygen - wipe all generated documentation" @echo " checkfeaturelist - check FEATURE.yaml according to schema" @echo " featurelist - dump feature list in markdown" + @echo " json-api-files - (re)-generate json api files" + @echo " json-api-files-debug - (re)-generate json api files for debug target" @echo " docs - Build the Sphinx documentation" @echo " docs-venv - Build the virtual environment for the Sphinx docs" @echo " docs-clean - Remove the generated files from the Sphinx docs" @@ -421,6 +423,9 @@ test-all-debug: $(eval EXTENDED_TESTS=yes) $(call test,vpp,vpp_debug,test) +papi-wipe: + @make -C test papi-wipe + test-help: @make -C test help @@ -534,6 +539,12 @@ dpdk-install-dev: install-ext-deps: make -C build/external install-$(PKG) +json-api-files: + $(WS_ROOT)/src/tools/vppapigen/generate_json.py + +json-api-files-debug: + $(WS_ROOT)/src/tools/vppapigen/generate_json.py --debug-target + ctags: ctags.files @ctags --totals --tag-relative -L $< @rm $<