re2.target.darwin-arm.mk revision 1e9bf3e0803691d0a228da41fc608347b6db4340
1# This file is generated by gyp; do not edit.
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_CLASS := STATIC_LIBRARIES
6LOCAL_MODULE := third_party_re2_re2_gyp
7LOCAL_MODULE_SUFFIX := .a
8LOCAL_MODULE_TAGS := optional
9gyp_intermediate_dir := $(call local-intermediates-dir)
10gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
11
12# Make sure our deps are built first.
13GYP_TARGET_DEPENDENCIES :=
14
15GYP_GENERATED_OUTPUTS :=
16
17# Make sure our deps and generated files are built first.
18LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
19
20LOCAL_CPP_EXTENSION := .cc
21LOCAL_GENERATED_SOURCES :=
22
23GYP_COPIED_SOURCE_ORIGIN_DIRS :=
24
25LOCAL_SRC_FILES := \
26	third_party/re2/re2/bitstate.cc \
27	third_party/re2/re2/compile.cc \
28	third_party/re2/re2/dfa.cc \
29	third_party/re2/re2/filtered_re2.cc \
30	third_party/re2/re2/mimics_pcre.cc \
31	third_party/re2/re2/nfa.cc \
32	third_party/re2/re2/onepass.cc \
33	third_party/re2/re2/parse.cc \
34	third_party/re2/re2/perl_groups.cc \
35	third_party/re2/re2/prefilter.cc \
36	third_party/re2/re2/prefilter_tree.cc \
37	third_party/re2/re2/prog.cc \
38	third_party/re2/re2/re2.cc \
39	third_party/re2/re2/regexp.cc \
40	third_party/re2/re2/set.cc \
41	third_party/re2/re2/simplify.cc \
42	third_party/re2/re2/tostring.cc \
43	third_party/re2/re2/unicode_casefold.cc \
44	third_party/re2/re2/unicode_groups.cc \
45	third_party/re2/util/arena.cc \
46	third_party/re2/util/hash.cc \
47	third_party/re2/util/rune.cc \
48	third_party/re2/util/stringpiece.cc \
49	third_party/re2/util/stringprintf.cc \
50	third_party/re2/util/strutil.cc
51
52
53# Flags passed to both C and C++ files.
54MY_CFLAGS_Debug := \
55	-fstack-protector \
56	--param=ssp-buffer-size=4 \
57	-fno-exceptions \
58	-fno-strict-aliasing \
59	-Wno-unused-parameter \
60	-Wno-missing-field-initializers \
61	-fvisibility=hidden \
62	-pipe \
63	-fPIC \
64	-Wno-format \
65	-fno-tree-sra \
66	-fuse-ld=gold \
67	-Wno-psabi \
68	-ffunction-sections \
69	-funwind-tables \
70	-g \
71	-fstack-protector \
72	-fno-short-enums \
73	-finline-limit=64 \
74	-Wa,--noexecstack \
75	-U_FORTIFY_SOURCE \
76	-Wno-extra \
77	-Wno-ignored-qualifiers \
78	-Wno-type-limits \
79	-Wno-address \
80	-Wno-format-security \
81	-Wno-return-type \
82	-Wno-sequence-point \
83	-Os \
84	-g \
85	-fomit-frame-pointer \
86	-fdata-sections \
87	-ffunction-sections
88
89MY_DEFS_Debug := \
90	'-DANGLE_DX11' \
91	'-D_FILE_OFFSET_BITS=64' \
92	'-DNO_TCMALLOC' \
93	'-DDISABLE_NACL' \
94	'-DCHROMIUM_BUILD' \
95	'-DUSE_LIBJPEG_TURBO=1' \
96	'-DUSE_PROPRIETARY_CODECS' \
97	'-DENABLE_CONFIGURATION_POLICY' \
98	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
99	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
100	'-DUSE_OPENSSL=1' \
101	'-DENABLE_EGLIMAGE=1' \
102	'-DCLD_VERSION=1' \
103	'-DANDROID' \
104	'-D__GNU_SOURCE=1' \
105	'-DUSE_STLPORT=1' \
106	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
107	'-DCHROME_BUILD_ID=""' \
108	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
109	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
110	'-D_DEBUG'
111
112
113# Include paths placed before CFLAGS/CPPFLAGS
114LOCAL_C_INCLUDES_Debug := \
115	$(LOCAL_PATH)/third_party/re2 \
116	$(LOCAL_PATH) \
117	$(PWD)/frameworks/wilhelm/include \
118	$(PWD)/bionic \
119	$(PWD)/external/stlport/stlport
120
121
122# Flags passed to only C++ (and not C) files.
123LOCAL_CPPFLAGS_Debug := \
124	-fno-rtti \
125	-fno-threadsafe-statics \
126	-fvisibility-inlines-hidden \
127	-Wno-deprecated \
128	-Wno-abi \
129	-Wno-error=c++0x-compat \
130	-Wno-non-virtual-dtor \
131	-Wno-sign-promo \
132	-Wno-non-virtual-dtor
133
134
135# Flags passed to both C and C++ files.
136MY_CFLAGS_Release := \
137	-fstack-protector \
138	--param=ssp-buffer-size=4 \
139	-fno-exceptions \
140	-fno-strict-aliasing \
141	-Wno-unused-parameter \
142	-Wno-missing-field-initializers \
143	-fvisibility=hidden \
144	-pipe \
145	-fPIC \
146	-Wno-format \
147	-fno-tree-sra \
148	-fuse-ld=gold \
149	-Wno-psabi \
150	-ffunction-sections \
151	-funwind-tables \
152	-g \
153	-fstack-protector \
154	-fno-short-enums \
155	-finline-limit=64 \
156	-Wa,--noexecstack \
157	-U_FORTIFY_SOURCE \
158	-Wno-extra \
159	-Wno-ignored-qualifiers \
160	-Wno-type-limits \
161	-Wno-address \
162	-Wno-format-security \
163	-Wno-return-type \
164	-Wno-sequence-point \
165	-Os \
166	-fno-ident \
167	-fdata-sections \
168	-ffunction-sections \
169	-fomit-frame-pointer
170
171MY_DEFS_Release := \
172	'-DANGLE_DX11' \
173	'-D_FILE_OFFSET_BITS=64' \
174	'-DNO_TCMALLOC' \
175	'-DDISABLE_NACL' \
176	'-DCHROMIUM_BUILD' \
177	'-DUSE_LIBJPEG_TURBO=1' \
178	'-DUSE_PROPRIETARY_CODECS' \
179	'-DENABLE_CONFIGURATION_POLICY' \
180	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
181	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
182	'-DUSE_OPENSSL=1' \
183	'-DENABLE_EGLIMAGE=1' \
184	'-DCLD_VERSION=1' \
185	'-DANDROID' \
186	'-D__GNU_SOURCE=1' \
187	'-DUSE_STLPORT=1' \
188	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
189	'-DCHROME_BUILD_ID=""' \
190	'-DNDEBUG' \
191	'-DNVALGRIND' \
192	'-DDYNAMIC_ANNOTATIONS_ENABLED=0'
193
194
195# Include paths placed before CFLAGS/CPPFLAGS
196LOCAL_C_INCLUDES_Release := \
197	$(LOCAL_PATH)/third_party/re2 \
198	$(LOCAL_PATH) \
199	$(PWD)/frameworks/wilhelm/include \
200	$(PWD)/bionic \
201	$(PWD)/external/stlport/stlport
202
203
204# Flags passed to only C++ (and not C) files.
205LOCAL_CPPFLAGS_Release := \
206	-fno-rtti \
207	-fno-threadsafe-statics \
208	-fvisibility-inlines-hidden \
209	-Wno-deprecated \
210	-Wno-abi \
211	-Wno-error=c++0x-compat \
212	-Wno-non-virtual-dtor \
213	-Wno-sign-promo \
214	-Wno-non-virtual-dtor
215
216
217LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
218LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
219LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
220### Rules for final target.
221
222LOCAL_LDFLAGS_Debug := \
223	-Wl,-z,now \
224	-Wl,-z,relro \
225	-Wl,-z,noexecstack \
226	-fPIC \
227	-Wl,-z,relro \
228	-Wl,-z,now \
229	-fuse-ld=gold \
230	-nostdlib \
231	-Wl,--no-undefined \
232	-Wl,--exclude-libs=ALL \
233	-Wl,--icf=safe \
234	-Wl,--fatal-warnings \
235	-Wl,--gc-sections \
236	-Wl,--warn-shared-textrel \
237	-Wl,-O1 \
238	-Wl,--as-needed
239
240
241LOCAL_LDFLAGS_Release := \
242	-Wl,-z,now \
243	-Wl,-z,relro \
244	-Wl,-z,noexecstack \
245	-fPIC \
246	-Wl,-z,relro \
247	-Wl,-z,now \
248	-fuse-ld=gold \
249	-nostdlib \
250	-Wl,--no-undefined \
251	-Wl,--exclude-libs=ALL \
252	-Wl,--icf=safe \
253	-Wl,-O1 \
254	-Wl,--as-needed \
255	-Wl,--gc-sections \
256	-Wl,--fatal-warnings \
257	-Wl,--warn-shared-textrel
258
259
260LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))
261
262LOCAL_STATIC_LIBRARIES :=
263
264# Enable grouping to fix circular references
265LOCAL_GROUP_STATIC_LIBRARIES := true
266
267LOCAL_SHARED_LIBRARIES := \
268	libstlport \
269	libdl
270
271# Add target alias to "gyp_all_modules" target.
272.PHONY: gyp_all_modules
273gyp_all_modules: third_party_re2_re2_gyp
274
275# Alias gyp target name.
276.PHONY: re2
277re2: third_party_re2_re2_gyp
278
279include $(BUILD_STATIC_LIBRARY)
280