Initial commit of vpp code.
[vpp.git] / build-data / packages / vnet.mk
1 vnet_configure_depend =                         \
2     vppinfra-install                            \
3     dpdk-install                                \
4     svm-install                                 \
5     vlib-api-install                            \
6     vlib-install 
7
8 vnet_CPPFLAGS = $(call installed_includes_fn,   \
9     vppinfra                                    \
10     dpdk                                        \
11     openssl                                     \
12     svm                                         \
13     vlib                                        \
14     vlib-api)
15
16 vnet_LDFLAGS = $(call installed_libs_fn,        \
17     vppinfra                                    \
18     dpdk                                        \
19     openssl                                     \
20     svm                                         \
21     vlib                                        \
22     vlib-api)
23
24 # Platform dependent configure flags
25 vnet_configure_args += $(vnet_configure_args_$(PLATFORM))
26