Makefile revision b39c3fa81cadaec00ebb2e7170a8db96998b7032
2N/A# VirtualBox Guest Additions Module Makefile. 2N/A# Copyright (C) 2006-2010 Oracle Corporation 2N/A# This file is part of VirtualBox Open Source Edition (OSE), as 2N/A# you can redistribute it and/or modify it under the terms of the GNU 2N/A# General Public License (GPL) as published by the Free Software 2N/A# Foundation, in version 2 as it comes in the "COPYING" file of the 2N/A# VirtualBox OSE distribution. VirtualBox OSE is distributed in the 2N/A# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 2N/A# First, figure out which architecture we're targeting and the build type. 2N/A# (We have to support basic cross building (ARCH=i386|x86_64).) 2N/A# While at it, warn about BUILD_* vars found to help with user problems. 2N/A# override is required by the Debian guys 2N/A # building from this directory 2N/A # kernel base directory 2N/A # module install dir, only for current kernel 2N/A # guess kernel version (24 or 26) 2N/Aelse # neq($(KERNELRELEASE),) 2N/A # building from kbuild (make -C <kernel_directory> M=`pwd`) 2N/A # guess kernel version (24 or 26) 2N/A# debug - show guesses. 2N/A echo "All exported IPRT symbols are properly renamed!"; \
2N/A echo "error: Some exported IPRT symbols was not properly renamed! See above." >&
2; \