5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# -*- Makefile -*-
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync#
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# Overwrite some default kBuild settings
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync#
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync#
c58f1213e628a545081c70e26c6b67a841cff880vboxsync# Copyright (C) 2006-2012 Oracle Corporation
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync#
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# available from http://www.virtualbox.org. This file is free software;
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# you can redistribute it and/or modify it under the terms of the GNU
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# General Public License (GPL) as published by the Free Software
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync#
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# don't build testcases to save time, they are not needed for the package
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncVBOX_WITH_TESTCASES :=
fd2c90789f0400466ad9fb09b5da54acf22ecbd3vboxsyncVBOX_WITH_VALIDATIONKIT :=
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# required for VBOX_WITH_RUNPATH
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncVBOX_WITH_ORIGIN :=
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncVBOX_DOCBOOK_WITH_LATEX := 1
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncKBUILD_MSG_STYLE := brief
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncVBOX_PATH_APP_PRIVATE_ARCH := /usr/lib/virtualbox
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncVBOX_PATH_SHARED_LIBS := $(VBOX_PATH_APP_PRIVATE_ARCH)
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncVBOX_WITH_RUNPATH := $(VBOX_PATH_APP_PRIVATE_ARCH)
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncVBOX_PATH_APP_PRIVATE := /usr/share/virtualbox
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncVBOX_PATH_APP_DOCS = $(VBOX_PATH_PACKAGE_DOCS)
396f76437ff8f66e088cea96fc7474554ea3fb7bvboxsyncVBOX_WITH_VBOX_IMG := 1