Last change
on this file since 11725 was 11721, checked in by vboxsync, 16 years ago |
- completly divorced SDK and binary, use 'kmk sdk' to build SDK
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
|
File size:
659 bytes
|
Line | |
---|
1 | # $Id: Makefile.kmk 11721 2008-08-27 20:09:03Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Sub-Makefile for the external apps.
|
---|
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 | ifndef VBOX_ONLY_SDK
|
---|
17 | ifdef VBOX_WITH_KCHMVIEWER
|
---|
18 | ifneq ($(wildcard $(PATH_SUB_CURRENT)/kchmviewer-4.3),)
|
---|
19 | # subdirectory currently not possible because of _QT_MOCHDRS
|
---|
20 | SUBDIRS_AFTER += kchmviewer-4.3
|
---|
21 | endif
|
---|
22 | endif
|
---|
23 | ifneq ($(wildcard $(PATH_SUB_CURRENT)/tunctl),)
|
---|
24 | ifeq ($(KBUILD_TARGET),linux)
|
---|
25 | include $(PATH_SUB_CURRENT)/tunctl/Makefile.kmk
|
---|
26 | endif
|
---|
27 | endif
|
---|
28 | endif # !VBOX_ONLY_SDK
|
---|
29 |
|
---|
30 | include $(KBUILD_PATH)/subfooter.kmk
|
---|
31 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.