VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk@ 43369

Last change on this file since 43369 was 43284, checked in by vboxsync, 12 years ago

Additions/x11/vboxvideo: more header dependency fixes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 18.4 KB
Line 
1# $Id: Makefile.kmk 43284 2012-09-11 08:28:43Z vboxsync $
2## @file
3# Sub-Makefile for the VBox Linux Additions X.org graphics driver.
4#
5
6#
7# Copyright (C) 2006-2012 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# Include sub-makefile(s).
23#
24include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
25
26vboxvideo_70_DEFS := \
27 IN_MODULE XORG_7X RENDER=1 IN_RT_STATIC
28ifeq ($(KBUILD_TARGET),solaris) # don't use .solaris or anything here.
29 vboxvideo_70_DEFS += __EXTENSIONS__ ## @todo Why this?
30endif
31vboxvideo_13_DEFS := $(vboxvideo_70_DEFS) VBOXVIDEO_13
32vboxvideo_15_DEFS := \
33 $(vboxvideo_13_DEFS) VBOX_DRI NO_ANSIC PCIACCESS XSERVER_LIBPCIACCESS
34vboxvideo_xorg_INCS = \
35 $(VBOX_PATH_X11_ROOT)/fontsproto-2.1.0 \
36 $(VBOX_PATH_X11_ROOT)/glproto-1.4.10 \
37 $(VBOX_PATH_X11_ROOT)/MesaLib-8.0.4-GL \
38 $(VBOX_PATH_X11_ROOT)/inputproto-1.9.99.902 \
39 $(VBOX_PATH_X11_ROOT)/kbproto-1.0.6 \
40 $(VBOX_PATH_X11_ROOT)/libdrm-2.4.13 \
41 $(VBOX_PATH_X11_ROOT)/libpciaccess-0.10.8 \
42 $(VBOX_PATH_X11_ROOT)/libXext-1.3.1 \
43 $(VBOX_PATH_X11_ROOT)/pixman-0.16.0 \
44 $(VBOX_PATH_X11_ROOT)/randrproto-1.3.0 \
45 $(VBOX_PATH_X11_ROOT)/renderproto-0.11 \
46 $(VBOX_PATH_X11_ROOT)/xextproto-7.1.1 \
47 $(VBOX_PATH_X11_ROOT)/xf86driproto-2.1.0 \
48 $(VBOX_PATH_X11_ROOT)/xproto-7.0.18
49
50#
51# vboxvideo_drv
52#
53if1of ($(KBUILD_TARGET), linux)
54 SYSMODS += vboxvideo_drv
55endif # target linux
56vboxvideo_drv_TEMPLATE = VBOXGUESTR3XF86MOD
57vboxvideo_drv_DEFS.linux = linux
58vboxvideo_drv_DEFS.x86 = __i386__
59# This one has to be defined when building server code on systems where
60# unsigned long is 64bits
61vboxvideo_drv_DEFS.amd64 += _XSERVER64
62vboxvideo_drv_DEFS = \
63 _POSIX_C_SOURCE=199309L _POSIX_SOURCE _XOPEN_SOURCE \
64 _BSD_SOURCE _SVID_SOURCE _GNU_SOURCE SHAPE XINPUT XKB LBX XAPPGROUP \
65 XCSECURITY TOGCUP XF86BIGFONT DPMSExtension PIXPRIV PANORAMIX RENDER \
66 GCCUSESGAS AVOID_GLYPHBLT PIXPRIV SINGLEDEPTH XFreeXDGA XvExtension \
67 XFree86LOADER XFree86Server XF86VIDMODE XvMCExtension SMART_SCHEDULE \
68 BUILDDEBUG X_BYTE_ORDER=X_LITTLE_ENDIAN DNDEBUG FUNCPROTO=15 NARROWPROTO \
69 IN_MODULE XFree86Module IN_XF86_MODULE IN_RT_STATIC
70vboxvideo_drv_DEFS += memset=xf86memset memcpy=xf86memcpy
71vboxvideo_drv_INCS = \
72 $(VBOX_PATH_X11_XFREE_4_3)/include \
73 $(VBOX_PATH_X11_XFREE_4_3)/include/X11 \
74 $(VBOX_PATH_X11_XFREE_4_3)/include/X11/extensions \
75 $(VBOX_PATH_X11_XFREE_4_3)/include/extensions \
76 $(VBOX_PATH_X11_XFREE_4_3)/include/fonts \
77 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/afb \
78 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/include \
79 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/fb \
80 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86 \
81 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/common \
82 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/ddc \
83 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/int10 \
84 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/i2c \
85 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/os-support \
86 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/vbe \
87 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/os-support/bus \
88 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/rac \
89 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/ramdac \
90 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/shadowfb \
91 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/vgahw \
92 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/xf1bpp \
93 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/xf24_32bpp \
94 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/xf4bpp \
95 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/mfb \
96 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/mi \
97 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/miext/shadow \
98 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/render \
99 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/randr \
100 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/Xext
101vboxvideo_drv_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
102vboxvideo_drv_SOURCES = \
103 pointer.c \
104 setmode.c \
105 vboxutils.c \
106 vboxvideo.c \
107 vbva.c \
108 $(PATH_ROOT)/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp \
109 $(PATH_ROOT)/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp \
110 $(PATH_ROOT)/src/VBox/Additions/common/VBoxVideo/VBVABase.cpp \
111 $(PATH_ROOT)/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp \
112 $(PATH_ROOT)/src/VBox/Runtime/common/alloc/heapsimple.cpp \
113 $(PATH_ROOT)/src/VBox/Runtime/common/alloc/heapoffset.cpp
114 # Any global symbols in the driver object files will be added to XFree86's
115 # symbol table, which can cause problems if we e.g. define a symbol in two
116 # modules.
117 vboxvideo_drv_POST_CMDS = \
118 objcopy --keep-global-symbol vboxvideoModuleData $(out) $(out)-objcopy$$(NLTAB) \
119 $(MV) -f $(out)-objcopy $(out)
120
121#
122# vboxvideo_drv_70
123#
124# Remark: The other X.org drivers below are derived from this one. So, to make
125# that as simple as possible we do ifeq/if1of test here and extends the
126# base keywords instead of using .solaris or .linux.
127# Also it is *important* to use := and not = when deriving a property.
128#
129DLLS += vboxvideo_drv_70
130vboxvideo_drv_70_TEMPLATE = VBOXGUESTR3XORGMOD
131if1of ($(KBUILD_TARGET), linux)
132 vboxvideo_drv_70_CFLAGS += \
133 -Wno-conversion -Wno-unused-parameter $(VBOX_GCC_Wno-variadic-macros) # template?
134endif
135vboxvideo_drv_70_DEFS = $(vboxvideo_70_DEFS) XORG_VERSION_CURRENT=700000000
136ifeq ($(KBUILD_TARGET),solaris) # don't use .solaris or anything here.
137 vboxvideo_drv_70_CFLAGS += -D_XPG6 # Until we have moved the C++ bits into a library
138endif
139vboxvideo_drv_70_INCS = \
140 $(VBOX_PATH_X11_XORG_7_0) \
141 $(VBOX_PATH_X11_XORG_7_0)/X11 \
142 $(VBOX_PATH_X11_XORG_7_0)/xorg
143vboxvideo_drv_70_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
144vboxvideo_drv_70_SOURCES = $(vboxvideo_drv_SOURCES)
145
146
147#
148# vboxvideo_drv_71
149#
150DLLS += vboxvideo_drv_71
151vboxvideo_drv_71_TEMPLATE = VBOXGUESTR3XORGMOD
152vboxvideo_drv_71_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
153vboxvideo_drv_71_DEFS := $(vboxvideo_70_DEFS) XORG_VERSION_CURRENT=700100000
154vboxvideo_drv_71_INCS = \
155 $(VBOX_PATH_X11_XORG_7_1) \
156 $(VBOX_PATH_X11_XORG_7_1)/X11 \
157 $(VBOX_PATH_X11_XORG_7_1)/xorg
158vboxvideo_drv_71_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
159vboxvideo_drv_71_SOURCES = $(vboxvideo_drv_SOURCES)
160
161
162#
163# vboxvideo_drv_13
164#
165DLLS += vboxvideo_drv_13
166vboxvideo_drv_13_TEMPLATE = VBOXGUESTR3XORGMOD
167vboxvideo_drv_13_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
168vboxvideo_drv_13_DEFS := $(vboxvideo_13_DEFS) XORG_VERSION_CURRENT=100300000
169vboxvideo_drv_13_INCS = \
170 $(vboxvideo_xorg_INCS) \
171 $(VBOX_PATH_X11_ROOT)/xorg-server-1.3.0.0
172vboxvideo_drv_13_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
173vboxvideo_drv_13_SOURCES = $(vboxvideo_drv_SOURCES) edid.c
174
175
176#
177# vboxvideo_drv_14
178#
179DLLS += vboxvideo_drv_14
180vboxvideo_drv_14_TEMPLATE = VBOXGUESTR3XORGMOD
181vboxvideo_drv_14_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
182vboxvideo_drv_14_DEFS := $(vboxvideo_13_DEFS) XORG_VERSION_CURRENT=100400000
183vboxvideo_drv_14_INCS = \
184 $(vboxvideo_xorg_INCS) \
185 $(VBOX_PATH_X11_ROOT)/xorg-server-1.4.2
186vboxvideo_drv_14_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
187vboxvideo_drv_14_SOURCES = $(vboxvideo_drv_13_SOURCES)
188
189
190#
191# vboxvideo_drv_15
192#
193DLLS += vboxvideo_drv_15
194vboxvideo_drv_15_TEMPLATE = VBOXGUESTR3XORGMOD
195vboxvideo_drv_15_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
196vboxvideo_drv_15_DEFS := $(vboxvideo_15_DEFS) XORG_VERSION_CURRENT=100503000
197if1of ($(KBUILD_TARGET), linux solaris)
198 vboxvideo_drv_15_DEFS += VBOX_DRI
199endif
200vboxvideo_drv_15_INCS = \
201 $(vboxvideo_xorg_INCS) \
202 $(VBOX_PATH_X11_ROOT)/xorg-server-1.5.3
203vboxvideo_drv_15_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
204vboxvideo_drv_15_SOURCES = $(vboxvideo_drv_13_SOURCES)
205if1of ($(KBUILD_TARGET), linux solaris)
206 vboxvideo_drv_15_SOURCES += \
207 vboxvideo_dri.c
208endif
209
210
211#
212# vboxvideo_drv_16
213#
214DLLS += vboxvideo_drv_16
215vboxvideo_drv_16_TEMPLATE = VBOXGUESTR3XORGMOD
216vboxvideo_drv_16_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
217vboxvideo_drv_16_DEFS := $(vboxvideo_15_DEFS) XORG_VERSION_CURRENT=100600000
218vboxvideo_drv_16_INCS = \
219 $(vboxvideo_xorg_INCS) \
220 $(VBOX_PATH_X11_ROOT)/xorg-server-1.6.0 \
221vboxvideo_drv_16_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
222vboxvideo_drv_16_SOURCES := $(vboxvideo_drv_15_SOURCES)
223
224
225#
226# vboxvideo_drv_17
227#
228DLLS += vboxvideo_drv_17
229vboxvideo_drv_17_TEMPLATE = VBOXGUESTR3XORGMOD
230vboxvideo_drv_17_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
231vboxvideo_drv_17_DEFS := $(vboxvideo_15_DEFS) XORG_VERSION_CURRENT=100699000
232vboxvideo_drv_17_INCS = \
233 $(vboxvideo_xorg_INCS) \
234 $(VBOX_PATH_X11_ROOT)/xorg-server-1.7.7
235vboxvideo_drv_17_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
236vboxvideo_drv_17_SOURCES := $(vboxvideo_drv_15_SOURCES)
237
238
239#
240# vboxvideo_drv_18
241#
242DLLS += vboxvideo_drv_18
243vboxvideo_drv_18_TEMPLATE = VBOXGUESTR3XORGMOD
244vboxvideo_drv_18_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
245vboxvideo_drv_18_DEFS := $(vboxvideo_15_DEFS) XORG_VERSION_CURRENT=100800000
246vboxvideo_drv_18_INCS = \
247 $(vboxvideo_xorg_INCS) \
248 $(VBOX_PATH_X11_ROOT)/xorg-server-1.8.0
249vboxvideo_drv_18_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
250vboxvideo_drv_18_SOURCES := $(vboxvideo_drv_15_SOURCES)
251
252
253#
254# vboxvideo_drv_19
255#
256DLLS += vboxvideo_drv_19
257vboxvideo_drv_19_TEMPLATE = VBOXGUESTR3XORGMOD
258vboxvideo_drv_19_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
259vboxvideo_drv_19_DEFS := $(vboxvideo_15_DEFS) XORG_VERSION_CURRENT=100900000
260vboxvideo_drv_19_INCS = \
261 $(vboxvideo_xorg_INCS) \
262 $(VBOX_PATH_X11_ROOT)/xorg-server-1.9.0
263vboxvideo_drv_19_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
264vboxvideo_drv_19_SOURCES := $(vboxvideo_drv_15_SOURCES)
265
266
267#
268# vboxvideo_drv_110
269#
270DLLS += vboxvideo_drv_110
271vboxvideo_drv_110_TEMPLATE = VBOXGUESTR3XORGMOD
272vboxvideo_drv_110_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
273vboxvideo_drv_110_DEFS := $(vboxvideo_15_DEFS) XORG_VERSION_CURRENT=101000000
274vboxvideo_drv_110_INCS = \
275 $(vboxvideo_xorg_INCS) \
276 $(VBOX_PATH_X11_ROOT)/xorg-server-1.10.0
277vboxvideo_drv_110_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
278vboxvideo_drv_110_SOURCES := $(vboxvideo_drv_15_SOURCES)
279
280
281#
282# vboxvideo_drv_111
283#
284DLLS += vboxvideo_drv_111
285vboxvideo_drv_111_TEMPLATE = VBOXGUESTR3XORGMOD
286vboxvideo_drv_111_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
287vboxvideo_drv_111_DEFS := $(vboxvideo_15_DEFS) XORG_VERSION_CURRENT=101100000
288vboxvideo_drv_111_INCS = \
289 $(vboxvideo_xorg_INCS) \
290 $(VBOX_PATH_X11_ROOT)/xorg-server-1.11.0
291vboxvideo_drv_111_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
292vboxvideo_drv_111_SOURCES := $(vboxvideo_drv_15_SOURCES)
293
294
295#
296# vboxvideo_drv_112
297#
298DLLS += vboxvideo_drv_112
299vboxvideo_drv_112_TEMPLATE = VBOXGUESTR3XORGMOD
300vboxvideo_drv_112_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
301vboxvideo_drv_112_DEFS := $(vboxvideo_15_DEFS) XORG_VERSION_CURRENT=101200000
302vboxvideo_drv_112_INCS = \
303 $(vboxvideo_xorg_INCS) \
304 $(VBOX_PATH_X11_ROOT)/xorg-server-1.12.0
305vboxvideo_drv_112_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
306vboxvideo_drv_112_SOURCES := $(vboxvideo_drv_15_SOURCES)
307
308
309#
310# vboxvideo_drv_113
311#
312DLLS += vboxvideo_drv_113
313vboxvideo_drv_113_TEMPLATE = VBOXGUESTR3XORGMOD
314vboxvideo_drv_113_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
315vboxvideo_drv_113_DEFS := $(vboxvideo_15_DEFS) XORG_VERSION_CURRENT=101300000
316vboxvideo_drv_113_INCS = \
317 $(vboxvideo_xorg_INCS) \
318 $(VBOX_PATH_X11_ROOT)/xorg-server-1.13.0
319vboxvideo_drv_113_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
320vboxvideo_drv_113_SOURCES := $(vboxvideo_drv_15_SOURCES)
321
322
323# Check the undefined symbols in the X.Org modules against lists of allowed
324# symbols. Not very elegant, but it will catch problems early.
325ifdef VBOX_WITH_TESTCASES
326# ifndef VBOX_ONLY_ADDITIONS
327 if1of ($(KBUILD_TARGET),linux solaris)
328 ifeq ($(KBUILD_HOST_ARCH),$(KBUILD_TARGET_ARCH))
329 ifndef VBOX_ONLY_SDK
330 VBOXVIDEO_SRC_PATH := $(PATH_SUB_CURRENT)
331
332 ifeq ($(KBUILD_TARGET),linux)
333 TESTING += $(vboxvideo_drv_0_OUTDIR)/tstvboxvideo68.run
334 OTHERS += $(vboxvideo_drv_0_OUTDIR)/tstvboxvideo68.run
335$$(vboxvideo_drv_0_OUTDIR)/tstvboxvideo68.run: $$(vboxvideo_drv_1_STAGE_TARGET)
336 $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)
337 $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_HOST) \
338 $(vboxvideo_drv_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined --static
339 $(QUIET)$(APPEND) -t "$@" "done"
340 endif
341
342 TESTING += $(vboxvideo_drv_70_0_OUTDIR)/tstvboxvideo70.run
343 OTHERS += $(vboxvideo_drv_70_0_OUTDIR)/tstvboxvideo70.run
344$$(vboxvideo_drv_70_0_OUTDIR)/tstvboxvideo70.run: $$(vboxvideo_drv_70_1_STAGE_TARGET)
345 $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)
346 $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_HOST) \
347 $(vboxvideo_drv_70_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined
348 $(QUIET)$(APPEND) -t "$@" "done"
349
350 TESTING += $(vboxvideo_drv_71_0_OUTDIR)/tstvboxvideo71.run
351 OTHERS += $(vboxvideo_drv_71_0_OUTDIR)/tstvboxvideo71.run
352$$(vboxvideo_drv_71_0_OUTDIR)/tstvboxvideo71.run: $$(vboxvideo_drv_71_1_STAGE_TARGET)
353 $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)
354 $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_HOST) \
355 $(vboxvideo_drv_71_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined
356 $(QUIET)$(APPEND) -t "$@" "done"
357
358 TESTING += $(vboxvideo_drv_13_0_OUTDIR)/tstvboxvideo13.run
359 OTHERS += $(vboxvideo_drv_13_0_OUTDIR)/tstvboxvideo13.run
360$$(vboxvideo_drv_13_0_OUTDIR)/tstvboxvideo13.run: $$(vboxvideo_drv_13_1_STAGE_TARGET)
361 $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)
362 $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_HOST) \
363 $(vboxvideo_drv_13_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined
364 $(QUIET)$(APPEND) -t "$@" "done"
365
366 TESTING += $(vboxvideo_drv_14_0_OUTDIR)/tstvboxvideo14.run
367 OTHERS += $(vboxvideo_drv_14_0_OUTDIR)/tstvboxvideo14.run
368$$(vboxvideo_drv_14_0_OUTDIR)/tstvboxvideo14.run: $$(vboxvideo_drv_14_1_STAGE_TARGET)
369 $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)
370 $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_HOST) \
371 $(vboxvideo_drv_14_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined
372 $(QUIET)$(APPEND) -t "$@" "done"
373
374 TESTING += $(vboxvideo_drv_15_0_OUTDIR)/tstvboxvideo15.run
375 OTHERS += $(vboxvideo_drv_15_0_OUTDIR)/tstvboxvideo15.run
376$$(vboxvideo_drv_15_0_OUTDIR)/tstvboxvideo15.run: $$(vboxvideo_drv_15_1_STAGE_TARGET)
377 $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)
378 $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_HOST) \
379 $(vboxvideo_drv_15_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined
380 $(QUIET)$(APPEND) -t "$@" "done"
381
382 TESTING += $(vboxvideo_drv_16_0_OUTDIR)/tstvboxvideo16.run
383 OTHERS += $(vboxvideo_drv_16_0_OUTDIR)/tstvboxvideo16.run
384$$(vboxvideo_drv_16_0_OUTDIR)/tstvboxvideo16.run: $$(vboxvideo_drv_16_1_STAGE_TARGET)
385 $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)
386 $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_HOST) \
387 $(vboxvideo_drv_16_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined
388 $(QUIET)$(APPEND) -t "$@" "done"
389
390 TESTING += $(vboxvideo_drv_17_0_OUTDIR)/tstvboxvideo17.run
391 OTHERS += $(vboxvideo_drv_17_0_OUTDIR)/tstvboxvideo17.run
392$$(vboxvideo_drv_17_0_OUTDIR)/tstvboxvideo17.run: $$(vboxvideo_drv_17_1_STAGE_TARGET)
393 $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)
394 $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_HOST) \
395 $(vboxvideo_drv_17_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined
396 $(QUIET)$(APPEND) -t "$@" "done"
397
398 TESTING += $(vboxvideo_drv_18_0_OUTDIR)/tstvboxvideo18.run
399 OTHERS += $(vboxvideo_drv_18_0_OUTDIR)/tstvboxvideo18.run
400$$(vboxvideo_drv_18_0_OUTDIR)/tstvboxvideo18.run: $$(vboxvideo_drv_18_1_STAGE_TARGET)
401 $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)
402 $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_HOST) \
403 $(vboxvideo_drv_18_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined
404 $(QUIET)$(APPEND) -t "$@" "done"
405
406 TESTING += $(vboxvideo_drv_19_0_OUTDIR)/tstvboxvideo19.run
407 OTHERS += $(vboxvideo_drv_19_0_OUTDIR)/tstvboxvideo19.run
408$$(vboxvideo_drv_19_0_OUTDIR)/tstvboxvideo19.run: $$(vboxvideo_drv_19_1_STAGE_TARGET)
409 $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)
410 $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_HOST) \
411 $(vboxvideo_drv_19_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined
412 $(QUIET)$(APPEND) -t "$@" "done"
413
414 TESTING += $(vboxvideo_drv_110_0_OUTDIR)/tstvboxvideo110.run
415 OTHERS += $(vboxvideo_drv_110_0_OUTDIR)/tstvboxvideo110.run
416$$(vboxvideo_drv_110_0_OUTDIR)/tstvboxvideo110.run: $$(vboxvideo_drv_110_1_STAGE_TARGET)
417 $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)
418 $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_HOST) \
419 $(vboxvideo_drv_110_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined
420 $(QUIET)$(APPEND) -t "$@" "done"
421
422 TESTING += $(vboxvideo_drv_111_0_OUTDIR)/tstvboxvideo111.run
423 OTHERS += $(vboxvideo_drv_111_0_OUTDIR)/tstvboxvideo111.run
424$$(vboxvideo_drv_111_0_OUTDIR)/tstvboxvideo111.run: $$(vboxvideo_drv_111_1_STAGE_TARGET)
425 $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)
426 $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_HOST) \
427 $(vboxvideo_drv_111_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined
428 $(QUIET)$(APPEND) -t "$@" "done"
429
430 TESTING += $(vboxvideo_drv_112_0_OUTDIR)/tstvboxvideo112.run
431 OTHERS += $(vboxvideo_drv_112_0_OUTDIR)/tstvboxvideo112.run
432$$(vboxvideo_drv_112_0_OUTDIR)/tstvboxvideo112.run: $$(vboxvideo_drv_112_1_STAGE_TARGET)
433 $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)
434 $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_HOST) \
435 $(vboxvideo_drv_112_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined
436 $(QUIET)$(APPEND) -t "$@" "done"
437
438 TESTING += $(vboxvideo_drv_113_0_OUTDIR)/tstvboxvideo113.run
439 OTHERS += $(vboxvideo_drv_113_0_OUTDIR)/tstvboxvideo113.run
440$$(vboxvideo_drv_113_0_OUTDIR)/tstvboxvideo113.run: $$(vboxvideo_drv_113_1_STAGE_TARGET)
441 $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)
442 $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_HOST) \
443 $(vboxvideo_drv_113_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined
444 $(QUIET)$(APPEND) -t "$@" "done"
445
446 endif # ! VBOX_ONLY_SDK
447 endif # eq ($(KBUILD_HOST_ARCH),$(KBUILD_TARGET_ARCH))
448 endif # eq ($(KBUILD_TARGET),linux)
449# endif # ! VBOX_ONLY_ADDITIONS
450endif # VBOX_WITH_TESTCASES
451
452include $(FILE_KBUILD_SUB_FOOTER)
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