Makefile.kmk revision b9684acbdb5ed5f266effe632c445ffa96a00cdf
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync# $Id: Makefile.kmk 43187 2009-02-23 09:24:17Z michael $
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync## @file
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync# Sub-Makefile for the X11 linker stub libraries.
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync#
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync# Copyright (C) 2006-2007 Sun Microsystems, Inc.
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync#
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync# available from http://www.virtualbox.org. This file is free software;
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync# you can redistribute it and/or modify it under the terms of the GNU
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync# General Public License (GPL) as published by the Free Software
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync#
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync# Clara, CA 95054 USA or visit http://www.sun.com if you need
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync# additional information or have any questions.
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync#
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsyncSUB_DEPTH = ../../../../..
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsyncinclude $(KBUILD_PATH)/subheader.kmk
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsyncDLLS += libXcomposite
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsynclibXcomposite_TEMPLATE = VBOXR3
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsynclibXcomposite_LDTOOL := $(subst GXX,GCC,$(TEMPLATE_VBOXR3_LDTOOL))
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync# This may need fixing later.
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsynclibXcomposite_SONAME = libXcomposite.so.1
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsynclibXcomposite_SOURCES = libXcomposite-1.0.0/libXcomposite.c
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsyncinclude $(KBUILD_PATH)/subfooter.kmk
b9684acbdb5ed5f266effe632c445ffa96a00cdfvboxsync