1# This file is generated by gyp; do not edit.
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_CLASS := STATIC_LIBRARIES
6LOCAL_MODULE := third_party_angle_src_preprocessor_gyp
7LOCAL_MODULE_SUFFIX := .a
8LOCAL_MODULE_TAGS := optional
9LOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH)
10gyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX))
11gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
12
13# Make sure our deps are built first.
14GYP_TARGET_DEPENDENCIES :=
15
16GYP_GENERATED_OUTPUTS :=
17
18# Make sure our deps and generated files are built first.
19LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
20
21LOCAL_GENERATED_SOURCES :=
22
23GYP_COPIED_SOURCE_ORIGIN_DIRS :=
24
25LOCAL_SRC_FILES := \
26	third_party/angle/src/compiler/preprocessor/DiagnosticsBase.cpp \
27	third_party/angle/src/compiler/preprocessor/DirectiveHandlerBase.cpp \
28	third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp \
29	third_party/angle/src/compiler/preprocessor/ExpressionParser.cpp \
30	third_party/angle/src/compiler/preprocessor/Input.cpp \
31	third_party/angle/src/compiler/preprocessor/Lexer.cpp \
32	third_party/angle/src/compiler/preprocessor/Macro.cpp \
33	third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
34	third_party/angle/src/compiler/preprocessor/Preprocessor.cpp \
35	third_party/angle/src/compiler/preprocessor/Token.cpp \
36	third_party/angle/src/compiler/preprocessor/Tokenizer.cpp
37
38
39# Flags passed to both C and C++ files.
40MY_CFLAGS_Debug := \
41	-fstack-protector \
42	--param=ssp-buffer-size=4 \
43	-fno-exceptions \
44	-fno-strict-aliasing \
45	-Wno-unused-parameter \
46	-Wno-missing-field-initializers \
47	-fvisibility=hidden \
48	-pipe \
49	-fPIC \
50	-Wno-unused-local-typedefs \
51	-Wno-format \
52	-m64 \
53	-march=x86-64 \
54	-ffunction-sections \
55	-funwind-tables \
56	-g \
57	-fstack-protector \
58	-fno-short-enums \
59	-finline-limit=64 \
60	-Wa,--noexecstack \
61	-U_FORTIFY_SOURCE \
62	-Wno-extra \
63	-Wno-ignored-qualifiers \
64	-Wno-type-limits \
65	-Wno-unused-but-set-variable \
66	-Wno-address \
67	-Wno-format-security \
68	-Wno-return-type \
69	-Wno-sequence-point \
70	-Os \
71	-g \
72	-fdata-sections \
73	-ffunction-sections \
74	-fomit-frame-pointer \
75	-funwind-tables
76
77MY_DEFS_Debug := \
78	'-DV8_DEPRECATION_WARNINGS' \
79	'-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \
80	'-DANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES={ TEXT("d3dcompiler_46.dll"), TEXT("d3dcompiler_43.dll") }' \
81	'-D_FILE_OFFSET_BITS=64' \
82	'-DNO_TCMALLOC' \
83	'-DDISABLE_NACL' \
84	'-DCHROMIUM_BUILD' \
85	'-DUSE_LIBJPEG_TURBO=1' \
86	'-DENABLE_WEBRTC=1' \
87	'-DUSE_PROPRIETARY_CODECS' \
88	'-DENABLE_BROWSER_CDMS' \
89	'-DENABLE_CONFIGURATION_POLICY' \
90	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
91	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
92	'-DENABLE_EGLIMAGE=1' \
93	'-DCLD_VERSION=1' \
94	'-DENABLE_PRINTING=1' \
95	'-DENABLE_MANAGED_USERS=1' \
96	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
97	'-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' \
98	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
99	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
100	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
101	'-DVIDEO_HOLE=1' \
102	'-DNOMINMAX' \
103	'-DUSE_OPENSSL=1' \
104	'-DUSE_OPENSSL_CERTS=1' \
105	'-DANDROID' \
106	'-D__GNU_SOURCE=1' \
107	'-DUSE_STLPORT=1' \
108	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
109	'-DCHROME_BUILD_ID=""' \
110	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
111	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
112	'-D_DEBUG'
113
114
115# Include paths placed before CFLAGS/CPPFLAGS
116LOCAL_C_INCLUDES_Debug := \
117	$(gyp_shared_intermediate_dir) \
118	$(PWD)/frameworks/wilhelm/include \
119	$(PWD)/bionic \
120	$(PWD)/external/stlport/stlport
121
122
123# Flags passed to only C++ (and not C) files.
124LOCAL_CPPFLAGS_Debug := \
125	-fno-rtti \
126	-fno-threadsafe-statics \
127	-fvisibility-inlines-hidden \
128	-Wno-deprecated \
129	-Wno-non-virtual-dtor \
130	-Wno-sign-promo \
131	-Wno-non-virtual-dtor
132
133
134LOCAL_FDO_SUPPORT_Debug := false
135
136# Flags passed to both C and C++ files.
137MY_CFLAGS_Release := \
138	-fstack-protector \
139	--param=ssp-buffer-size=4 \
140	-fno-exceptions \
141	-fno-strict-aliasing \
142	-Wno-unused-parameter \
143	-Wno-missing-field-initializers \
144	-fvisibility=hidden \
145	-pipe \
146	-fPIC \
147	-Wno-unused-local-typedefs \
148	-Wno-format \
149	-m64 \
150	-march=x86-64 \
151	-ffunction-sections \
152	-funwind-tables \
153	-g \
154	-fstack-protector \
155	-fno-short-enums \
156	-finline-limit=64 \
157	-Wa,--noexecstack \
158	-U_FORTIFY_SOURCE \
159	-Wno-extra \
160	-Wno-ignored-qualifiers \
161	-Wno-type-limits \
162	-Wno-unused-but-set-variable \
163	-Wno-address \
164	-Wno-format-security \
165	-Wno-return-type \
166	-Wno-sequence-point \
167	-Os \
168	-fno-ident \
169	-fdata-sections \
170	-ffunction-sections \
171	-fomit-frame-pointer \
172	-funwind-tables
173
174MY_DEFS_Release := \
175	'-DV8_DEPRECATION_WARNINGS' \
176	'-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \
177	'-DANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES={ TEXT("d3dcompiler_46.dll"), TEXT("d3dcompiler_43.dll") }' \
178	'-D_FILE_OFFSET_BITS=64' \
179	'-DNO_TCMALLOC' \
180	'-DDISABLE_NACL' \
181	'-DCHROMIUM_BUILD' \
182	'-DUSE_LIBJPEG_TURBO=1' \
183	'-DENABLE_WEBRTC=1' \
184	'-DUSE_PROPRIETARY_CODECS' \
185	'-DENABLE_BROWSER_CDMS' \
186	'-DENABLE_CONFIGURATION_POLICY' \
187	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
188	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
189	'-DENABLE_EGLIMAGE=1' \
190	'-DCLD_VERSION=1' \
191	'-DENABLE_PRINTING=1' \
192	'-DENABLE_MANAGED_USERS=1' \
193	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
194	'-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' \
195	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
196	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
197	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
198	'-DVIDEO_HOLE=1' \
199	'-DNOMINMAX' \
200	'-DUSE_OPENSSL=1' \
201	'-DUSE_OPENSSL_CERTS=1' \
202	'-DANDROID' \
203	'-D__GNU_SOURCE=1' \
204	'-DUSE_STLPORT=1' \
205	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
206	'-DCHROME_BUILD_ID=""' \
207	'-DNDEBUG' \
208	'-DNVALGRIND' \
209	'-DDYNAMIC_ANNOTATIONS_ENABLED=0'
210
211
212# Include paths placed before CFLAGS/CPPFLAGS
213LOCAL_C_INCLUDES_Release := \
214	$(gyp_shared_intermediate_dir) \
215	$(PWD)/frameworks/wilhelm/include \
216	$(PWD)/bionic \
217	$(PWD)/external/stlport/stlport
218
219
220# Flags passed to only C++ (and not C) files.
221LOCAL_CPPFLAGS_Release := \
222	-fno-rtti \
223	-fno-threadsafe-statics \
224	-fvisibility-inlines-hidden \
225	-Wno-deprecated \
226	-Wno-non-virtual-dtor \
227	-Wno-sign-promo \
228	-Wno-non-virtual-dtor
229
230
231LOCAL_FDO_SUPPORT_Release := false
232
233LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
234LOCAL_FDO_SUPPORT := $(LOCAL_FDO_SUPPORT_$(GYP_CONFIGURATION))
235LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
236LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
237LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
238### Rules for final target.
239
240LOCAL_LDFLAGS_Debug := \
241	-Wl,-z,now \
242	-Wl,-z,relro \
243	-Wl,--fatal-warnings \
244	-Wl,-z,noexecstack \
245	-fPIC \
246	-m64 \
247	-fuse-ld=gold \
248	-nostdlib \
249	-Wl,--no-undefined \
250	-Wl,--exclude-libs=ALL \
251	-Wl,--warn-shared-textrel \
252	-Wl,-O1 \
253	-Wl,--as-needed
254
255
256LOCAL_LDFLAGS_Release := \
257	-Wl,-z,now \
258	-Wl,-z,relro \
259	-Wl,--fatal-warnings \
260	-Wl,-z,noexecstack \
261	-fPIC \
262	-m64 \
263	-fuse-ld=gold \
264	-nostdlib \
265	-Wl,--no-undefined \
266	-Wl,--exclude-libs=ALL \
267	-Wl,-O1 \
268	-Wl,--as-needed \
269	-Wl,--gc-sections \
270	-Wl,--warn-shared-textrel
271
272
273LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))
274
275LOCAL_STATIC_LIBRARIES :=
276
277# Enable grouping to fix circular references
278LOCAL_GROUP_STATIC_LIBRARIES := true
279
280LOCAL_SHARED_LIBRARIES := \
281	libstlport \
282	libdl
283
284# Add target alias to "gyp_all_modules" target.
285.PHONY: gyp_all_modules
286gyp_all_modules: third_party_angle_src_preprocessor_gyp
287
288# Alias gyp target name.
289.PHONY: preprocessor
290preprocessor: third_party_angle_src_preprocessor_gyp
291
292include $(BUILD_STATIC_LIBRARY)
293