Makefile revision d94da006d266643454eaeeb7e54c7c4a06bff515
235N/A# VirtualBox Guest Additions Module Makefile. 235N/A# Copyright (C) 2006-2009 Sun Microsystems, Inc. 235N/A# This file is part of VirtualBox Open Source Edition (OSE), as 235N/A# you can redistribute it and/or modify it under the terms of the GNU 235N/A# General Public License (GPL) as published by the Free Software 235N/A# Foundation, in version 2 as it comes in the "COPYING" file of the 235N/A# VirtualBox OSE distribution. VirtualBox OSE is distributed in the 235N/A# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 235N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 235N/A# additional information or have any questions. 235N/A# First, figure out which architecture we're targeting and the build type. 235N/A# (We have to support basic cross building (ARCH=i386|x86_64).) 235N/A# While at it, warn about BUILD_* vars found to help with user problems. # override is required by the Debian guys # building from this 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)