VirtualBox

source: vbox/trunk/src/VBox/Installer/Makefile.kmk@ 20240

Last change on this file since 20240 was 20240, checked in by vboxsync, 16 years ago

Python: enable anywhere but on Linux

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.0 KB
Line 
1# $Id: Makefile.kmk 20240 2009-06-03 19:33:39Z vboxsync $
2## @file
3# Install misc stuff and create dist packages.
4#
5
6#
7# Copyright (C) 2006-2007 Sun Microsystems, Inc.
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# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
18# Clara, CA 95054 USA or visit http://www.sun.com if you need
19# additional information or have any questions.
20#
21
22SUB_DEPTH = ../../..
23include $(KBUILD_PATH)/subheader.kmk
24
25#
26# Include Sub-Makefiles.
27#
28ifndef VBOX_ONLY_SDK
29 if "$(KBUILD_TARGET)" == "darwin" && "$(KBUILD_HOST)" == "darwin"
30 include $(PATH_SUB_CURRENT)/darwin/Makefile.kmk
31 endif
32 if "$(KBUILD_TARGET)" == "linux" && "$(KBUILD_HOST)" == "linux"
33 include $(PATH_SUB_CURRENT)/linux/Makefile.kmk
34 endif
35 if "$(KBUILD_TARGET)" == "solaris" && "$(KBUILD_HOST)" == "solaris"
36 include $(PATH_SUB_CURRENT)/solaris/Makefile.kmk
37 endif
38 if "$(KBUILD_TARGET)" == "win" && "$(KBUILD_HOST)" == "win"
39 include $(PATH_SUB_CURRENT)/win/Makefile.kmk
40 endif
41 include $(PATH_SUB_CURRENT)/common/Makefile.kmk
42endif
43
44if defined(VBOX_ONLY_SDK) ## @todo || defined(VBOX_WITH_SDK)
45 #
46 # Package the VirtualBox SDK.
47 #
48 VBOX_SDK_ZIP = $(PATH_BIN)/VirtualBoxSDK-$(VBOX_VERSION_STRING)-r$(VBOX_SVN_REV).zip
49 PACKING += $(VBOX_SDK_ZIP)
50 OTHER_CLEANS += $(VBOX_SDK_ZIP) \
51 $(wildcard $(PATH_BIN)/VirtualBoxSDK-*-r*.zip)
52
53# @todo: wrong, it must depend on everything included in SDK
54$(VBOX_SDK_ZIP): \
55 $(PATH_BIN)/sdk \
56 $(VBOX_VERSION_STAMP)
57 $(call MSG_L1,Making SDK delivery $@)
58 $(QUIET)$(REDIRECT) -C $(PATH_BIN) -- $(ZIP) -r9 $@ sdk > /dev/null
59endif
60
61
62include $(KBUILD_PATH)/subfooter.kmk
63
Note: See TracBrowser for help on using the repository browser.

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