More janitorial work 79/1779/2
authorDave Barach <dave@barachs.net>
Mon, 27 Jun 2016 13:25:13 +0000 (09:25 -0400)
committerKeith Burns (alagalah) <alagalah@gmail.com>
Mon, 27 Jun 2016 13:54:32 +0000 (06:54 -0700)
commitaa6920e0a80d8271be1dda59f613a1d2b0e1d3e6
tree473efa376151e0b7bce525b97f627e6c67ac6efb
parent20c90f765dd0350892421e1dea544752108f4ce9
More janitorial work

Install vpp api header files in /usr/include/vpp-api, instead of
/usr/include/api. Someone will eventually complain if we continue with
the status quo.

Generate /usr/bin/vpp_plugin_configure, to correctly configure
standalone plugin compilation against header files installed from the
dev package.

If a plugin's CFLAGS don't precisely match the installed vpp engine
binary, subtle misbehavior can and will occur. Example: the ip4/ip6
main_t structure size / member offsets depend on DPDK=[0|1]. Screw
that one up, and your brand-new configurable ip feature will
mysteriously fail to appear, even though the plugin loads perfectly.

Change-Id: I20c97fe1042808a79935863209d995c31953b98c
Signed-off-by: Dave Barach <dave@barachs.net>
21 files changed:
vpp-api-test/vat/api_format.c
vpp-api/java/Makefile.am
vpp-api/java/japi/vppjni.c
vpp-api/java/jvpp/jvpp.c
vpp-api/python/Makefile.am
vpp-api/python/pneum/pneum.c
vpp-api/python/pneum/test_pneum.c
vpp/Makefile.am
vpp/api/n1k_harness.c [deleted file]
vpp/stats/stats.c
vpp/vnet/main.c
vpp/vpp-api/api.c [moved from vpp/api/api.c with 99% similarity]
vpp/vpp-api/custom_dump.c [moved from vpp/api/custom_dump.c with 99% similarity]
vpp/vpp-api/gmon.c [moved from vpp/api/gmon.c with 100% similarity]
vpp/vpp-api/summary_stats_client.c [moved from vpp/api/summary_stats_client.c with 98% similarity]
vpp/vpp-api/test_client.c [moved from vpp/api/test_client.c with 99% similarity]
vpp/vpp-api/test_ha.c [moved from vpp/api/test_ha.c with 97% similarity]
vpp/vpp-api/vpe.api [moved from vpp/api/vpe.api with 100% similarity]
vpp/vpp-api/vpe_all_api_h.h [moved from vpp/api/vpe_all_api_h.h with 96% similarity]
vpp/vpp-api/vpe_msg_enum.h [moved from vpp/api/vpe_msg_enum.h with 96% similarity]
vppapigen/node.c