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