VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11stubs/Makefile.kmk@ 65641

Last change on this file since 65641 was 62530, checked in by vboxsync, 8 years ago

(C) 2016

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1# $Id: Makefile.kmk 62530 2016-07-22 19:25:14Z vboxsync $
2## @file
3# Sub-Makefile for the X11 linker stub (import) libraries.
4#
5
6#
7# Copyright (C) 2009-2016 Oracle Corporation
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17
18SUB_DEPTH = ../../../../..
19include $(KBUILD_PATH)/subheader.kmk
20
21
22#
23# libXcomposite import library.
24#
25IMPORT_LIBS += libXcomposite
26libXcomposite_TEMPLATE = VBoxGuestR3Dll
27libXcomposite_INST = $(INST_LIB)
28# This may need fixing later.
29libXcomposite_SONAME = libXcomposite.so.1
30libXcomposite_SOURCES = libXcomposite-1.0.0/libXcomposite.c
31
32#
33# libXdamage import library.
34#
35IMPORT_LIBS += libXdamage
36libXdamage_TEMPLATE = VBoxGuestR3Dll
37libXdamage_INST = $(INST_LIB)
38# This may need fixing later.
39libXdamage_SONAME = libXdamage.so.1
40libXdamage_SOURCES = libXdamage-1.1.0/libXdamage.c
41
42#
43# libXfixes import library.
44#
45IMPORT_LIBS += libXfixes
46libXfixes_TEMPLATE = VBoxGuestR3Dll
47libXfixes_INST = $(INST_LIB)
48# This may need fixing later.
49libXfixes_SONAME.linux = libXfixes.so.3
50libXfixes_SONAME.solaris = libXfixes.so.1
51libXfixes_SOURCES = libXfixes-3.1.0/libXfixes.c
52
53#
54# libXfixes import library.
55#
56IMPORT_LIBS += libXext
57libXext_TEMPLATE = VBoxGuestR3Dll
58libXext_INST = $(INST_LIB)
59# This may need fixing later.
60libXext_SONAME.linux = libXext.so.6
61libXext_SONAME.solaris = libXext.so.0
62libXext_SOURCES = libXext-6.4.0/libXext.c
63
64include $(FILE_KBUILD_SUB_FOOTER)
65
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette