Last change
on this file since 40453 was 40385, checked in by vboxsync, 13 years ago |
ExtPacks: OSE build fix
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
433 bytes
|
Line | |
---|
1 | # $Id: Makefile.kmk 40385 2012-03-06 18:36:36Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Sub-Makefile for the Extension Packs.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2010-2012 Oracle Corporation
|
---|
8 | #
|
---|
9 | # Oracle Corporation confidential
|
---|
10 | # All rights reserved
|
---|
11 | #
|
---|
12 |
|
---|
13 | SUB_DEPTH = ../../..
|
---|
14 | include $(KBUILD_PATH)/subheader.kmk
|
---|
15 |
|
---|
16 | ifdef VBOX_WITH_EXTPACK_PUEL_BUILD
|
---|
17 | include $(PATH_SUB_CURRENT)/Puel/Makefile.kmk
|
---|
18 | endif
|
---|
19 | ifdef VBOX_WITH_EXTPACK_VNC
|
---|
20 | include $(PATH_SUB_CURRENT)/VNC/Makefile.kmk
|
---|
21 | endif
|
---|
22 |
|
---|
23 | include $(KBUILD_PATH)/subfooter.kmk
|
---|
24 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.