summaryrefslogtreecommitdiffstats
path: root/gfx/angle/targets/angle_common/moz.build
blob: 873a095e3f37373d7257904dcfe1ca74548dd9fe (plain)
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
# Generated by update-angle.py

include("../../moz.build.common")

DEFINES["ANGLE_DISABLE_POOL_ALLOC"] = True
DEFINES["ANGLE_ENABLE_SHARE_CONTEXT_LOCK"] = "1"
# DEFINES["ANGLE_IS_WIN"] = True
DEFINES["ANGLE_VMA_VERSION"] = "2003000"
# DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True
DEFINES["CR_CLANG_REVISION"] = '"llvmorg-16-init-6578-g0d30e92f-2"'
DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0"
# DEFINES["NDEBUG"] = True
DEFINES["NOMINMAX"] = True
# DEFINES["NTDDI_VERSION"] = "NTDDI_WIN10_FE"
# DEFINES["NVALGRIND"] = True
# DEFINES["PSAPI_VERSION"] = "2"
DEFINES["UNICODE"] = True
# DEFINES["USE_AURA"] = "1"
# DEFINES["WIN32"] = True
# DEFINES["WIN32_LEAN_AND_MEAN"] = True
# DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP"
DEFINES["WINVER"] = "0x0A00"
DEFINES["_ATL_NO_OPENGL"] = True
DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True
DEFINES["_CRT_RAND_S"] = True
DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True
DEFINES["_HAS_EXCEPTIONS"] = "0"
# DEFINES["_HAS_NODISCARD"] = True
DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True
DEFINES["_SECURE_ATL"] = True
DEFINES["_UNICODE"] = True
# DEFINES["_WIN32_WINNT"] = "0x0A00"
# DEFINES["_WINDOWS"] = True
DEFINES["_WINSOCK_DEPRECATED_NO_WARNINGS"] = True
# DEFINES["__STD_C"] = True

LOCAL_INCLUDES += [
    "../../checkout/include/",
    "../../checkout/src/",
    "../../checkout/src/common/third_party/base/",
]

# CXXFLAGS += [
#     "-D__DATE__=",
#     "-D__TIME__=",
#     "-D__TIMESTAMP__=",
#     "-fcolor-diagnostics",
#     "-fcomplete-member-pointers",
#     "-fcrash-diagnostics-dir=../tools/clang/crashreports",
#     "-ffile-compilation-dir=.",
#     "-ffile-reproducible",
#     "-fmerge-all-constants",
#     "-fmsc-version=1916",
#     "-fno-delete-null-pointer-checks",
#     "-fno-ident",
#     "-ftrivial-auto-var-init=pattern",
#     "-fuse-ctor-homing",
#     "-gcodeview-ghash",
#     "-instcombine-lower-dbg-declare=0",
#     "-m64",
#     "-mllvm",
#     "-msse3",
#     "-no-canonical-prefixes",
#     "-Wbad-function-cast",
#     "-Wconditional-uninitialized",
#     "-Wenum-compare-conditional",
#     "-Wexit-time-destructors",
#     "-Wextra-semi",
#     "-Wextra-semi-stmt",
#     "-Wfloat-conversion",
#     "-Wglobal-constructors",
#     "-Wheader-hygiene",
#     "-Wimplicit-fallthrough",
#     "-Winconsistent-missing-destructor-override",
#     "-Wloop-analysis",
#     "-Wmissing-field-initializers",
#     "-Wnewline-eof",
#     "-Wno-bitfield-constant-conversion",
#     "-Wno-builtin-macro-redefined",
#     "-Wno-deprecated-builtins",
#     "-Wno-ignored-pragma-optimize",
#     "-Wno-missing-field-initializers",
#     "-Wno-nonportable-include-path",
#     "-Wno-psabi",
#     "-Wno-trigraphs",
#     "-Wno-unneeded-internal-declaration",
#     "-Wno-unused-parameter",
#     "-Wnon-virtual-dtor",
#     "-Wparentheses",
#     "-Wrange-loop-analysis",
#     "-Wredundant-parens",
#     "-Wreturn-std-move",
#     "-Wshadow",
#     "-Wshadow-field",
#     "-Wshorten-64-to-32",
#     "-Wstrict-prototypes",
#     "-Wstring-conversion",
#     "-Wsuggest-destructor-override",
#     "-Wsuggest-override",
#     "-Wtautological-overlap-compare",
#     "-Wtautological-type-limit-compare",
#     "-Wthread-safety",
#     "-Wundefined-reinterpret-cast",
#     "-Wunneeded-internal-declaration",
#     "-Wunreachable-code-aggressive",
#     "-Wunused-but-set-variable",
#     "-Xclang",
#     "/bigobj",
#     "/Brepro",
#     "/clang:-ffp-contract=off",
#     "/D__WRL_ENABLE_FUNCTION_STATICS__",
#     "/FS",
#     "/GR-",
#     "/guard:cf",
#     "/Gw",
#     "/Gy",
#     "/MT",
#     "/O1",
#     "/Ob2",
#     "/Oi",
#     "/Oy-",
#     "/std:c++17",
#     "/TP",
#     "/utf-8",
#     "/W4",
#     "/we4244",
#     "/we4312",
#     "/we4456",
#     "/we4458",
#     "/we4715",
#     "/we4800",
#     "/we4838",
#     "/WX",
#     "/Z7",
#     "/Zc:inline",
#     "/Zc:sizedDealloc-",
#     "/Zc:twoPhase",
# ]

