VirtualBox

source: vbox/trunk/src/VBox/Makefile@ 400

Last change on this file since 400 was 1, checked in by vboxsync, 55 years ago

import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1#
2# Copyright (C) 2006 InnoTek Systemberatung GmbH
3#
4# This file is part of VirtualBox Open Source Edition (OSE), as
5# available from http://www.virtualbox.org. This file is free software;
6# you can redistribute it and/or modify it under the terms of the GNU
7# General Public License as published by the Free Software Foundation,
8# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
9# distribution. VirtualBox OSE is distributed in the hope that it will
10# be useful, but WITHOUT ANY WARRANTY of any kind.
11#
12# If you received this file as part of a commercial VirtualBox
13# distribution, then only the terms of your commercial VirtualBox
14# license agreement apply instead of the previous paragraph.
15#
16
17DEPTH = ../..
18include $(PATH_KBUILD)/header.kmk
19
20SUBDIRS_BLDPROGS = Devices
21
22SUBDIRS = \
23 Runtime \
24 HostDrivers \
25 VMM \
26 Devices \
27 Disassembler \
28 Debugger
29
30ifneq ($(wildcard HostServices),)
31SUBDIRS += HostServices
32endif
33
34ifdef VBOX_WITH_VRDP
35SUBDIRS += RDP
36endif
37
38ifdef VBOX_WITH_MAIN
39SUBDIRS += Main
40endif
41
42ifneq ($(VBOX_WITH_WIN32_ADDITIONS)$(VBOX_WITH_LINUX_ADDITIONS),)
43SUBDIRS += Additions
44endif
45
46SUBDIRS += Frontends
47
48# This must be the last one.
49ifdef VBOX_WITH_INSTALLER
50SUBDIRS += Installer
51endif
52
53include $(PATH_KBUILD)/footer.kmk
54
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