VirtualBox

source: vbox/trunk/include/Makefile.kmk@ 76719

Last change on this file since 76719 was 76719, checked in by vboxsync, 6 years ago

/include/Makefile.kmk: syntax check using the ring-0 driver template too.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 7.7 KB
RevLine 
[2478]1# $Id: Makefile.kmk 76719 2019-01-09 02:48:21Z vboxsync $
2## @file
[1]3# Some hacks to allow syntax and prerequisite include checking of headers.
4# This makefile doesn't and shouldn't build successfully.
5#
6
7#
[76553]8# Copyright (C) 2006-2019 Oracle Corporation
[5999]9#
10# This file is part of VirtualBox Open Source Edition (OSE), as
11# available from http://www.virtualbox.org. This file is free software;
12# you can redistribute it and/or modify it under the terms of the GNU
13# General Public License (GPL) as published by the Free Software
14# Foundation, in version 2 as it comes in the "COPYING" file of the
15# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
16# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
17#
[1]18
[68676]19SUB_DEPTH = ..
20include $(KBUILD_PATH)/subheader.kmk
[1]21
[69686]22LIBRARIES += SyntaxVBoxIncludeR3 SyntaxVBoxIncludeR0
[1]23
[30788]24# Omit headers that are using C++ features and upsets gcc.
[68676]25VBOX_HDRS_CPP_FEATURES := \
[43387]26 VBox/vmm/hm.h \
27 VBox/vmm/hm_vmx.h \
[36536]28 VBox/HostServices/GuestControlSvc.h \
[68658]29 VBox/HostServices/DragAndDropSvc.h \
[68675]30 VBox/HostServices/Service.h \
31 VBox/GuestHost/GuestControl.h \
32 VBox/GuestHost/DragAndDrop.h \
[76718]33 VBox/dbus.h \
[36536]34 VBox/VBoxCrHgsmi.h \
[76718]35 VBox/VBoxGuestLibSharedFoldersInline.h \
36 VBox/VBoxPktDmp.h \
[68658]37 VBox/VBoxUhgsmi.h \
[68676]38 iprt/cpp/%
[30788]39
40# Omit headers that are C++ and ring-3.
[68676]41VBOX_HDRS_R3_CPP := \
[7133]42 VBox/dbggui.h \
43 VBox/settings.h \
[34071]44 VBox/com/Guid.h \
[68676]45 iprt/cpp/% \
46 VBox/com/% \
47 $(subst $(PATH_SUB_CURRENT)/,,$(wildcard $(PATH_SUB_CURRENT)/iprt/*_cpp.h))
[1]48
[30788]49# Ring-3 only headers.
[68676]50VBOX_HDRS_R3_ONLY := \
[7133]51 VBox/vrdpapi.h \
[68670]52 VBox/vrdpusb.h \
[7133]53 VBox/VBoxHDD.h \
[25477]54 VBox/VBoxHDD-Plugin.h \
[36536]55 VBox/VBoxCrHgsmi.h \
56 VBox/VBoxUhgsmi.h \
[68670]57 VBox/VBoxNetCfg-win.h \
[68675]58 VBox/VBoxDrvCfg-win.h \
[25477]59 VBox/dbus.h \
[68675]60 $(if-expr "$(KBUILD_TARGET)" == "win",VBox/usblib.h,) \
[68670]61 VBox/usblib-win.h \
[36536]62 VBox/vd.h \
[68670]63 VBox/vd-cache-backend.h \
64 VBox/vd-ifs.h \
65 VBox/vd-ifs-internal.h \
66 VBox/vd-image-backend.h \
[36536]67 VBox/vd-plugin.h \
[68670]68 VBox/vd-filter-backend.h \
69 VBox/vddbg.h \
[35346]70 VBox/vmm/uvm.h \
[30788]71 VBox/vscsi.h \
[68675]72 VBox/ExtPack/% \
73 VBox/GuestHost/DragAndDrop.h \
74 VBox/HostServices/Service.h \
75 iprt/win/% \
[32336]76 iprt/alloca.h \
[7133]77 iprt/tcp.h \
[25477]78 iprt/localipc.h \
79 iprt/linux/sysfs.h \
[68675]80 iprt/socket.h \
[76372]81 iprt/udp.h \
82 iprt/linux/symvers.h
[7133]83
[76719]84# Ring-0 driver only headers.
85VBOX_HDRS_R0DRV_ONLY := \
86 VBox/VBoxGuestLibSharedFolders.h \
87 VBox/VBoxGuestLibSharedFoldersInline.h
[68670]88
[68675]89# GCC only headers.
[68676]90VBOX_HDRS_GCC_ONLY := \
[68675]91 iprt/nocrt/fenv.h \
92 iprt/nocrt/math.h
93
94# Headers to omit all together.
[68676]95VBOX_HDRS_OMIT := \
[36536]96 VBox/HostServices/glext.h \
97 VBox/HostServices/glxext.h \
98 VBox/HostServices/wglext.h \
[25477]99 VBox/VBoxGL2D.h \
[68676]100 $(if-expr "$(KBUILD_TARGET)" != "solaris", \
101 VBox/usblib-solaris.h \
102 ,)\
[30788]103 VBox/VDEPlug.h \
[68670]104 VBox/VDEPlugSymDefs.h \
105 VBox/VBoxNetCmn-win.h \
[36536]106 $(if-expr "$(KBUILD_TARGET)" != "win", \
107 VBox/VBoxDrvCfg-win.h \
108 VBox/VBoxNetCfg-win.h \
[68670]109 VBox/usblib-win.h \
[69686]110 VBox/com/microatl.h \
[68676]111 ,$(VBOX_HDRS_GCC_ONLY)) \
[30788]112 \
113 VBox/dbus-calls.h \
114 VBox/VBoxKeyboard.h \
[64373]115 VBox/vmm/pdmpcidevint.h \
[30788]116 iprt/runtime-loader.h \
[36536]117 iprt/mangling.h \
[68676]118 $(subst $(PATH_SUB_CURRENT)/,,$(wildcard $(PATH_SUB_CURRENT)/iprt/asm*watcom*.h)) \
[68675]119 iprt/asn1-generator% \
120 iprt/win/% \
121 iprt/nt/% \
122 \
[25477]123 $(foreach os,$(filter-out $(KBUILD_TARGET),$(KBUILD_OSES)),iprt/$(os)/% VBox/$(os)/%) \
[68675]124 $(foreach arch,$(KBUILD_ARCHES),iprt/nocrt/$(arch)/%)
[7133]125
[68675]126# We omit a few headers which have platform specific issues or are templates.
[68676]127VBOX_HDRS_ALL := $(filter-out $(VBOX_HDRS_OMIT), \
128 $(subst $(PATH_SUB_CURRENT)/,,$(wildcard \
129 $(PATH_SUB_CURRENT)/VBox/*.h \
130 $(PATH_SUB_CURRENT)/VBox/*/*.h \
131 $(PATH_SUB_CURRENT)/iprt/*.h \
132 $(PATH_SUB_CURRENT)/iprt/*/*.h \
133)))
[68675]134
[30788]135# ring-3, ring-0 and raw-mode context specific exclusions.
[76719]136VBOX_HDRS_ALL_R3 := $(filter-out $(VBOX_HDRS_R0DRV_ONLY), $(VBOX_HDRS_ALL))
137VBOX_HDRS_ALL_R3_C := $(filter-out $(VBOX_HDRS_CPP_FEATURES) $(VBOX_HDRS_R3_CPP), $(VBOX_HDRS_ALL_R3))
138VBOX_HDRS_ALL_R0 := $(filter-out $(VBOX_HDRS_R3_CPP) $(VBOX_HDRS_R3_ONLY) $(VBOX_HDRS_R0DRV_ONLY), $(VBOX_HDRS_ALL))
139VBOX_HDRS_ALL_R0_C := $(filter-out $(VBOX_HDRS_CPP_FEATURES), $(VBOX_HDRS_ALL_R0))
140VBOX_HDRS_ALL_R0DRV := $(filter-out $(VBOX_HDRS_R3_CPP) $(VBOX_HDRS_R3_ONLY), $(VBOX_HDRS_ALL))
141VBOX_HDRS_ALL_R0DRV_C := $(filter-out $(VBOX_HDRS_CPP_FEATURES), $(VBOX_HDRS_ALL_R0DRV))
142VBOX_HDRS_ALL_RC := $(filter-out \
[7133]143 VBox/VBoxGuestLib.h \
[35346]144 VBox/vmm/gvm.h \
[7133]145 iprt/thread.h \
146 iprt/mem.h \
[51770]147 iprt/memsafer.h \
[7133]148 iprt/alloc.h \
[68675]149 iprt/vector.h \
[68676]150 $(VBOX_HDRS_R3_CPP) \
151 $(VBOX_HDRS_R3_ONLY) \
[76719]152 $(VBOX_HDRS_R0DRV_ONLY) \
[68676]153 , $(VBOX_HDRS_ALL))
154VBOX_HDRS_ALL_RC_C := $(filter-out $(VBOX_HDRS_CPP_FEATURES), $(VBOX_HDRS_ALL_RC))
155#$(error $(subst $(SP),$(NLTAB),$(strip $(sort $(VBOX_HDRS_ALL_RC_C)))))
[7133]156
157SyntaxVBoxIncludeR3_TEMPLATE = VBOXMAINEXE
[11820]158SyntaxVBoxIncludeR3_DEFS = VBOX_WITH_HGCM
[69686]159SyntaxVBoxIncludeR3_CDEFS = IPRT_WITHOUT_NAMED_UNIONS_AND_STRUCTS
[1]160SyntaxVBoxIncludeR3_SOURCES := \
[68689]161 $(addprefix $(PATH_OBJ)/include/c/, $(addsuffix .c, $(basename $(VBOX_HDRS_ALL_R3_C)))) \
162 $(addprefix $(PATH_OBJ)/include/cpp/,$(addsuffix .cpp,$(basename $(VBOX_HDRS_ALL_R3))))
[68676]163SyntaxVBoxIncludeR3_CLEAN = $(SyntaxVBoxIncludeR3_SOURCES)
[68689]164#$(error $(subst $(SP),$(NLTAB),$(strip $(sort $(SyntaxVBoxIncludeR3_SOURCES)))))
[1]165
[26222]166SyntaxVBoxIncludeR0_TEMPLATE = VBoxR0
[11820]167SyntaxVBoxIncludeR0_DEFS = VBOX_WITH_HGCM
[69686]168SyntaxVBoxIncludeR0_CDEFS = IPRT_WITHOUT_NAMED_UNIONS_AND_STRUCTS
[7133]169SyntaxVBoxIncludeR0_SOURCES := \
[68689]170 $(addprefix $(PATH_OBJ)/include/c/, $(addsuffix .c, $(basename $(VBOX_HDRS_ALL_R0_C)))) \
171 $(addprefix $(PATH_OBJ)/include/cpp/,$(addsuffix .cpp,$(basename $(VBOX_HDRS_ALL_R0))))
[68676]172SyntaxVBoxIncludeR0_CLEAN = $(SyntaxVBoxIncludeR0_SOURCES)
[1]173
[76719]174if1of ($(KBUILD_TARGET), darwin os2 solaris win)
175LIBRARIES += SyntaxVBoxIncludeR0Drv
176SyntaxVBoxIncludeR0Drv_TEMPLATE = VBoxR0DrvLib
177SyntaxVBoxIncludeR0Drv_SDKS.win = ReorderCompilerIncs $(VBOX_WINDDK) $(VBOX_WINPSDK)INCS
178SyntaxVBoxIncludeR0Drv_DEFS = VBOX_WITH_HGCM
179SyntaxVBoxIncludeR0Drv_CDEFS = IPRT_WITHOUT_NAMED_UNIONS_AND_STRUCTS
180SyntaxVBoxIncludeR0Drv_SOURCES := \
181 $(addprefix $(PATH_OBJ)/include/c/, $(addsuffix .c, $(basename $(VBOX_HDRS_ALL_R0DRV_C)))) \
182 $(addprefix $(PATH_OBJ)/include/cpp/,$(addsuffix .cpp,$(basename $(VBOX_HDRS_ALL_R0DRV))))
183SyntaxVBoxIncludeR0Drv_CLEAN = $(SyntaxVBoxIncludeR0Drv_SOURCES)
184endif
185
[69686]186ifdef VBOX_WITH_RAW_MODE
[76719]187LIBRARIES += SyntaxVBoxIncludeRC
188SyntaxVBoxIncludeRC_TEMPLATE = VBoxRc
189SyntaxVBoxIncludeRC_DEFS = VBOX_WITH_HGCM
190SyntaxVBoxIncludeRC_CDEFS = IPRT_WITHOUT_NAMED_UNIONS_AND_STRUCTS
191SyntaxVBoxIncludeRC_SOURCES := \
192 $(addprefix $(PATH_OBJ)/include/c/, $(addsuffix .c, $(basename $(VBOX_HDRS_ALL_RC_C)))) \
193 $(addprefix $(PATH_OBJ)/include/cpp/,$(addsuffix .cpp,$(basename $(VBOX_HDRS_ALL_RC))))
194SyntaxVBoxIncludeRC_CLEAN = $(SyntaxVBoxIncludeRC_SOURCES)
[69686]195endif
[1]196
197
[68675]198# Headers that must only be included once.
[68676]199VBOX_HDRS_ONLY_ONCE := \
[68675]200 iprt/bldprog-strtab-template.cpp.h
201
[68676]202
203# Generate the files we compile.
[1]204define def_hdr
[68689]205 $(eval functioname := $(translate $(basename $(hdr)),-./,___))
206
207 $$(PATH_OBJ)/include/c/$(basename $(hdr)).c: | $$$$(dir $$$$@)
[68675]208 $(QUIET)$$(APPEND) -t -n $$@ \
209 '#include <$(hdr)>' \
[68676]210 $(if-expr $(intersects $(hdr),$(VBOX_HDRS_ONLY_ONCE)),, '#include <$(hdr)>') \
[68689]211 'extern int $(functioname)_c(void);' \
212 'int $(functioname)_c(void) { return 0;}'
[1]213
[68689]214 $$(PATH_OBJ)/include/cpp/$(basename $(hdr)).cpp: | $$$$(dir $$$$@)
[68675]215 $(QUIET)$$(APPEND) -t -n $$@ \
216 '#include <$(hdr)>' \
[68676]217 $(if-expr $(intersects $(hdr),$(VBOX_HDRS_ONLY_ONCE)),, '#include <$(hdr)>') \
[68689]218 'extern int $(functioname)_cpp(void);' \
219 'int $(functioname)_cpp(void) { return 0;}'
[36536]220
[1]221endef
222
[68676]223$(foreach hdr,$(VBOX_HDRS_ALL), $(eval $(def_hdr)))
[1]224
[68689]225# Tell kBuild to generate rules for making the directories for the generated files.
226VBOX_HDR_DIRS := $(sort $(dir $(VBOX_HDRS_ALL)))
227BLDDIRS += $(addprefix $(PATH_OBJ)/include/c/,$(VBOX_HDR_DIRS)) $(addprefix $(PATH_OBJ)/include/cpp/,$(VBOX_HDR_DIRS))
[68676]228
229
230include $(FILE_KBUILD_SUB_FOOTER)
231
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