Last change
on this file since 9809 was 9562, checked in by vboxsync, 16 years ago |
export
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
|
File size:
427 bytes
|
Line | |
---|
1 | # $Id: Makefile.kmk 9562 2008-06-10 10:09:29Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Top-level 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 | DEPTH = ../..
|
---|
14 | include $(KBUILD_PATH)/header.kmk
|
---|
15 |
|
---|
16 | ifdef VBOX_WITH_KCHMVIEWER
|
---|
17 | ifneq ($(wildcard kchmviewer-2.6),)
|
---|
18 | SUBDIRS.linux = kchmviewer-2.6
|
---|
19 | endif
|
---|
20 | endif
|
---|
21 | ifneq ($(wildcard tunctl),)
|
---|
22 | SUBDIRS.linux += tunctl
|
---|
23 | endif
|
---|
24 |
|
---|
25 | include $(KBUILD_PATH)/rules.kmk
|
---|
26 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.