VirtualBox

source: vbox/trunk/src/apps/Makefile.kmk@ 11115

Last change on this file since 11115 was 10190, checked in by vboxsync, 16 years ago

Converted to sub-makefiles + VBOX_SINGLE_MAKEFILE.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 565 bytes
Line 
1# $Id: Makefile.kmk 10190 2008-07-04 02:25:55Z 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
13SUB_DEPTH = ../..
14include $(KBUILD_PATH)/subheader.kmk
15
16ifdef VBOX_WITH_KCHMVIEWER
17 ifneq ($(wildcard $(PATH_SUB_CURRENT)/kchmviewer-2.6),)
18 include $(PATH_SUB_CURRENT)/kchmviewer-2.6/Makefile.kmk
19 endif
20endif
21ifneq ($(wildcard $(PATH_SUB_CURRENT)/tunctl),)
22 ifeq ($(KBUILD_TARGET),linux)
23 include $(PATH_SUB_CURRENT)/tunctl/Makefile.kmk
24 endif
25endif
26
27include $(KBUILD_PATH)/subfooter.kmk
28
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