3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync# $Id$
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync## @file
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync# kBuild Configuration file for the Main API.
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync#
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync#
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync# Copyright (C) 2013 Oracle Corporation
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync#
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync# available from http://www.virtualbox.org. This file is free software;
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync# you can redistribute it and/or modify it under the terms of the GNU
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync# General Public License (GPL) as published by the Free Software
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync#
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsyncVBOX_MAIN_CONFIG_KMK_INCLUDED = 1
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync# Include the top-level configure file.
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsyncifndef VBOX_ROOT_CONFIG_KMK_INCLUDED
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync include $(PATH_ROOT)/Config.kmk
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsyncendif
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync#
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync# Globals.
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync#
7ade91a688db4c8dbb42a123cd57df8d4105a1a6vboxsyncVBOX_MAIN_APIWRAPPER_DIR := $(abspath $(call TARGET_PATH,VBoxAPIWrap))
7ade91a688db4c8dbb42a123cd57df8d4105a1a6vboxsyncVBOX_MAIN_APIWRAPPER_INCS := $(VBOX_MAIN_APIWRAPPER_DIR)
3cca4b3a979d353bea7262e26ba2d7c07934347evboxsync
7c10fcd0d7cc2528f1803d08b8a6fc0756e7b8a6vboxsync
7c10fcd0d7cc2528f1803d08b8a6fc0756e7b8a6vboxsync# The header is required by a testcase, that why these defines are here.
7c10fcd0d7cc2528f1803d08b8a6fc0756e7b8a6vboxsyncVBOX_XML_SCHEMADEFS_H = $(PATH_TARGET)/Main/SchemaDefs.h
7c10fcd0d7cc2528f1803d08b8a6fc0756e7b8a6vboxsyncVBOX_XML_SCHEMADEFS_CPP = $(PATH_TARGET)/Main/SchemaDefs.cpp
7c10fcd0d7cc2528f1803d08b8a6fc0756e7b8a6vboxsyncVBOX_XML_SCHEMADEFS_XSL = $(VBOX_PATH_MAIN_SRC)/xml/SchemaDefs.xsl
7c10fcd0d7cc2528f1803d08b8a6fc0756e7b8a6vboxsync
7c10fcd0d7cc2528f1803d08b8a6fc0756e7b8a6vboxsync# These files are also required by a testcase.
7c10fcd0d7cc2528f1803d08b8a6fc0756e7b8a6vboxsyncVBOX_AUTOGEN_EVENT_H = $(PATH_TARGET)/Main/VBoxEvents.h
7c10fcd0d7cc2528f1803d08b8a6fc0756e7b8a6vboxsyncVBOX_AUTOGEN_EVENT_CPP = $(PATH_TARGET)/Main/VBoxEvents.cpp
7c10fcd0d7cc2528f1803d08b8a6fc0756e7b8a6vboxsync