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