Makefile.kmk revision e64031e20c39650a7bc902a3e1aba613b9415dee
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sievers# Sub-Makefile for liblzf.
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sievers# Copyright (C) 2006-2009 Oracle Corporation
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sievers# This file is part of VirtualBox Open Source Edition (OSE), as
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sievers# available from http://www.virtualbox.org. This file is free software;
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sievers# you can redistribute it and/or modify it under the terms of the GNU
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sievers# General Public License (GPL) as published by the Free Software
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sievers# Foundation, in version 2 as it comes in the "COPYING" file of the
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sievers# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sievers# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay SieversSUB_DEPTH = ../../..
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sieversinclude $(KBUILD_PATH)/subheader.kmk
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay SieversLIBRARIES += VBox-liblzf
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay SieversVBox-liblzf_TEMPLATE = VBOXR3
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay SieversVBox-liblzf_BLD_TYPE = release # WARNING! Always optimizing this lib.
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay SieversVBox-liblzf_DEFS = ULTRA_FAST=1 HLOG=12
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay SieversVBox-liblzf_SOURCES = \
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sieversinclude $(KBUILD_PATH)/subfooter.kmk