zlib.target.darwin-mips.mk revision 7dbb3d5cf0c15f500944d211057644d6a2f37371
1# This file is generated by gyp; do not edit.
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_CLASS := STATIC_LIBRARIES
6LOCAL_MODULE := third_party_zlib_zlib_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_GENERATED_SOURCES :=
21
22GYP_COPIED_SOURCE_ORIGIN_DIRS :=
23
24LOCAL_SRC_FILES := \
25	third_party/zlib/adler32.c \
26	third_party/zlib/compress.c \
27	third_party/zlib/crc32.c \
28	third_party/zlib/deflate.c \
29	third_party/zlib/gzclose.c \
30	third_party/zlib/gzlib.c \
31	third_party/zlib/gzread.c \
32	third_party/zlib/gzwrite.c \
33	third_party/zlib/infback.c \
34	third_party/zlib/inffast.c \
35	third_party/zlib/inflate.c \
36	third_party/zlib/inftrees.c \
37	third_party/zlib/trees.c \
38	third_party/zlib/uncompr.c \
39	third_party/zlib/zutil.c
40
41
42# Flags passed to both C and C++ files.
43MY_CFLAGS_Debug := \
44	-fstack-protector \
45	--param=ssp-buffer-size=4 \
46	 \
47	-fno-exceptions \
48	-fno-strict-aliasing \
49	-Wno-unused-parameter \
50	-Wno-missing-field-initializers \
51	-fvisibility=hidden \
52	-pipe \
53	-fPIC \
54	-Wno-format \
55	-EL \
56	-mhard-float \
57	-ffunction-sections \
58	-funwind-tables \
59	-g \
60	-fstack-protector \
61	-fno-short-enums \
62	-finline-limit=64 \
63	-Wa,--noexecstack \
64	-U_FORTIFY_SOURCE \
65	-Wno-extra \
66	-Wno-ignored-qualifiers \
67	-Wno-type-limits \
68	-Wno-address \
69	-Wno-format-security \
70	-Wno-return-type \
71	-Wno-sequence-point \
72	-Os \
73	-g \
74	-fomit-frame-pointer \
75	-fdata-sections \
76	-ffunction-sections
77
78MY_DEFS_Debug := \
79	'-DANGLE_DX11' \
80	'-D_FILE_OFFSET_BITS=64' \
81	'-DNO_TCMALLOC' \
82	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
83	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
84	'-DDISABLE_NACL' \
85	'-DCHROMIUM_BUILD' \
86	'-DUSE_LIBJPEG_TURBO=1' \
87	'-DUSE_PROPRIETARY_CODECS' \
88	'-DENABLE_GPU=1' \
89	'-DUSE_OPENSSL=1' \
90	'-DENABLE_EGLIMAGE=1' \
91	'-DENABLE_LANGUAGE_DETECTION=1' \
92	'-DANDROID' \
93	'-D__GNU_SOURCE=1' \
94	'-DUSE_STLPORT=1' \
95	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
96	'-DCHROME_BUILD_ID=""' \
97	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
98	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
99	'-D_DEBUG'
100
101
102# Include paths placed before CFLAGS/CPPFLAGS
103LOCAL_C_INCLUDES_Debug := \
104	$(LOCAL_PATH)/third_party/zlib \
105	$(PWD)/frameworks/wilhelm/include \
106	$(PWD)/bionic \
107	$(PWD)/external/stlport/stlport
108
109
110# Flags passed to only C++ (and not C) files.
111LOCAL_CPPFLAGS_Debug := \
112	-fno-rtti \
113	-fno-threadsafe-statics \
114	-fvisibility-inlines-hidden \
115	-Wno-deprecated \
116	-Wno-uninitialized \
117	-Wno-error=c++0x-compat \
118	-Wno-non-virtual-dtor \
119	-Wno-sign-promo \
120	-Wno-non-virtual-dtor
121
122
123# Flags passed to both C and C++ files.
124MY_CFLAGS_Release := \
125	-fstack-protector \
126	--param=ssp-buffer-size=4 \
127	 \
128	-fno-exceptions \
129	-fno-strict-aliasing \
130	-Wno-unused-parameter \
131	-Wno-missing-field-initializers \
132	-fvisibility=hidden \
133	-pipe \
134	-fPIC \
135	-Wno-format \
136	-EL \
137	-mhard-float \
138	-ffunction-sections \
139	-funwind-tables \
140	-g \
141	-fstack-protector \
142	-fno-short-enums \
143	-finline-limit=64 \
144	-Wa,--noexecstack \
145	-U_FORTIFY_SOURCE \
146	-Wno-extra \
147	-Wno-ignored-qualifiers \
148	-Wno-type-limits \
149	-Wno-address \
150	-Wno-format-security \
151	-Wno-return-type \
152	-Wno-sequence-point \
153	-Os \
154	-fno-ident \
155	-fdata-sections \
156	-ffunction-sections \
157	-fomit-frame-pointer
158
159MY_DEFS_Release := \
160	'-DANGLE_DX11' \
161	'-D_FILE_OFFSET_BITS=64' \
162	'-DNO_TCMALLOC' \
163	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
164	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
165	'-DDISABLE_NACL' \
166	'-DCHROMIUM_BUILD' \
167	'-DUSE_LIBJPEG_TURBO=1' \
168	'-DUSE_PROPRIETARY_CODECS' \
169	'-DENABLE_GPU=1' \
170	'-DUSE_OPENSSL=1' \
171	'-DENABLE_EGLIMAGE=1' \
172	'-DENABLE_LANGUAGE_DETECTION=1' \
173	'-DANDROID' \
174	'-D__GNU_SOURCE=1' \
175	'-DUSE_STLPORT=1' \
176	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
177	'-DCHROME_BUILD_ID=""' \
178	'-DNDEBUG' \
179	'-DNVALGRIND' \
180	'-DDYNAMIC_ANNOTATIONS_ENABLED=0'
181
182
183# Include paths placed before CFLAGS/CPPFLAGS
184LOCAL_C_INCLUDES_Release := \
185	$(LOCAL_PATH)/third_party/zlib \
186	$(PWD)/frameworks/wilhelm/include \
187	$(PWD)/bionic \
188	$(PWD)/external/stlport/stlport
189
190
191# Flags passed to only C++ (and not C) files.
192LOCAL_CPPFLAGS_Release := \
193	-fno-rtti \
194	-fno-threadsafe-statics \
195	-fvisibility-inlines-hidden \
196	-Wno-deprecated \
197	-Wno-uninitialized \
198	-Wno-error=c++0x-compat \
199	-Wno-non-virtual-dtor \
200	-Wno-sign-promo \
201	-Wno-non-virtual-dtor
202
203
204LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
205LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
206LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
207### Rules for final target.
208
209LOCAL_LDFLAGS_Debug := \
210	-Wl,-z,now \
211	-Wl,-z,relro \
212	-Wl,-z,noexecstack \
213	-fPIC \
214	-EL \
215	-Wl,--no-keep-memory \
216	-nostdlib \
217	-Wl,--no-undefined \
218	-Wl,--exclude-libs=ALL \
219	-Wl,--gc-sections \
220	-Wl,-O1 \
221	-Wl,--as-needed
222
223
224LOCAL_LDFLAGS_Release := \
225	-Wl,-z,now \
226	-Wl,-z,relro \
227	-Wl,-z,noexecstack \
228	-fPIC \
229	-EL \
230	-Wl,--no-keep-memory \
231	-nostdlib \
232	-Wl,--no-undefined \
233	-Wl,--exclude-libs=ALL \
234	-Wl,-O1 \
235	-Wl,--as-needed \
236	-Wl,--gc-sections
237
238
239LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))
240
241LOCAL_STATIC_LIBRARIES :=
242
243# Enable grouping to fix circular references
244LOCAL_GROUP_STATIC_LIBRARIES := true
245
246LOCAL_SHARED_LIBRARIES := \
247	libstlport \
248	libdl
249
250# Add target alias to "gyp_all_modules" target.
251.PHONY: gyp_all_modules
252gyp_all_modules: third_party_zlib_zlib_gyp
253
254# Alias gyp target name.
255.PHONY: zlib
256zlib: third_party_zlib_zlib_gyp
257
258include $(BUILD_STATIC_LIBRARY)
259