SOURCES += [
    "../../checkout/src/common/aligned_memory.cpp",
    "../../checkout/src/common/android_util.cpp",
    "../../checkout/src/common/angleutils.cpp",
    "../../checkout/src/common/debug.cpp",
    "../../checkout/src/common/entry_points_enum_autogen.cpp",
    "../../checkout/src/common/event_tracer.cpp",
    "../../checkout/src/common/Float16ToFloat32.cpp",
    "../../checkout/src/common/mathutil.cpp",
    "../../checkout/src/common/matrix_utils.cpp",
    "../../checkout/src/common/MemoryBuffer.cpp",
    "../../checkout/src/common/PackedEGLEnums_autogen.cpp",
    "../../checkout/src/common/PackedEnums.cpp",
    "../../checkout/src/common/PackedGLEnums_autogen.cpp",
    "../../checkout/src/common/PoolAlloc.cpp",
    "../../checkout/src/common/string_utils.cpp",
    "../../checkout/src/common/system_utils.cpp",
    "../../checkout/src/common/third_party/base/anglebase/sha1.cc",
    "../../checkout/src/common/third_party/smhasher/src/PMurHash.cpp",
    "../../checkout/src/common/third_party/xxhash/xxhash.c",
    "../../checkout/src/common/tls.cpp",
    "../../checkout/src/common/uniform_type_info_autogen.cpp",
    "../../checkout/src/common/utilities.cpp",
]

if CONFIG["OS_ARCH"] != "WINNT":
    SOURCES += [
        "../../checkout/src/common/system_utils_posix.cpp",
    ]

if CONFIG["OS_ARCH"] == "Darwin":
    SOURCES += [
        "../../checkout/src/common/system_utils_apple.cpp",
        "../../checkout/src/common/system_utils_mac.cpp",
    ]

if CONFIG["OS_ARCH"] == "WINNT":
    SOURCES += [
        "../../checkout/src/common/system_utils_win.cpp",
        "../../checkout/src/common/system_utils_win32.cpp",
    ]

if CONFIG["OS_ARCH"] not in ("Darwin", "WINNT"):
    SOURCES += [
        "../../checkout/src/common/system_utils_linux.cpp",
    ]

# LDFLAGS += [
#     "--color-diagnostics",
#     "/call-graph-profile-sort:no",
#     "/CETCOMPAT",
#     "/DEBUG:GHASH",
#     "/FIXED:NO",
#     "/INCREMENTAL:NO",
#     "/lldignoreenv",
#     "/OPT:ICF",
#     "/OPT:NOLLDTAILMERGE",
#     "/OPT:REF",
#     "/PROFILE",
#     "/TIMESTAMP:1664686800",
#     "/WX",
# ]

Library("angle_common")