X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vnet%2FMakefile.am;h=c3ba6e72fd86b9d94eabef40f2a34a5d9c083bea;hb=cfb7be88783d443a013d904de6d69a1ef169c5d2;hp=d0f4d9e7e9012cac12d3edf5ae0604ded2f02d85;hpb=8b2b794ae99a2316caebceb65a5ab16f75536d6b;p=vpp.git diff --git a/vnet/Makefile.am b/vnet/Makefile.am index d0f4d9e7e90..c3ba6e72fd8 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -20,12 +20,18 @@ BUILT_SOURCES = \ vnet/devices/af_packet/af_packet.api.json \ vnet/devices/netmap/netmap.api.h \ vnet/devices/netmap/netmap.api.json \ + vnet/devices/virtio/vhost_user.api.h \ + vnet/devices/virtio/vhost_user.api.json \ + vnet/gre/gre.api.h \ + vnet/gre/gre.api.json \ vnet/interface.api.h \ vnet/interface.api.json \ vnet/ip/ip.api.h \ vnet/ip/ip.api.json \ vnet/l2/l2.api.h \ vnet/l2/l2.api.json \ + vnet/l2tp/l2tp.api.h \ + vnet/l2tp/l2tp.api.json \ vnet/map/map.api.h \ vnet/map/map.api.json \ vnet/span/span.api.h \ @@ -33,7 +39,17 @@ BUILT_SOURCES = \ vnet/unix/tap.api.h \ vnet/unix/tap.api.json \ vnet/vxlan/vxlan.api.h \ - vnet/vxlan/vxlan.api.json + vnet/vxlan/vxlan.api.json \ + vnet/vxlan-gpe/vxlan_gpe.api.h \ + vnet/vxlan-gpe/vxlan_gpe.api.json \ + vnet/bfd/bfd.api.h \ + vnet/bfd/bfd.api.json \ + vnet/ipsec/ipsec.api.h \ + vnet/ipsec/ipsec.api.json \ + vnet/ipsec-gre/ipsec_gre.api.h \ + vnet/ipsec-gre/ipsec_gre.api.json \ + vnet/lisp-cp/lisp.api.h \ + vnet/lisp-cp/lisp.api.json libvnet_la_SOURCES = libvnetplugin_la_SOURCES = @@ -365,13 +381,15 @@ nobase_include_HEADERS += \ vnet/bfd/bfd_protocol.h \ vnet/bfd/bfd_main.h \ vnet/bfd/bfd_api.h \ - vnet/bfd/bfd_udp.h + vnet/bfd/bfd_udp.h \ + vnet/bfd/bfd.api.h libvnet_la_SOURCES += \ vnet/bfd/bfd_api.h \ vnet/bfd/bfd_udp.c \ vnet/bfd/bfd_main.c \ - vnet/bfd/bfd_protocol.c + vnet/bfd/bfd_protocol.c \ + vnet/bfd/bfd_api.c ######################################## # Layer 3 protocol: IPSec @@ -391,7 +409,8 @@ libvnet_la_SOURCES += \ vnet/ipsec/ikev2_crypto.c \ vnet/ipsec/ikev2_cli.c \ vnet/ipsec/ikev2_payload.c \ - vnet/ipsec/ikev2_format.c + vnet/ipsec/ikev2_format.c \ + vnet/ipsec/ipsec_api.c if WITH_DPDK_CRYPTO libvnet_la_SOURCES += \ vnet/devices/dpdk/ipsec/esp_encrypt.c \ @@ -409,7 +428,8 @@ nobase_include_HEADERS += \ vnet/ipsec/ipsec.h \ vnet/ipsec/esp.h \ vnet/ipsec/ikev2.h \ - vnet/ipsec/ikev2_priv.h + vnet/ipsec/ikev2_priv.h \ + vnet/ipsec/ipsec.api.h if WITH_DPDK_CRYPTO nobase_include_HEADERS += \ vnet/devices/dpdk/ipsec/ipsec.h \ @@ -465,12 +485,14 @@ libvnet_la_SOURCES += \ vnet/gre/gre.c \ vnet/gre/node.c \ vnet/gre/interface.c \ - vnet/gre/pg.c + vnet/gre/pg.c \ + vnet/gre/gre_api.c nobase_include_HEADERS += \ vnet/gre/gre.h \ vnet/gre/packet.h \ - vnet/gre/error.def + vnet/gre/error.def \ + vnet/gre/gre.api.h ######################################## # Tunnel protocol: l2tpv3 @@ -479,11 +501,13 @@ libvnet_la_SOURCES += \ vnet/l2tp/l2tp.c \ vnet/l2tp/encap.c \ vnet/l2tp/decap.c \ - vnet/l2tp/pg.c + vnet/l2tp/pg.c \ + vnet/l2tp/l2tp_api.c nobase_include_HEADERS += \ vnet/l2tp/l2tp.h \ - vnet/l2tp/packet.h + vnet/l2tp/packet.h \ + vnet/l2tp/l2tp.api.h ######################################## # Tunnel protocol: gre+mpls @@ -513,12 +537,14 @@ nobase_include_HEADERS += \ libvnet_la_SOURCES += \ vnet/vxlan-gpe/vxlan_gpe.c \ vnet/vxlan-gpe/encap.c \ - vnet/vxlan-gpe/decap.c + vnet/vxlan-gpe/decap.c \ + vnet/vxlan-gpe/vxlan_gpe_api.c nobase_include_HEADERS += \ vnet/vxlan-gpe/vxlan_gpe.h \ vnet/vxlan-gpe/vxlan_gpe_packet.h \ - vnet/vxlan-gpe/vxlan_gpe_error.def + vnet/vxlan-gpe/vxlan_gpe_error.def \ + vnet/vxlan-gpe/vxlan_gpe.api.h ######################################## # Tunnel protocol: ipsec+gre @@ -526,11 +552,13 @@ nobase_include_HEADERS += \ libvnet_la_SOURCES += \ vnet/ipsec-gre/ipsec_gre.c \ vnet/ipsec-gre/node.c \ - vnet/ipsec-gre/interface.c + vnet/ipsec-gre/interface.c \ + vnet/ipsec-gre/ipsec_gre_api.c nobase_include_HEADERS += \ vnet/ipsec-gre/ipsec_gre.h \ - vnet/ipsec-gre/error.def + vnet/ipsec-gre/error.def \ + vnet/ipsec-gre/ipsec_gre.api.h ######################################## # LISP control plane: lisp-cp @@ -542,7 +570,8 @@ libvnet_la_SOURCES += \ vnet/lisp-cp/control.c \ vnet/lisp-cp/gid_dictionary.c \ vnet/lisp-cp/lisp_msg_serdes.c \ - vnet/lisp-cp/packets.c + vnet/lisp-cp/packets.c \ + vnet/lisp-cp/lisp_api.c nobase_include_HEADERS += \ vnet/lisp-cp/lisp_types.h \ @@ -550,8 +579,8 @@ nobase_include_HEADERS += \ vnet/lisp-cp/gid_dictionary.h \ vnet/lisp-cp/lisp_cp_messages.h \ vnet/lisp-cp/lisp_msg_serdes.h \ - vnet/lisp-cp/control.h - + vnet/lisp-cp/control.h \ + vnet/lisp-cp/lisp.api.h if ENABLE_TESTS LDS = -lvppinfra -l:libvlib.a $(dpdk_libs) -l:libvlibmemory.a \ @@ -592,14 +621,14 @@ libvnet_la_SOURCES += \ vnet/lisp-gpe/lisp_gpe_fwd_entry.c \ vnet/lisp-gpe/lisp_gpe_tenant.c \ vnet/lisp-gpe/interface.c \ - vnet/lisp-gpe/decap.c + vnet/lisp-gpe/decap.c nobase_include_HEADERS += \ vnet/lisp-gpe/lisp_gpe.h \ vnet/lisp-gpe/lisp_gpe_fwd_entry.h \ vnet/lisp-gpe/lisp_gpe_tenant.h \ vnet/lisp-gpe/lisp_gpe_packet.h \ - vnet/lisp-gpe/lisp_gpe_error.def + vnet/lisp-gpe/lisp_gpe_error.def if ENABLE_TESTS TESTS += test_test @@ -751,10 +780,12 @@ endif ######################################## libvnet_la_SOURCES += \ - vnet/devices/virtio/vhost-user.c + vnet/devices/virtio/vhost-user.c \ + vnet/devices/virtio/vhost_user_api.c nobase_include_HEADERS += \ - vnet/devices/virtio/vhost-user.h + vnet/devices/virtio/vhost-user.h \ + vnet/devices/virtio/vhost_user.api.h ######################################## # ssvm ethernet @@ -947,13 +978,21 @@ apidir = $(prefix)/vnet api_DATA = \ vnet/devices/af_packet/af_packet.api.json \ vnet/devices/netmap/netmap.api.json \ + vnet/devices/virtio/vhost_user.api.json \ + vnet/gre/gre.api.json \ vnet/interface.api.json \ vnet/ip/ip.api.json \ vnet/l2/l2.api.json \ + vnet/l2tp/l2tp.api.json \ vnet/map/map.api.json \ vnet/span/span.api.json \ vnet/unix/tap.api.json \ - vnet/vxlan/vxlan.api.json + vnet/vxlan/vxlan.api.json \ + vnet/vxlan-gpe/vxlan_gpe.api.json \ + vnet/bfd/bfd.api.json \ + vnet/ipsec/ipsec.api.json \ + vnet/ipsec-gre/ipsec_gre.api.json \ + vnet/lisp-cp/lisp.api.json # The actual %.api.h rule is in .../build-data/packages/suffix-rules.mk # and requires a symbolic link at the top of the vnet source tree