VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/xgraphics/Makefile.kmk@ 10297

Last change on this file since 10297 was 10128, checked in by vboxsync, 17 years ago

VBOX_KBUILD_HACKING.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 7.4 KB
Line 
1# $Id: Makefile.kmk 10128 2008-07-03 02:53:54Z vboxsync $
2## @file
3# Sub-Makefile for the VBox Linux Additions X.org graphics driver.
4#
5
6#
7# Copyright (C) 2006-2007 Sun Microsystems, Inc.
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# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
18# Clara, CA 95054 USA or visit http://www.sun.com if you need
19# additional information or have any questions.
20#
21
22ifdef VBOX_KBUILD_HACKING
23SUB_DEPTH = ../../../../..
24else
25DEPTH ?= ../../../../..
26SUB_DEPTH = ../..
27endif
28include $(KBUILD_PATH)/subheader.kmk
29
30#
31# vboxvideo_drv
32#
33if1of ($(KBUILD_TARGET), linux)
34 SYSMODS += vboxvideo_drv
35 vboxvideo_drv_TEMPLATE = VBOXGUESTR3XF86MOD
36 vboxvideo_drv_DEFS.linux = linux
37 vboxvideo_drv_DEFS.x86 = __i386__
38 vboxvideo_drv_DEFS = \
39 _POSIX_C_SOURCE=199309L _POSIX_SOURCE _XOPEN_SOURCE \
40 _BSD_SOURCE _SVID_SOURCE _GNU_SOURCE SHAPE XINPUT XKB LBX XAPPGROUP \
41 XCSECURITY TOGCUP XF86BIGFONT DPMSExtension PIXPRIV PANORAMIX RENDER \
42 GCCUSESGAS AVOID_GLYPHBLT PIXPRIV SINGLEDEPTH XFreeXDGA XvExtension \
43 XFree86LOADER XFree86Server XF86VIDMODE XvMCExtension SMART_SCHEDULE \
44 BUILDDEBUG X_BYTE_ORDER=X_LITTLE_ENDIAN DNDEBUG FUNCPROTO=15 NARROWPROTO \
45 IN_MODULE XFree86Module
46 vboxvideo_drv_CFLAGS.linux := \
47 -Wno-conversion -Wno-unused-parameter $(VBOX_GCC_Wno-variadic-macros)
48 ARGB_CURSORS=1
49 ifdef ARGB_CURSORS
50 vboxvideo_drv_INCS = \
51 $(VBOX_PATH_X11_XFREE_4_3)/include \
52 $(VBOX_PATH_X11_XFREE_4_3)/include/extensions \
53 $(VBOX_PATH_X11_XFREE_4_3)/include/fonts \
54 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/afb \
55 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/include \
56 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/fb \
57 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86 \
58 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/common \
59 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/ddc \
60 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/int10 \
61 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/i2c \
62 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/os-support \
63 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/vbe \
64 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/os-support/bus \
65 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/rac \
66 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/ramdac \
67 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/shadowfb \
68 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/vgahw \
69 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/xf1bpp \
70 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/xf24_32bpp \
71 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/xf4bpp \
72 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/mfb \
73 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/mi \
74 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/miext/shadow \
75 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/render \
76 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/Xext
77 else
78 vboxvideo_drv_INCS = \
79 $(VBOX_PATH_X11_XFREE_4_2)/exports/include/X11 \
80 $(VBOX_PATH_X11_XFREE_4_2)/include \
81 $(VBOX_PATH_X11_XFREE_4_2)/include/extensions \
82 $(VBOX_PATH_X11_XFREE_4_2)/include/fonts \
83 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/afb \
84 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/include \
85 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/fb \
86 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/hw/xfree86/common \
87 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/hw/xfree86/ddc \
88 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/hw/xfree86/int10 \
89 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/hw/xfree86/i2c \
90 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/hw/xfree86/os-support \
91 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/hw/xfree86/os-support/bus \
92 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/hw/xfree86/os-support/vbe \
93 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/hw/xfree86/rac \
94 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/hw/xfree86/ramdac \
95 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/hw/xfree86/shadowfb \
96 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/hw/xfree86/vgahw \
97 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/hw/xfree86/xf1bpp \
98 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/hw/xfree86/xf24_32bpp \
99 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/hw/xfree86/xf4bpp \
100 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/mfb \
101 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/mi \
102 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/miext/shadow \
103 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/render \
104 $(VBOX_PATH_X11_XFREE_4_2)/programs/Xserver/Xext
105 endif
106 vboxvideo_drv_SOURCES = \
107 vboxvideo_68.c \
108 vboxutils_68.c
109endif # target linux
110
111
112#
113# vboxvideo_drv_70
114#
115# Remark: The other X.org drivers below are derived from this one. So, to make
116# that as simple as possible we do ifeq/if1of test here and extends the
117# base keywords instead of using .solaris or .linux.
118# Also it is *important* to use := and not = when deriving a properity.
119#
120DLLS += vboxvideo_drv_70
121vboxvideo_drv_70_TEMPLATE = VBOXGUESTR3XORGMOD
122if1of ($(KBUILD_TARGET), linux)
123 vboxvideo_drv_70_CFLAGS += \
124 -Wno-conversion -Wno-unused-parameter $(VBOX_GCC_Wno-variadic-macros) # template?
125endif
126vboxvideo_drv_70_DEFS := \
127 XFree86Server IN_MODULE XFree86Module XFree86LOADER XORG_7X RENDER=1
128ifeq ($(KBUILD_TARGET),solaris) # don't use .solaris or anything here.
129 vboxvideo_drv_70_DEFS += _XPG6 __EXTENSIONS__
130endif
131vboxvideo_drv_70_INCS = \
132 $(VBOX_PATH_X11_XORG_7_0) \
133 $(VBOX_PATH_X11_XORG_7_0)/X11 \
134 $(VBOX_PATH_X11_XORG_7_0)/xorg
135vboxvideo_drv_70_SOURCES = \
136 vboxvideo_70.c \
137 vboxutils.c
138
139
140#
141# vboxvideo_drv_71
142#
143DLLS += vboxvideo_drv_71
144vboxvideo_drv_71_TEMPLATE = VBOXGUESTR3XORGMOD
145vboxvideo_drv_71_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
146vboxvideo_drv_71_DEFS := $(vboxvideo_drv_70_DEFS)
147vboxvideo_drv_71_INCS = \
148 $(VBOX_PATH_X11_XORG_7_1) \
149 $(VBOX_PATH_X11_XORG_7_1)/X11 \
150 $(VBOX_PATH_X11_XORG_7_1)/xorg
151vboxvideo_drv_71_SOURCES = \
152 vboxvideo_70.c \
153 vboxutils.c
154
155
156#
157# vboxvideo_drv_13
158#
159DLLS += vboxvideo_drv_13
160vboxvideo_drv_13_TEMPLATE = VBOXGUESTR3XORGMOD
161vboxvideo_drv_13_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
162vboxvideo_drv_13_DEFS := $(vboxvideo_drv_70_DEFS)
163vboxvideo_drv_13_INCS = \
164 $(VBOX_PATH_X11_XORG_1_3) \
165 $(VBOX_PATH_X11_XORG_1_3)/X11 \
166 $(VBOX_PATH_X11_XORG_1_3)/xorg
167vboxvideo_drv_13_SOURCES = \
168 vboxvideo_13.c \
169 vboxutils.c
170
171
172#
173# vboxvideo_drv_14
174#
175# This uses the same code (vboxvideo_13.c) as 1.3, but is built
176# for 1.4 as well in case there should be any relevant header changes.
177#
178DLLS += vboxvideo_drv_14
179vboxvideo_drv_14_TEMPLATE = VBOXGUESTR3XORGMOD
180vboxvideo_drv_14_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
181vboxvideo_drv_14_DEFS := $(vboxvideo_drv_70_DEFS)
182vboxvideo_drv_14_INCS = \
183 $(VBOX_PATH_X11_XORG_1_4) \
184 $(VBOX_PATH_X11_XORG_1_4)/X11 \
185 $(VBOX_PATH_X11_XORG_1_4)/xorg
186vboxvideo_drv_14_SOURCES = \
187 vboxvideo_13.c \
188 vboxutils.c
189
190
191#
192# vboxvideo_drv_15
193#
194DLLS += vboxvideo_drv_15
195vboxvideo_drv_15_TEMPLATE = VBOXGUESTR3XORGMOD
196vboxvideo_drv_15_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
197vboxvideo_drv_15_DEFS := $(vboxvideo_drv_70_DEFS) NO_ANSIC PCIACCESS
198vboxvideo_drv_15_INCS = \
199 $(VBOX_PATH_X11_XORG_1_5) \
200 $(VBOX_PATH_X11_XORG_1_5)/X11 \
201 $(VBOX_PATH_X11_XORG_1_5)/xorg
202vboxvideo_drv_15_SOURCES = \
203 vboxvideo_15.c \
204 vboxutils.c
205
206
207include $(KBUILD_PATH)/subfooter.kmk
208
Note: See TracBrowser for help on using the repository browser.

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