From 5f9dcff39d5e25c6bef30d569e405635633f3c69 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Mon, 1 Aug 2016 04:59:13 +0200 Subject: VPP Python language binding - plugin support - Moved Python generator tool to tools directory - Added build-vpp-api Makefile target - Generator now only creates a Python representation of the .api the rest of the framework is in the vpp_papi script - Each plugin has its own namespace. - Plugin Python files are installed in vpp_papi_plugins for easy use inside the build tree. Change-Id: I272c83bb7e5d5e416bdbd8a790a3cc35c5a04e38 Signed-off-by: Ole Troan --- vlib-api/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vlib-api') diff --git a/vlib-api/Makefile.am b/vlib-api/Makefile.am index 4b0129a3a5f..5bc00e7479b 100644 --- a/vlib-api/Makefile.am +++ b/vlib-api/Makefile.am @@ -75,3 +75,7 @@ SUFFIXES = .api.h .api mkdir -p `dirname $@` ; \ $(CC) $(CPPFLAGS) -E -P -C -x c $^ \ | vppapigen --input - --output $@ --show-name $@ + +# install the API definition, so we can produce java bindings, etc. +apidir = $(prefix)/vlibmemory +api_DATA = vlibmemory/memclnt.api -- cgit 1.2.3-korg