Makefile.kmk revision 2797a8a85afadde8731659a599d528eb31850fe2
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync# $Id$
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync## @file
60d04d80331ea911c932d4230947de8766fd1f10vboxsync# Sub-Makefile for various generic build tools (there is currently only one of them).
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync#
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync#
f1301dd8b6870b5a25c7dbdd46e0a0671bb62031vboxsync# Copyright (C) 2006-2007 Sun Microsystems, Inc.
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync#
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync# available from http://www.virtualbox.org. This file is free software;
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync# you can redistribute it and/or modify it under the terms of the GNU
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync# General Public License (GPL) as published by the Free Software
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync#
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
60d04d80331ea911c932d4230947de8766fd1f10vboxsync# Clara, CA 95054 USA or visit http://www.sun.com if you need
60d04d80331ea911c932d4230947de8766fd1f10vboxsync# additional information or have any questions.
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync#
c448f9b0b8382e4665c9700488002c45a9b3f137vboxsync
c448f9b0b8382e4665c9700488002c45a9b3f137vboxsyncSUB_DEPTH = ../..
c448f9b0b8382e4665c9700488002c45a9b3f137vboxsyncinclude $(KBUILD_PATH)/subheader.kmk
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync
c785dbab313731d1f4662b4684c0808cc14703dbvboxsyncBLDPROGS += bin2c biossums
c785dbab313731d1f4662b4684c0808cc14703dbvboxsync
60d04d80331ea911c932d4230947de8766fd1f10vboxsyncbin2c_TEMPLATE = VBOXBLDPROG
60d04d80331ea911c932d4230947de8766fd1f10vboxsyncbin2c_SOURCES = bin2c.c
3c3a5ab35783f4d31cb5d3a15db9daadeb804daavboxsync
3c3a5ab35783f4d31cb5d3a15db9daadeb804daavboxsyncbiossums_TEMPLATE = VBOXBLDPROG
3c3a5ab35783f4d31cb5d3a15db9daadeb804daavboxsyncbiossums_SOURCES = biossums.c
3c3a5ab35783f4d31cb5d3a15db9daadeb804daavboxsync
60d04d80331ea911c932d4230947de8766fd1f10vboxsyncinclude $(KBUILD_PATH)/subfooter.kmk
3c3a5ab35783f4d31cb5d3a15db9daadeb804daavboxsync
f1301dd8b6870b5a25c7dbdd46e0a0671bb62031vboxsync