VirtualBox

source: vbox/trunk/src/Makefile.kmk@ 28800

Last change on this file since 28800 was 28800, checked in by vboxsync, 14 years ago

Automated rebranding to Oracle copyright/license strings via filemuncher

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
Line 
1# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $
2## @file
3# Top-level makefile for the src directory.
4#
5
6#
7# Copyright (C) 2006-2010 Oracle Corporation
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#
17
18SUB_DEPTH = ..
19include $(KBUILD_PATH)/subheader.kmk
20
21ifdef VBOX_SINGLE_MAKEFILE
22
23if defined(VBOX_ONLY_ADDITIONS)
24 include $(PATH_SUB_CURRENT)/VBox/Makefile.kmk
25
26else if defined(VBOX_ONLY_TESTSUITE)
27 include $(PATH_SUB_CURRENT)/VBox/Makefile.kmk
28 include $(PATH_SUB_CURRENT)/tests/Makefile.kmk
29
30else if defined(VBOX_ONLY_DOCS) || defined(VBOX_ONLY_SDK)
31 include $(PATH_SUB_CURRENT)/bldprogs/Makefile.kmk
32 include $(PATH_SUB_CURRENT)/VBox/Makefile.kmk
33 include $(PATH_SUB_CURRENT)/libs/Makefile.kmk
34
35else # !VBOX_ONLY_ADDITIONS && !VBOX_ONLY_TESTSUITE && !VBOX_ONLY_DOCS && !VBOX_ONLY_SDK
36 include $(PATH_SUB_CURRENT)/bldprogs/Makefile.kmk
37 include $(PATH_SUB_CURRENT)/VBox/Makefile.kmk
38 include $(PATH_SUB_CURRENT)/libs/Makefile.kmk
39 include $(PATH_SUB_CURRENT)/recompiler/Makefile.kmk
40 ifneq ($(wildcard $(PATH_SUB_CURRENT)/apps),)
41 include $(PATH_SUB_CURRENT)/apps/Makefile.kmk
42 endif
43 ifdef VBOX_WITH_TESTSUITE
44 include $(PATH_SUB_CURRENT)/tests/Makefile.kmk
45 endif
46 ifdef VBOX_WITH_TESTCASES
47 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
48 endif
49endif # !VBOX_ONLY_ADDITIONS && !VBOX_ONLY_TESTSUITE && !VBOX_ONLY_DOCS && !VBOX_ONLY_SDK
50
51else # !VBOX_SINGLE_MAKEFILE
52DEPTH = ..
53include $(KBUILD_PATH)/header.kmk
54
55ifdef VBOX_ONLY_ADDITIONS
56 SUBDIRS = VBox
57
58else ifdef VBOX_ONLY_DOCS
59 SUBDIRS = VBox/Runtime bldprogs libs VBox
60
61else ifdef VBOX_ONLY_SDK
62 SUBDIRS = bldprogs libs VBox
63
64else # !VBOX_ONLY_ADDITIONS
65 # Build IPRT first because xpcom (IPC, nspr, python) depends on it.
66 SUBDIRS = VBox/Runtime bldprogs libs VBox recompiler
67 ifneq ($(wildcard apps),)
68 SUBDIRS += apps
69 endif
70 ifdef VBOX_WITH_TESTSUITE
71 SUBDIRS += tests
72 endif
73 ifdef VBOX_WITH_TESTCASES
74 SUBDIRS += testcase
75 endif
76endif # !VBOX_ONLY_ADDITIONS
77
78endif # !VBOX_SINGLE_MAKEFILE
79
80include $(KBUILD_PATH)/subfooter.kmk
81
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use