LocalConfig.kmk revision da6747c2419b9cea8b5e2c576a30a5de999a8ab3
f131ef75fa02edc15fdbfbc2a411af571378bbb8jeff.schenk# -*- Makefile -*-
f131ef75fa02edc15fdbfbc2a411af571378bbb8jeff.schenk#
f131ef75fa02edc15fdbfbc2a411af571378bbb8jeff.schenk# Overwrite some default kBuild settings
f131ef75fa02edc15fdbfbc2a411af571378bbb8jeff.schenk#
f131ef75fa02edc15fdbfbc2a411af571378bbb8jeff.schenk
f131ef75fa02edc15fdbfbc2a411af571378bbb8jeff.schenk#
f131ef75fa02edc15fdbfbc2a411af571378bbb8jeff.schenk# Copyright (C) 2006-2008 Sun Microsystems, Inc.
f131ef75fa02edc15fdbfbc2a411af571378bbb8jeff.schenk#
f131ef75fa02edc15fdbfbc2a411af571378bbb8jeff.schenk# This file is part of VirtualBox Open Source Edition (OSE), as
2aae7e94be9f6416f608cf440caa9d20f78e415cjeff.schenk# available from http://www.virtualbox.org. This file is free software;
2aae7e94be9f6416f608cf440caa9d20f78e415cjeff.schenk# you can redistribute it and/or modify it under the terms of the GNU
f131ef75fa02edc15fdbfbc2a411af571378bbb8jeff.schenk# General Public License as published by the Free Software Foundation,
2aae7e94be9f6416f608cf440caa9d20f78e415cjeff.schenk# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
2aae7e94be9f6416f608cf440caa9d20f78e415cjeff.schenk# distribution. VirtualBox OSE is distributed in the hope that it will
f131ef75fa02edc15fdbfbc2a411af571378bbb8jeff.schenk# be useful, but WITHOUT ANY WARRANTY of any kind.
a80372a94915b87ad91eae67a48214b8a04fb95djeff.schenk#
2aae7e94be9f6416f608cf440caa9d20f78e415cjeff.schenk
f131ef75fa02edc15fdbfbc2a411af571378bbb8jeff.schenk# shut up wine complaining about unknown locale
EXEC_X86_WIN32 := wine
# don't build testcases to save time, they are not needed for the package
VBOX_WITH_TESTCASES :=
VBOX_WITH_TESTSUITE :=
VBOX_DOCBOOK_WITH_LATEX := 1
KBUILD_MSG_STYLE := brief
VBOX_WITH_HARDENING := 1
VBOX_WITH_ORIGIN :=
VBOX_PATH_APP_PRIVATE_ARCH := /usr/lib/virtualbox
VBOX_PATH_SHARED_LIBS := $(VBOX_PATH_APP_PRIVATE_ARCH)
VBOX_WITH_RUNPATH := $(VBOX_PATH_APP_PRIVATE_ARCH)
VBOX_PATH_APP_PRIVATE := /usr/share/virtualbox
VBOX_PATH_APP_DOCS = $(VBOX_PATH_PACKAGE_DOCS)