Makefile.kmk revision 581e3d620a136351616aefc4c9c04b299610ee4c
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync# Sub-Makefile for liblzf.
c6a624be5c3a96d80d45367400b1ac1b1a9547f7vboxsync# Copyright (C) 2006-2009 Sun Microsystems, Inc.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync# available from http://www.virtualbox.org. This file is free software;
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync# you can redistribute it and/or modify it under the terms of the GNU
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync# General Public License (GPL) as published by the Free Software
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync# Clara, CA 95054 USA or visit http://www.sun.com if you need
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync# additional information or have any questions.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsyncSUB_DEPTH = ../../..
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsyncinclude $(KBUILD_PATH)/subheader.kmk
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsyncLIBRARIES += VBox-liblzf
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsyncVBox-liblzf_TEMPLATE = VBOXR3
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsyncVBox-liblzf_BLD_TYPE = release # WARNING! Always optimizing this lib.
c6a624be5c3a96d80d45367400b1ac1b1a9547f7vboxsyncVBox-liblzf_DEFS = ULTRA_FAST=1 HLOG=12
c6a624be5c3a96d80d45367400b1ac1b1a9547f7vboxsyncVBox-liblzf_DEFS.x86 = STRICT_ALIGN=0
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsyncVBox-liblzf_SOURCES = \
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsyncinclude $(KBUILD_PATH)/subfooter.kmk