|
|
@ -39,6 +39,18 @@ ifeq ($(wildcard .git),) |
|
|
|
$(error YOU HAVE TO USE GIT TO DOWNLOAD THIS REPOSITORY. ABORTING.)
|
|
|
|
$(error YOU HAVE TO USE GIT TO DOWNLOAD THIS REPOSITORY. ABORTING.)
|
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CMAKE_VER := $(shell Tools/check_cmake.sh; echo $$?)
|
|
|
|
|
|
|
|
ifneq ($(CMAKE_VER),0) |
|
|
|
|
|
|
|
$(warning Not a valid CMake version or CMake not installed.)
|
|
|
|
|
|
|
|
$(warning On Ubuntu, install or upgrade via:)
|
|
|
|
|
|
|
|
$(warning )
|
|
|
|
|
|
|
|
$(warning sudo add-apt-repository ppa:george-edison55/cmake-3.x -y)
|
|
|
|
|
|
|
|
$(warning sudo apt-get update)
|
|
|
|
|
|
|
|
$(warning sudo apt-get install cmake)
|
|
|
|
|
|
|
|
$(warning )
|
|
|
|
|
|
|
|
$(error Fatal)
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
# Help
|
|
|
|
# Help
|
|
|
|
# --------------------------------------------------------------------
|
|
|
|
# --------------------------------------------------------------------
|
|
|
|
# Don't be afraid of this makefile, it is just passing
|
|
|
|
# Don't be afraid of this makefile, it is just passing
|
|
|
|