Last change
on this file since 1033 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 |
|
---|
17 | DEPTH = ../..
|
---|
18 | include $(PATH_KBUILD)/header.kmk
|
---|
19 |
|
---|
20 | SUBDIRS_BLDPROGS = Devices
|
---|
21 |
|
---|
22 | SUBDIRS = \
|
---|
23 | Runtime \
|
---|
24 | HostDrivers \
|
---|
25 | VMM \
|
---|
26 | Devices \
|
---|
27 | Disassembler \
|
---|
28 | Debugger
|
---|
29 |
|
---|
30 | ifneq ($(wildcard HostServices),)
|
---|
31 | SUBDIRS += HostServices
|
---|
32 | endif
|
---|
33 |
|
---|
34 | ifdef VBOX_WITH_VRDP
|
---|
35 | SUBDIRS += RDP
|
---|
36 | endif
|
---|
37 |
|
---|
38 | ifdef VBOX_WITH_MAIN
|
---|
39 | SUBDIRS += Main
|
---|
40 | endif
|
---|
41 |
|
---|
42 | ifneq ($(VBOX_WITH_WIN32_ADDITIONS)$(VBOX_WITH_LINUX_ADDITIONS),)
|
---|
43 | SUBDIRS += Additions
|
---|
44 | endif
|
---|
45 |
|
---|
46 | SUBDIRS += Frontends
|
---|
47 |
|
---|
48 | # This must be the last one.
|
---|
49 | ifdef VBOX_WITH_INSTALLER
|
---|
50 | SUBDIRS += Installer
|
---|
51 | endif
|
---|
52 |
|
---|
53 | include $(PATH_KBUILD)/footer.kmk
|
---|
54 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.