-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMalterlib_Core.MHeader
More file actions
381 lines (342 loc) · 6.71 KB
/
Malterlib_Core.MHeader
File metadata and controls
381 lines (342 loc) · 6.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
// Copyright © Unbroken AB
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Property
{
MalterlibEnableThirdPartyComparisonTests: bool = false // User(Tests)=true: Enable thrird party comparison tests.
MalterlibClangUpstreamBranch: string = `release/@(MalterlibClangVersion->ParseFormatString("{}.{}", "{0}.x"))`
MalterlibUseClangForWindowsSupported: bool = true
HasLLVMRepository: bool = false
HasLLVMRepository true
{
&
{
HasLLVMRepository undefined
|
{
EnablePlatformFamily_macOS true
EnablePlatformFamily_Linux true
&
{
MalterlibUseClangForWindowsSupported true
EnablePlatformFamily_Windows true
}
}
}
}
MalterlibSubLibrarySeparate: bool = false
}
%Repository "llvm-project"
{
!!HasLLVMRepository true
Repository
{
Type "External"
Remotes =+ {Name: "upstream", URL: "https://github.com/llvm/llvm-project.git"}
{
!!MalterlibAddUpstreams true
}
DefaultUpstreamBranch MalterlibClangUpstreamBranch
Tags ["llvm"]
}
}
Import "Malterlib_Core_Modules.MHeader"
Import "Malterlib_Core_boost.MHeader"
Import "Lib_Malterlib.MTarget"
%Group "{Malterlib}/{Lib_Malterlib_Core}"
{
%Group "Core"
{
%Group "Include"
{
Compile.Type "C++"
{
!!DocumentationEnabled true
}
%File "Include/Mib/Core/^*"
}
%File "Source/*"
%Group "Platform"
{
%File "Source/Platform/*"
{
Compile.Disabled true
{
!PlatformFamily PlatformFamilyFromFile
}
}
%File "Source/Platform/*.mm"
{
Compile
{
Disabled true
{
!PlatformFamily PlatformFamilyFromFile
}
}
}
%File ["Source/Platform/Malterlib_Core_Platform_Windows_AllowInvalidExit.cpp", "Source/Platform/Malterlib_Core_Platform_Windows_Heap.cpp"]
{
Compile.Disabled true
}
}
%Group "Documentation"
{
%File "Documentation/*"
}
%Group "Build"
{
%File "Build/*.sh"
}
%Group "BuildScripts"
{
%File "BuildScripts/*"
}
}
Target.ExtraGroups =+ "~Automatic/Malterlib Indirect Dependencies"
{
!!MalterlibSubLibrarySeparate true
}
Property
{
Malterlib_Core_Dependencies: [type(CEntity)] = []
Malterlib_Core_Dependencies =+ ["Lib_Malterlib_File", "Lib_Malterlib_Exception", "Lib_Malterlib_Contract", "Lib_Malterlib_Memory", "Lib_Malterlib_Thread", "Lib_Malterlib_Atomic", "Lib_Malterlib_Time", "Lib_Malterlib_CrashReport", "Lib_Malterlib_String"]
Malterlib_Core_DebugDependencies: [type(CEntity)] = []
Malterlib_Core_DebugDependencies =+ ["Lib_Malterlib_Debug", "Lib_Malterlib_Contract", "Lib_Malterlib_Log", "Lib_Malterlib_Process"]
}
%Dependency Malterlib_Core_Dependencies
{
!!MalterlibSubLibrarySeparate true
Dependency.Indirect true
}
%Dependency Malterlib_Core_DebugDependencies
{
&
{
MalterlibSubLibrarySeparate true
|
{
GeneratorFamily "VisualStudio"
DebugCompiler true
}
}
Dependency.Indirect true
Dependency.Link false
{
!DebugCompiler true
}
}
Target
{
&
{
!MalterlibIncludeRoots undefined
MalterlibIncludeLevel "Workspace"
}
ExtraGroups =+ "~Automatic/Include Roots"
}
Target
{
!!GeneratorFamily "Xcode"
ExtraGroups =+ "~Automatic/Xcode Specifications"
}
Target
{
&
{
!MalterlibBoostModules undefined
MalterlibIncludeLevel "Workspace"
}
ExtraGroups =+ "~Automatic/Boost Include Roots"
}
%Dependency ["CoreFoundation", "Security"]
{
&
{
PlatformIsDarwin true
!Target.Type "Driver"
}
Dependency
{
Type "Framework"
Indirect true
}
}
%Dependency ["AppKit", "Cocoa", "IOKit", "OpenGL"]
{
&
{
PlatformFamily "macOS"
!Target.Type "Driver"
}
Dependency
{
Type "Framework"
Indirect true
}
}
%Dependency ["UIKit"]
{
&
{
PlatformFamily "iOS"
!Target.Type "Driver"
}
Dependency
{
Type "Framework"
Indirect true
}
}
%Dependency ["dl", "uuid", "rt"]
{
!!PlatformFamily "Linux"
Dependency
{
Type "Library"
Indirect true
}
}
%Dependency ["asound"]
{
&
{
PlatformFamily "Linux"
Target.Type "UIExecutable"
}
Dependency
{
Type "Library"
Indirect true
}
}
%Dependency ["c++abi"]
{
&
{
PlatformIsDarwin true
!MalterlibUseStaticLibCxxABI true
!Target.Type "Driver"
}
Dependency
{
Type "Library"
Indirect true
}
}
%Dependency ["user32.lib", "advapi32.lib", "shell32.lib", "ole32.lib", "oleaut32.lib"]
{
!!PlatformFamily "Windows"
Dependency
{
Type "Library"
Indirect true
}
}
}
// Target.ExtraGroups =+ "~Automatic/Malterlib Indirect Dependencies;@(AllSubLibraryGroups);@(MalterlibLibraryGroups)"
Property
{
MalterlibLibrary_Core: bool = MalterlibLibrary_All
MalterlibSubLibraries =+ "Core"
{
!!MalterlibLibrary_Core true
}
// MalterlibSubLibrarySeparate_Lib_Malterlib_Core: bool = true
MalterlibIncludeRoots =+ "Include"->MakeAbsolute()
{
!!MalterlibLibrary_Core true
}
MalterlibSubLibrarySeparate true
{
!!Documentation "Doxygen"
}
}
Property
{
AllMalterlibLibrariesTemplate function(string _Library) [type(CEntity)]
AllMalterlibLibrariesTemplate =+ `Lib_Malterlib_@(_Library)`
AllMalterlibLibraries: [type(CEntity)] = MalterlibSubLibraries->ForEach(&AllMalterlibLibrariesTemplate)
}
%Target AllMalterlibLibraries
{
|
{
&
{
true IsDefined(`MalterlibSubLibrarySeparate_@(Target:this.Identity)`)
true MalterlibSubLibrarySeparate_@(Target:this.Identity)
}
&
{
true IsDefined(`MalterlibLibrarySeparate_@(Target:this.Identity)`)
true MalterlibLibrarySeparate_@(Target:this.Identity)
}
&
{
MalterlibSubLibrarySeparate true
|
{
!true IsDefined(`MalterlibSubLibrarySeparate_@(Target:this.Identity)`)
!false MalterlibSubLibrarySeparate_@(Target:this.Identity)
}
}
}
Property
{
MalterlibNoShortcuts true
DocumentationModule "Malterlib"
}
Target
{
ExtraGroups =+ `{Malterlib}/{@(Target:this.Identity)}`
Name Target:this.Identity
Type "StaticLibrary"
Group "Malterlib"
}
}
%Target "Dll_Test_Malterlib_Helper_Core"
{
Property
{
MalterlibHelperTest true
MalterlibPostCopyProject "Tests"
ProductName "Malterlib Test Dll"
}
Target
{
BaseName "Test_Malterlib_Helper_Core"
Type "DynamicLibrary"
Group "Helpers"
}
Compile
{
!!CompileDialect "C"
PrefixHeader undefined
}
%File "Test/Test_Malterlib_Core_DllMain.cpp"
%Dependency "Lib_Malterlib"
}
%Group "{Test}/{Malterlib_Core}"
{
%Group "Tests"
{
%File "Test/*"
%File "Test/Test_Malterlib_Core_DllMain*"
{
Compile.Disabled true
}
}
%Dependency "Dll_Test_Malterlib_Helper_Core"
{
Dependency.Link false
Dependency.Stage "Runtime"
}
}
Property
{
!!MalterlibEnableInternalTests true
MalterlibTests =+ "Malterlib_Core"
MalterlibTestExtraGroups_Malterlib_Core: [string] = ["{Test}/{Malterlib_Core}"]
}
Import "Tools/*/*.MHeader"
Import "Malterlib_Core_Export.MHeader"