CMake as an alternative to autotools (experimental)
Change-Id: Ibc59323e849810531dd0963e85493efad3b86857 Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
committed by
Florin Coras
parent
5d82d2f149
commit
612dd6a955
5
Makefile
5
Makefile
@@ -21,6 +21,10 @@ STARTUP_DIR?=$(PWD)
|
||||
MACHINE=$(shell uname -m)
|
||||
SUDO?=sudo
|
||||
|
||||
ifeq ($(findstring $(MAKECMDGOALS),verify pkg-deb pkg-rpm test),)
|
||||
export vpp_uses_cmake?=yes
|
||||
endif
|
||||
|
||||
,:=,
|
||||
define disable_plugins
|
||||
$(if $(1), \
|
||||
@@ -66,6 +70,7 @@ DEB_DEPENDS += libconfuse-dev git-review exuberant-ctags cscope pkg-config
|
||||
DEB_DEPENDS += lcov chrpath autoconf indent clang-format libnuma-dev
|
||||
DEB_DEPENDS += python-all python-dev python-virtualenv python-pip libffi6 check
|
||||
DEB_DEPENDS += libboost-all-dev libffi-dev python-ply libmbedtls-dev
|
||||
DEB_DEPENDS += cmake ninja-build
|
||||
ifeq ($(OS_VERSION_ID),14.04)
|
||||
DEB_DEPENDS += openjdk-8-jdk-headless
|
||||
DEB_DEPENDS += libssl-dev
|
||||
|
||||
Reference in New Issue
Block a user