numam-dpdk/examples/cmdline
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
..
commands.c examples: fix whitespace 2015-06-12 11:10:10 +02:00
commands.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
main.c remove useless memzone includes 2017-11-06 22:12:08 +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
parse_obj_list.c cmdline: fix overflow on bsd 2014-12-05 16:54:53 +01:00
parse_obj_list.h cmdline: fix overflow on bsd 2014-12-05 16:54:53 +01:00