numam-dpdk/examples/tep_termination
Bruce Richardson 1842d194c9 examples: enable linking both static and shared
Since the DPDK build now includes both static and shared libraries, we need
a new way to enable building the examples using either method from the one
installation. To do this, we add in a default "shared" target, and a
separate "static" target which links in the DPDK static libraries. In both
cases, the final application name is symlinked to the last-built static or
shared target, with both binaries able to co-exist in the build directory.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
2018-01-30 21:58:59 +01:00
..
main.c examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
main.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
Makefile examples: enable linking both static and shared 2018-01-30 21:58:59 +01:00
meson.build examples: build some samples with meson 2018-01-30 21:58:59 +01:00
vxlan_setup.c examples/tep_termination: convert to new ethdev offloads API 2018-01-16 18:47:49 +01:00
vxlan_setup.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
vxlan.c examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
vxlan.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00