protoc.host.darwin-arm.mk revision f2477e01787aa58f445919b809d89e252beef54f
1# This file is generated by gyp; do not edit.
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_CLASS := EXECUTABLES
6LOCAL_MODULE := third_party_protobuf_protoc_host_gyp
7LOCAL_MODULE_STEM := protoc
8LOCAL_MODULE_SUFFIX := 
9LOCAL_MODULE_TAGS := optional
10LOCAL_IS_HOST_MODULE := true
11gyp_intermediate_dir := $(call local-intermediates-dir)
12gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
13
14# Make sure our deps are built first.
15GYP_TARGET_DEPENDENCIES := \
16	$(call intermediates-dir-for,STATIC_LIBRARIES,third_party_protobuf_protobuf_full_do_not_use_host_gyp,true)/third_party_protobuf_protobuf_full_do_not_use_host_gyp.a
17
18GYP_GENERATED_OUTPUTS :=
19
20# Make sure our deps and generated files are built first.
21LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
22
23LOCAL_CPP_EXTENSION := .cc
24LOCAL_GENERATED_SOURCES :=
25
26GYP_COPIED_SOURCE_ORIGIN_DIRS :=
27
28LOCAL_SRC_FILES := \
29	third_party/protobuf/src/google/protobuf/compiler/code_generator.cc \
30	third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc \
31	third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
32	third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
33	third_party/protobuf/src/google/protobuf/compiler/subprocess.cc \
34	third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc \
35	third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc \
36	third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc \
37	third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc \
38	third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc \
39	third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc \
40	third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc \
41	third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc \
42	third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc \
43	third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc \
44	third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc \
45	third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc \
46	third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc \
47	third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc \
48	third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc \
49	third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc \
50	third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc \
51	third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc \
52	third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc \
53	third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc \
54	third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc \
55	third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc \
56	third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc \
57	third_party/protobuf/src/google/protobuf/compiler/java/java_service.cc \
58	third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc \
59	third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc \
60	third_party/protobuf/src/google/protobuf/compiler/main.cc
61
62
63# Flags passed to both C and C++ files.
64MY_CFLAGS_Debug := \
65	-fstack-protector \
66	--param=ssp-buffer-size=4 \
67	-pthread \
68	-fno-exceptions \
69	-fno-strict-aliasing \
70	-Wno-unused-parameter \
71	-Wno-missing-field-initializers \
72	-fvisibility=hidden \
73	-pipe \
74	-fPIC \
75	-Wno-format \
76	-Os \
77	-g \
78	-fomit-frame-pointer \
79	-fdata-sections \
80	-ffunction-sections
81
82MY_DEFS_Debug := \
83	'-DANGLE_DX11' \
84	'-D_FILE_OFFSET_BITS=64' \
85	'-DNO_TCMALLOC' \
86	'-DDISABLE_NACL' \
87	'-DCHROMIUM_BUILD' \
88	'-DUSE_LIBJPEG_TURBO=1' \
89	'-DUSE_PROPRIETARY_CODECS' \
90	'-DENABLE_CONFIGURATION_POLICY' \
91	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
92	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
93	'-DUSE_OPENSSL=1' \
94	'-DENABLE_EGLIMAGE=1' \
95	'-DCLD_VERSION=1' \
96	'-DENABLE_MANAGED_USERS=1' \
97	'-DGOOGLE_PROTOBUF_NO_RTTI' \
98	'-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER' \
99	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
100	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
101	'-D_DEBUG'
102
103
104# Include paths placed before CFLAGS/CPPFLAGS
105LOCAL_C_INCLUDES_Debug := \
106	$(LOCAL_PATH)/third_party/protobuf \
107	$(LOCAL_PATH)/third_party/protobuf/src/src \
108	$(LOCAL_PATH)/third_party/protobuf/src
109
110
111# Flags passed to only C++ (and not C) files.
112LOCAL_CPPFLAGS_Debug := \
113	-fno-rtti \
114	-fno-threadsafe-statics \
115	-fvisibility-inlines-hidden \
116	-Wno-deprecated
117
118
119# Flags passed to both C and C++ files.
120MY_CFLAGS_Release := \
121	-fstack-protector \
122	--param=ssp-buffer-size=4 \
123	-pthread \
124	-fno-exceptions \
125	-fno-strict-aliasing \
126	-Wno-unused-parameter \
127	-Wno-missing-field-initializers \
128	-fvisibility=hidden \
129	-pipe \
130	-fPIC \
131	-Wno-format \
132	-Os \
133	-fno-ident \
134	-fdata-sections \
135	-ffunction-sections \
136	-fomit-frame-pointer
137
138MY_DEFS_Release := \
139	'-DANGLE_DX11' \
140	'-D_FILE_OFFSET_BITS=64' \
141	'-DNO_TCMALLOC' \
142	'-DDISABLE_NACL' \
143	'-DCHROMIUM_BUILD' \
144	'-DUSE_LIBJPEG_TURBO=1' \
145	'-DUSE_PROPRIETARY_CODECS' \
146	'-DENABLE_CONFIGURATION_POLICY' \
147	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
148	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
149	'-DUSE_OPENSSL=1' \
150	'-DENABLE_EGLIMAGE=1' \
151	'-DCLD_VERSION=1' \
152	'-DENABLE_MANAGED_USERS=1' \
153	'-DGOOGLE_PROTOBUF_NO_RTTI' \
154	'-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER' \
155	'-DNDEBUG' \
156	'-DNVALGRIND' \
157	'-DDYNAMIC_ANNOTATIONS_ENABLED=0'
158
159
160# Include paths placed before CFLAGS/CPPFLAGS
161LOCAL_C_INCLUDES_Release := \
162	$(LOCAL_PATH)/third_party/protobuf \
163	$(LOCAL_PATH)/third_party/protobuf/src/src \
164	$(LOCAL_PATH)/third_party/protobuf/src
165
166
167# Flags passed to only C++ (and not C) files.
168LOCAL_CPPFLAGS_Release := \
169	-fno-rtti \
170	-fno-threadsafe-statics \
171	-fvisibility-inlines-hidden \
172	-Wno-deprecated
173
174
175LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
176# Undefine ANDROID for host modules
177LOCAL_CFLAGS += -UANDROID
178LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
179LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
180### Rules for final target.
181
182LOCAL_LDFLAGS_Debug := \
183	-pthread \
184	-fPIC
185
186
187LOCAL_LDFLAGS_Release := \
188	-pthread \
189	-fPIC
190
191
192LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))
193
194LOCAL_STATIC_LIBRARIES := \
195	third_party_protobuf_protobuf_full_do_not_use_host_gyp
196
197# Enable grouping to fix circular references
198LOCAL_GROUP_STATIC_LIBRARIES := true
199
200LOCAL_SHARED_LIBRARIES :=
201
202# Add target alias to "gyp_all_modules" target.
203.PHONY: gyp_all_modules
204gyp_all_modules: third_party_protobuf_protoc_host_gyp
205
206# Alias gyp target name.
207.PHONY: protoc
208protoc: third_party_protobuf_protoc_host_gyp
209
210LOCAL_MODULE_PATH := $(gyp_shared_intermediate_dir)
211include $(BUILD_HOST_EXECUTABLE)
212