VirtualBox

source: vbox/trunk/src/VBox/HostServices/Makefile.kmk@ 77807

Last change on this file since 77807 was 76553, checked in by vboxsync, 6 years ago

scm --update-copyright-year

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
RevLine 
[3338]1# $Id: Makefile.kmk 76553 2019-01-01 01:45:53Z vboxsync $
2## @file
3# Top-level makefile for the VBox Host Services.
4#
5
6#
[76553]7# Copyright (C) 2006-2019 Oracle Corporation
[5999]8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
[3338]17
[10051]18SUB_DEPTH = ../../..
[41477]19include $(KBUILD_PATH)/subheader.kmk
[3338]20
21# Include sub-makefiles.
[33185]22include $(PATH_SUB_CURRENT)/auth/Makefile.kmk
[3452]23ifdef VBOX_WITH_SHARED_FOLDERS
[6366]24 include $(PATH_SUB_CURRENT)/SharedFolders/Makefile.kmk
[3452]25endif
[20451]26if1of ($(KBUILD_TARGET), win linux solaris darwin freebsd)
[14140]27 ifdef VBOX_WITH_CROGL
28 include $(PATH_SUB_CURRENT)/SharedOpenGL/Makefile.kmk
29 endif
[7073]30endif
[20450]31if1of ($(KBUILD_TARGET), win linux solaris darwin freebsd)
[6366]32 ifdef VBOX_WITH_SHARED_CLIPBOARD
33 include $(PATH_SUB_CURRENT)/SharedClipboard/Makefile.kmk
34 endif
[3439]35endif
[10797]36ifdef VBOX_WITH_GUEST_PROPS
37 include $(PATH_SUB_CURRENT)/GuestProperties/Makefile.kmk
[9727]38endif
[27706]39ifdef VBOX_WITH_GUEST_CONTROL
[27703]40 include $(PATH_SUB_CURRENT)/GuestControl/Makefile.kmk
41endif
[39449]42ifdef VBOX_WITH_DRAG_AND_DROP
43 include $(PATH_SUB_CURRENT)/DragAndDrop/Makefile.kmk
44endif
[43873]45ifdef VBOX_WITH_HOST_CHANNEL
46 include $(PATH_SUB_CURRENT)/HostChannel/Makefile.kmk
47endif
[21623]48include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
[3338]49
[41477]50include $(FILE_KBUILD_SUB_FOOTER)
[3338]51
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette