re2.target.linux-mips.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	 \
58	-fno-exceptions \
59	-fno-strict-aliasing \
60	-Wno-unused-parameter \
61	-Wno-missing-field-initializers \
62	-fvisibility=hidden \
63	-pipe \
64	-fPIC \
65	-Wno-format \
66	-EL \
67	-mhard-float \
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-uninitialized \
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	 \
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-format \
148	-EL \
149	-mhard-float \
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-uninitialized \
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	-EL \
228	-Wl,--no-keep-memory \
229	-nostdlib \
230	-Wl,--no-undefined \
231	-Wl,--exclude-libs=ALL \
232	-Wl,--fatal-warnings \
233	-Wl,--gc-sections \
234	-Wl,--warn-shared-textrel \
235	-Wl,-O1 \
236	-Wl,--as-needed
237
238
239LOCAL_LDFLAGS_Release := \
240	-Wl,-z,now \
241	-Wl,-z,relro \
242	-Wl,-z,noexecstack \
243	-fPIC \
244	-EL \
245	-Wl,--no-keep-memory \
246	-nostdlib \
247	-Wl,--no-undefined \
248	-Wl,--exclude-libs=ALL \
249	-Wl,-O1 \
250	-Wl,--as-needed \
251	-Wl,--gc-sections \
252	-Wl,--fatal-warnings \
253	-Wl,--warn-shared-textrel
254
255
256LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))
257
258LOCAL_STATIC_LIBRARIES :=
259
260# Enable grouping to fix circular references
261LOCAL_GROUP_STATIC_LIBRARIES := true
262
263LOCAL_SHARED_LIBRARIES := \
264	libstlport \
265	libdl
266
267# Add target alias to "gyp_all_modules" target.
268.PHONY: gyp_all_modules
269gyp_all_modules: third_party_re2_re2_gyp
270
271# Alias gyp target name.
272.PHONY: re2
273re2: third_party_re2_re2_gyp
274
275include $(BUILD_STATIC_LIBRARY)
276