VirtualBox

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

最後變更 在這個檔案從10562是 10190,由 vboxsync 提交於 16 年 前

Converted to sub-makefiles + VBOX_SINGLE_MAKEFILE.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Id
檔案大小: 565 位元組
 
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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette