Makefile.kmk revision 677833bc953b6cb418c701facbdcf4aa18d6c44e
0N/A#
3909N/A# Copyright (C) 2006 InnoTek Systemberatung GmbH
0N/A#
0N/A# This file is part of VirtualBox Open Source Edition (OSE), as
0N/A# available from http://www.virtualbox.org. This file is free software;
0N/A# you can redistribute it and/or modify it under the terms of the GNU
2362N/A# General Public License as published by the Free Software Foundation,
0N/A# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
2362N/A# distribution. VirtualBox OSE is distributed in the hope that it will
0N/A# be useful, but WITHOUT ANY WARRANTY of any kind.
0N/A#
0N/A# If you received this file as part of a commercial VirtualBox
0N/A# distribution, then only the terms of your commercial VirtualBox
0N/A# license agreement apply instead of the previous paragraph.
0N/A#
0N/A
0N/A
0N/ALIBRARIES = VBox-liblzf
0N/A
0N/AVBox-liblzf_TEMPLATE = VBOXR3
2362N/AVBox-liblzf_DEFS = ULTRA_FAST #HLOG=14
2362N/AVBox-liblzf_SOURCES= \
2362N/A lzf_c.c \
0N/A lzf_d.c
0N/A
0N/ADEPTH = ../../..
0N/Ainclude $(PATH_KBUILD)/rules.kmk
0N/A
0N/A