blob: 4532817c766bb3a41d312250543e8f9631bfba3a [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001sample-plugin_configure_depend = \
2 vppinfra-install \
3 dpdk-install \
4 svm-install \
5 vlib-api-install \
6 vlib-install \
7 vnet-install \
8 vpp-install \
9 vpp-api-test-install
10
11#
12sample-plugin_configure_args = --with-q-platform=$(PLATFORM) --with-dpdk
13
14sample-plugin_CPPFLAGS = $(call installed_includes_fn, \
15 vppinfra \
16 dpdk \
17 openssl \
18 svm \
19 vlib \
20 vlib-api \
21 vnet \
22 vpp \
23 vpp-api-test)
24
25sample-plugin_LDFLAGS = $(call installed_libs_fn, \
26 vppinfra \
27 dpdk \
28 openssl \
29 svm \
30 vlib \
31 vlib-api \
32 vnet \
33 vpp \
34 vpp-api-test)
35
36sample-plugin_post_install = \
37 mkdir -p $(PACKAGE_INSTALL_DIR)/$(arch_lib_dir)/vlib_plugins ; \
38 cp $(PACKAGE_INSTALL_DIR)/$(arch_lib_dir)/*.so \
39 $(PACKAGE_INSTALL_DIR)/$(arch_lib_dir)/vlib_plugins
40
41sample-plugin_image_include = echo $(arch_lib_dir)/vlib_plugins