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 |
|
---|
13 | SUB_DEPTH = ../../../..
|
---|
14 | include $(KBUILD_PATH)/subheader.kmk
|
---|
15 |
|
---|
16 | # Include Sub-Makefiles.
|
---|
17 | ifndef VBOX_OSE
|
---|
18 | include $(PATH_SUB_CURRENT)/keygen/Makefile.kmk
|
---|
19 | endif
|
---|
20 |
|
---|
21 | # Python glue installer
|
---|
22 | ifdef VBOX_WITH_PYTHON
|
---|
23 |
|
---|
24 | INSTALLS += VBox-python-glue-installer
|
---|
25 |
|
---|
26 | VBox-python-glue-installer_INST = $(INST_SDK)/installer
|
---|
27 | VBox-python-glue-installer_SOURCES = vboxapisetup.py
|
---|
28 |
|
---|
29 | endif # VBOX_WITH_PYTHON
|
---|
30 |
|
---|
31 | include $(KBUILD_PATH)/subfooter.kmk
|
---|
32 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.