Makefile.kmk revision a93baf6a4dd93fefbb91dbc1cc45a4ae1bcd18ee
# $Id$
## @file
# Sub-Makefile for the external apps.
#
#
# Copyright (C) 2006-2007 Sun Microsystems, Inc.
#
# Sun Microsystems, Inc. confidential
# All rights reserved
#
SUB_DEPTH = ../..
include $(KBUILD_PATH)/subheader.kmk
ifdef VBOX_WITH_KCHMVIEWER
ifneq ($(wildcard $(PATH_SUB_CURRENT)/kchmviewer-4.3),)
# subdirectory currently not possible because of _QT_MOCHDRS
SUBDIRS_AFTER += kchmviewer-4.3
endif
endif
ifneq ($(wildcard $(PATH_SUB_CURRENT)/tunctl),)
ifeq ($(KBUILD_TARGET),linux)
include $(PATH_SUB_CURRENT)/tunctl/Makefile.kmk
endif
endif
include $(KBUILD_PATH)/subfooter.kmk