VirtualBox

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

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

sparc adjustments.

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

© 2023 Oracle
ContactPrivacy policyTerms of Use