Python-API: Inital commit of Python bindings for the VPP API.

See: https://wiki.fd.io/view/VPP/Python_API

Change-Id: If135fc32208c7031787e1935b399d930e0e1ea1f
Signed-off-by: Ole Troan <ot@cisco.com>
This commit is contained in:
Ole Troan
2016-04-09 03:16:30 +02:00
committed by Dave Wallace
parent 633951c3d8
commit 6855f6cdfe
60 changed files with 1333 additions and 10115 deletions

19
vpp-api/java/configure.ac Normal file
View File

@ -0,0 +1,19 @@
AC_INIT(vpp-japi, 1.0.0)
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE
AM_SILENT_RULES
AM_PROG_AS
AC_PROG_CC
AM_PROG_CC_C_O
AX_PROG_JAVAC
AX_PROG_JAVAH
AX_PROG_JAR
AX_PROG_JAVADOC
AX_PROG_JAVA
AX_CHECK_JAVA_HOME
AC_OUTPUT([Makefile])