Makefile.kmk revision 2f139cbf73f9adba01382892f33558ad7bcb40cb
3852N/A# $Id$
3852N/A## @file
5923N/A# Sub-Makefile for the Windows guest shared folders.
5923N/A#
5923N/A
5923N/A#
5923N/A# Copyright (C) 2006-2007 Oracle Corporation
5923N/A#
5923N/A# This file is part of VirtualBox Open Source Edition (OSE), as
5923N/A# available from http://www.virtualbox.org. This file is free software;
5923N/A# you can redistribute it and/or modify it under the terms of the GNU
5923N/A# General Public License (GPL) as published by the Free Software
5923N/A# Foundation, in version 2 as it comes in the "COPYING" file of the
5923N/A# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
5923N/A# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
5923N/A#
5923N/A
5923N/ASUB_DEPTH = ../../../../..
5923N/Ainclude $(KBUILD_PATH)/subheader.kmk
5923N/A
5923N/A# Include sub-makefile(s).
5923N/Ainclude $(PATH_SUB_CURRENT)/redirector/Makefile.kmk
5923N/A
5923N/Ainclude $(KBUILD_PATH)/subfooter.kmk
3852N/A
5923N/A