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