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