VirtualBox

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

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

OSE fix

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 582 bytes
Line 
1# $Id: Makefile.kmk 20173 2009-06-02 07:34:24Z vboxsync $
2## @file
3# Common installer stuff.
4#
5
6#
7# Copyright (C) 2006-2007 Sun Microsystems, Inc.
8#
9# Sun Microsystems, Inc. confidential
10# All rights reserved
11#
12
13SUB_DEPTH = ../../../..
14include $(KBUILD_PATH)/subheader.kmk
15
16# Include Sub-Makefiles.
17ifndef VBOX_OSE
18 include $(PATH_SUB_CURRENT)/keygen/Makefile.kmk
19endif
20
21# Python glue installer
22ifdef VBOX_WITH_PYTHON
23
24INSTALLS += VBox-python-glue-installer
25
26VBox-python-glue-installer_INST = $(INST_SDK)/installer
27VBox-python-glue-installer_SOURCES = vboxapisetup.py
28
29endif # VBOX_WITH_PYTHON
30
31include $(KBUILD_PATH)/subfooter.kmk
32
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