Makefile revision 6dafba6bd64c19402c8f99c60785fe5e67205409
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# Makefile for the VirtualBox Linux Guest Drivers.
e64031e20c39650a7bc902a3e1aba613b9415deevboxsync# Copyright (C) 2009 Oracle Corporation
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# available from http://www.virtualbox.org. This file is free software;
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# you can redistribute it and/or modify it under the terms of the GNU
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# General Public License (GPL) as published by the Free Software
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
7b1a1a5dea048e6a23a740ed5b5ef456f3958a0avboxsync @echo "*** Building 'vboxguest' module ***"
7b1a1a5dea048e6a23a740ed5b5ef456f3958a0avboxsync @$(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxguest
80096fb54d147045204dcc7e3ff273158de03f81vboxsync @if [ -d vboxsf ]; then \
80096fb54d147045204dcc7e3ff273158de03f81vboxsync echo "*** Building 'vboxsf' module ***"; \
80096fb54d147045204dcc7e3ff273158de03f81vboxsync $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxsf; \
7b1a1a5dea048e6a23a740ed5b5ef456f3958a0avboxsync @$(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxguest install
80096fb54d147045204dcc7e3ff273158de03f81vboxsync @if [ -d vboxsf ]; then \
80096fb54d147045204dcc7e3ff273158de03f81vboxsync $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxsf install; \
80096fb54d147045204dcc7e3ff273158de03f81vboxsync @if [ -d vboxsf ]; then \