Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Side by Side Diff: third_party/protobuf/src/Makefile.am

Issue 2600753002: Reverts third_party/protobuf: Update to HEAD (f52e188fe4) (Closed)
Patch Set: Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/protobuf/ruby/travis-test.sh ('k') | third_party/protobuf/src/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## Process this file with automake to produce Makefile.in 1 ## Process this file with automake to produce Makefile.in
2 2
3 if HAVE_ZLIB 3 if HAVE_ZLIB
4 GZCHECKPROGRAMS = zcgzip zcgunzip 4 GZCHECKPROGRAMS = zcgzip zcgunzip
5 GZHEADERS = google/protobuf/io/gzip_stream.h 5 GZHEADERS = google/protobuf/io/gzip_stream.h
6 GZTESTS = google/protobuf/io/gzip_stream_unittest.sh 6 GZTESTS = google/protobuf/io/gzip_stream_unittest.sh
7 ZLIB_DEF = -DHAVE_ZLIB=1 7 ZLIB_DEF = -DHAVE_ZLIB=1
8 else 8 else
9 GZCHECKPROGRAMS = 9 GZCHECKPROGRAMS =
10 GZHEADERS = 10 GZHEADERS =
11 GZTESTS = 11 GZTESTS =
12 ZLIB_DEF = 12 ZLIB_DEF =
13 endif 13 endif
14 14
15 if HAVE_PTHREAD 15 if HAVE_PTHREAD
16 PTHREAD_DEF = -DHAVE_PTHREAD=1 16 PTHREAD_DEF = -DHAVE_PTHREAD=1
17 else 17 else
18 PTHREAD_DEF = 18 PTHREAD_DEF =
19 endif 19 endif
20 20
21 if GCC 21 if GCC
22 # Turn on all warnings except for sign comparison (we ignore sign comparison 22 # These are good warnings to turn on by default
23 # in Google so our code base have tons of such warnings). 23 NO_OPT_CXXFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_DEF) $(ZLIB_DEF) -Wall -Wwrite-str ings -Woverloaded-virtual -Wno-sign-compare
24 NO_OPT_CXXFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_DEF) $(ZLIB_DEF) -Wall -Wno-sign-c ompare
25 else 24 else
26 NO_OPT_CXXFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_DEF) $(ZLIB_DEF) 25 NO_OPT_CXXFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_DEF) $(ZLIB_DEF)
27 endif 26 endif
28 27
29 AM_CXXFLAGS = $(NO_OPT_CXXFLAGS) $(PROTOBUF_OPT_FLAG) 28 AM_CXXFLAGS = $(NO_OPT_CXXFLAGS) $(PROTOBUF_OPT_FLAG)
30 29
31 AM_LDFLAGS = $(PTHREAD_CFLAGS) 30 AM_LDFLAGS = $(PTHREAD_CFLAGS)
32 31
33 # If I say "dist_include_DATA", automake complains that $(includedir) is not 32 # If I say "dist_include_DATA", automake complains that $(includedir) is not
34 # a "legitimate" directory for DATA. Screw you, automake. 33 # a "legitimate" directory for DATA. Screw you, automake.
35 protodir = $(includedir) 34 protodir = $(includedir)
36
37 # If you are adding new files here, also remember to change the build files for
38 # all other languages, //protoc-artifacts/build-zip.sh and run
39 # //update_file_list.sh for bazel.
40 nobase_dist_proto_DATA = google/protobuf/descriptor.proto \ 35 nobase_dist_proto_DATA = google/protobuf/descriptor.proto \
41 google/protobuf/any.proto \ 36 google/protobuf/any.proto \
42 google/protobuf/api.proto \ 37 google/protobuf/api.proto \
43 google/protobuf/duration.proto \ 38 google/protobuf/duration.proto \
44 google/protobuf/empty.proto \ 39 google/protobuf/empty.proto \
45 google/protobuf/field_mask.proto \ 40 google/protobuf/field_mask.proto \
46 google/protobuf/source_context.proto \ 41 google/protobuf/source_context.proto \
47 google/protobuf/struct.proto \ 42 google/protobuf/struct.proto \
48 google/protobuf/timestamp.proto \ 43 google/protobuf/timestamp.proto \
49 google/protobuf/type.proto \ 44 google/protobuf/type.proto \
50 google/protobuf/wrappers.proto \ 45 google/protobuf/wrappers.proto \
51 google/protobuf/compiler/plugin.proto 46 google/protobuf/compiler/plugin.proto
52 47
53 # Not sure why these don't get cleaned automatically. 48 # Not sure why these don't get cleaned automatically.
54 clean-local: 49 clean-local:
55 rm -f *.loT 50 rm -f *.loT
56 51
57 CLEANFILES = $(protoc_outputs) unittest_proto_middleman \ 52 CLEANFILES = $(protoc_outputs) unittest_proto_middleman \
58 testzip.jar testzip.list testzip.proto testzip.zip \ 53 testzip.jar testzip.list testzip.proto testzip.zip
59 no_warning_test.cc \
60 google/protobuf/compiler/js/well_known_types_embed.cc
61 54
62 MAINTAINERCLEANFILES = \ 55 MAINTAINERCLEANFILES = \
63 Makefile.in 56 Makefile.in
64 57
65 nobase_include_HEADERS = \ 58 nobase_include_HEADERS = \
66 google/protobuf/stubs/atomic_sequence_num.h \ 59 google/protobuf/stubs/atomic_sequence_num.h \
67 google/protobuf/stubs/atomicops.h \ 60 google/protobuf/stubs/atomicops.h \
68 google/protobuf/stubs/atomicops_internals_power.h \ 61 google/protobuf/stubs/atomicops_internals_power.h \
69 google/protobuf/stubs/atomicops_internals_ppc_gcc.h \ 62 google/protobuf/stubs/atomicops_internals_arm64_gcc.h \
70 google/protobuf/stubs/atomicops_internals_arm64_gcc.h \ 63 google/protobuf/stubs/atomicops_internals_arm_gcc.h \
71 google/protobuf/stubs/atomicops_internals_arm_gcc.h \ 64 google/protobuf/stubs/atomicops_internals_arm_qnx.h \
72 google/protobuf/stubs/atomicops_internals_arm_qnx.h \ 65 google/protobuf/stubs/atomicops_internals_atomicword_compat.h \
73 google/protobuf/stubs/atomicops_internals_atomicword_compat.h \ 66 google/protobuf/stubs/atomicops_internals_generic_gcc.h \
74 google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h \ 67 google/protobuf/stubs/atomicops_internals_macosx.h \
75 google/protobuf/stubs/atomicops_internals_generic_gcc.h \ 68 google/protobuf/stubs/atomicops_internals_mips_gcc.h \
76 google/protobuf/stubs/atomicops_internals_macosx.h \ 69 google/protobuf/stubs/atomicops_internals_pnacl.h \
77 google/protobuf/stubs/atomicops_internals_mips_gcc.h \ 70 google/protobuf/stubs/atomicops_internals_solaris.h \
78 google/protobuf/stubs/atomicops_internals_solaris.h \ 71 google/protobuf/stubs/atomicops_internals_tsan.h \
79 google/protobuf/stubs/atomicops_internals_tsan.h \ 72 google/protobuf/stubs/atomicops_internals_x86_gcc.h \
80 google/protobuf/stubs/atomicops_internals_x86_gcc.h \ 73 google/protobuf/stubs/atomicops_internals_x86_msvc.h \
81 google/protobuf/stubs/atomicops_internals_x86_msvc.h \ 74 google/protobuf/stubs/callback.h \
82 google/protobuf/stubs/callback.h \ 75 google/protobuf/stubs/bytestream.h \
83 google/protobuf/stubs/bytestream.h \ 76 google/protobuf/stubs/casts.h \
84 google/protobuf/stubs/casts.h \ 77 google/protobuf/stubs/common.h \
85 google/protobuf/stubs/common.h \ 78 google/protobuf/stubs/fastmem.h \
86 google/protobuf/stubs/fastmem.h \ 79 google/protobuf/stubs/hash.h \
87 google/protobuf/stubs/hash.h \ 80 google/protobuf/stubs/logging.h \
88 google/protobuf/stubs/logging.h \ 81 google/protobuf/stubs/macros.h \
89 google/protobuf/stubs/macros.h \ 82 google/protobuf/stubs/mutex.h \
90 google/protobuf/stubs/mutex.h \ 83 google/protobuf/stubs/once.h \
91 google/protobuf/stubs/once.h \ 84 google/protobuf/stubs/platform_macros.h \
92 google/protobuf/stubs/platform_macros.h \ 85 google/protobuf/stubs/port.h \
93 google/protobuf/stubs/port.h \ 86 google/protobuf/stubs/scoped_ptr.h \
94 google/protobuf/stubs/scoped_ptr.h \ 87 google/protobuf/stubs/shared_ptr.h \
95 google/protobuf/stubs/shared_ptr.h \ 88 google/protobuf/stubs/singleton.h \
96 google/protobuf/stubs/singleton.h \ 89 google/protobuf/stubs/status.h \
97 google/protobuf/stubs/status.h \ 90 google/protobuf/stubs/stl_util.h \
98 google/protobuf/stubs/stl_util.h \ 91 google/protobuf/stubs/stringpiece.h \
99 google/protobuf/stubs/stringpiece.h \ 92 google/protobuf/stubs/template_util.h \
100 google/protobuf/stubs/template_util.h \ 93 google/protobuf/stubs/type_traits.h \
101 google/protobuf/stubs/type_traits.h \ 94 google/protobuf/any.pb.h \
102 google/protobuf/any.pb.h \ 95 google/protobuf/api.pb.h \
103 google/protobuf/api.pb.h \ 96 google/protobuf/any.h \
104 google/protobuf/any.h \ 97 google/protobuf/arena.h \
105 google/protobuf/arena.h \ 98 google/protobuf/arenastring.h \
106 google/protobuf/arenastring.h \ 99 google/protobuf/descriptor_database.h \
107 google/protobuf/descriptor_database.h \ 100 google/protobuf/descriptor.h \
108 google/protobuf/descriptor.h \ 101 google/protobuf/descriptor.pb.h \
109 google/protobuf/descriptor.pb.h \ 102 google/protobuf/duration.pb.h \
110 google/protobuf/duration.pb.h \ 103 google/protobuf/dynamic_message.h \
111 google/protobuf/dynamic_message.h \ 104 google/protobuf/empty.pb.h \
112 google/protobuf/empty.pb.h \ 105 google/protobuf/extension_set.h \
113 google/protobuf/extension_set.h \ 106 google/protobuf/field_mask.pb.h \
114 google/protobuf/field_mask.pb.h \ 107 google/protobuf/generated_enum_reflection.h \
115 google/protobuf/generated_enum_reflection.h \ 108 google/protobuf/generated_enum_util.h \
116 google/protobuf/generated_enum_util.h \ 109 google/protobuf/generated_message_reflection.h \
117 google/protobuf/generated_message_reflection.h \ 110 google/protobuf/generated_message_util.h \
118 google/protobuf/generated_message_util.h \ 111 google/protobuf/map_entry.h \
119 google/protobuf/has_bits.h \ 112 google/protobuf/map_entry_lite.h \
120 google/protobuf/map_entry.h \ 113 google/protobuf/map_field.h \
121 google/protobuf/map_entry_lite.h \ 114 google/protobuf/map_field_inl.h \
122 google/protobuf/map_field.h \ 115 google/protobuf/map_field_lite.h \
123 google/protobuf/map_field_inl.h \ 116 google/protobuf/map.h \
124 google/protobuf/map_field_lite.h \ 117 google/protobuf/map_type_handler.h \
125 google/protobuf/map.h \ 118 google/protobuf/message.h \
126 google/protobuf/map_type_handler.h \ 119 google/protobuf/message_lite.h \
127 google/protobuf/message.h \ 120 google/protobuf/metadata.h \
128 google/protobuf/message_lite.h \ 121 google/protobuf/reflection.h \
129 google/protobuf/metadata.h \ 122 google/protobuf/reflection_ops.h \
130 google/protobuf/reflection.h \ 123 google/protobuf/repeated_field.h \
131 google/protobuf/reflection_ops.h \ 124 google/protobuf/repeated_field_reflection.h \
132 google/protobuf/repeated_field.h \ 125 google/protobuf/service.h \
133 google/protobuf/service.h \ 126 google/protobuf/source_context.pb.h \
134 google/protobuf/source_context.pb.h \ 127 google/protobuf/struct.pb.h \
135 google/protobuf/struct.pb.h \ 128 google/protobuf/text_format.h \
136 google/protobuf/text_format.h \ 129 google/protobuf/timestamp.pb.h \
137 google/protobuf/timestamp.pb.h \ 130 google/protobuf/type.pb.h \
138 google/protobuf/type.pb.h \ 131 google/protobuf/unknown_field_set.h \
139 google/protobuf/unknown_field_set.h \ 132 google/protobuf/wire_format.h \
140 google/protobuf/wire_format.h \ 133 google/protobuf/wire_format_lite.h \
141 google/protobuf/wire_format_lite.h \ 134 google/protobuf/wire_format_lite_inl.h \
142 google/protobuf/wire_format_lite_inl.h \ 135 google/protobuf/wrappers.pb.h \
143 google/protobuf/wrappers.pb.h \ 136 google/protobuf/io/coded_stream.h \
144 google/protobuf/io/coded_stream.h \ 137 $(GZHEADERS) \
145 $(GZHEADERS) \ 138 google/protobuf/io/printer.h \
146 google/protobuf/io/printer.h \ 139 google/protobuf/io/strtod.h \
147 google/protobuf/io/strtod.h \ 140 google/protobuf/io/tokenizer.h \
148 google/protobuf/io/tokenizer.h \ 141 google/protobuf/io/zero_copy_stream.h \
149 google/protobuf/io/zero_copy_stream.h \ 142 google/protobuf/io/zero_copy_stream_impl.h \
150 google/protobuf/io/zero_copy_stream_impl.h \ 143 google/protobuf/io/zero_copy_stream_impl_lite.h \
151 google/protobuf/io/zero_copy_stream_impl_lite.h \ 144 google/protobuf/compiler/code_generator.h \
152 google/protobuf/compiler/code_generator.h \ 145 google/protobuf/compiler/command_line_interface.h \
153 google/protobuf/compiler/command_line_interface.h \ 146 google/protobuf/compiler/importer.h \
154 google/protobuf/compiler/importer.h \ 147 google/protobuf/compiler/parser.h \
155 google/protobuf/compiler/parser.h \ 148 google/protobuf/compiler/plugin.h \
156 google/protobuf/compiler/plugin.h \ 149 google/protobuf/compiler/plugin.pb.h \
157 google/protobuf/compiler/plugin.pb.h \ 150 google/protobuf/compiler/cpp/cpp_generator.h \
158 google/protobuf/compiler/cpp/cpp_generator.h \ 151 google/protobuf/compiler/csharp/csharp_generator.h \
159 google/protobuf/compiler/csharp/csharp_generator.h \ 152 google/protobuf/compiler/csharp/csharp_names.h \
160 google/protobuf/compiler/csharp/csharp_names.h \ 153 google/protobuf/compiler/java/java_generator.h \
161 google/protobuf/compiler/java/java_generator.h \ 154 google/protobuf/compiler/java/java_names.h \
162 google/protobuf/compiler/java/java_names.h \ 155 google/protobuf/compiler/javanano/javanano_generator.h \
163 google/protobuf/compiler/javanano/javanano_generator.h \ 156 google/protobuf/compiler/js/js_generator.h \
164 google/protobuf/compiler/js/js_generator.h \ 157 google/protobuf/compiler/objectivec/objectivec_generator.h \
165 google/protobuf/compiler/js/well_known_types_embed.h \ 158 google/protobuf/compiler/objectivec/objectivec_helpers.h \
166 google/protobuf/compiler/objectivec/objectivec_generator.h \ 159 google/protobuf/compiler/python/python_generator.h \
167 google/protobuf/compiler/objectivec/objectivec_helpers.h \ 160 google/protobuf/compiler/ruby/ruby_generator.h \
168 google/protobuf/compiler/php/php_generator.h \ 161 google/protobuf/util/type_resolver.h \
169 google/protobuf/compiler/python/python_generator.h \ 162 google/protobuf/util/field_comparator.h \
170 google/protobuf/compiler/ruby/ruby_generator.h \ 163 google/protobuf/util/field_mask_util.h \
171 google/protobuf/util/type_resolver.h \ 164 google/protobuf/util/json_util.h \
172 google/protobuf/util/field_comparator.h \ 165 google/protobuf/util/time_util.h \
173 google/protobuf/util/field_mask_util.h \ 166 google/protobuf/util/type_resolver_util.h \
174 google/protobuf/util/json_util.h \
175 google/protobuf/util/time_util.h \
176 google/protobuf/util/type_resolver_util.h \
177 google/protobuf/util/message_differencer.h 167 google/protobuf/util/message_differencer.h
178 168
179 lib_LTLIBRARIES = libprotobuf-lite.la libprotobuf.la libprotoc.la 169 lib_LTLIBRARIES = libprotobuf-lite.la libprotobuf.la libprotoc.la
180 170
181 libprotobuf_lite_la_LIBADD = $(PTHREAD_LIBS) 171 libprotobuf_lite_la_LIBADD = $(PTHREAD_LIBS)
182 libprotobuf_lite_la_LDFLAGS = -version-info 11:0:0 -export-dynamic -no-undefined 172 libprotobuf_lite_la_LDFLAGS = -version-info 10:0:0 -export-dynamic -no-undefined
183 libprotobuf_lite_la_SOURCES = \ 173 libprotobuf_lite_la_SOURCES = \
184 google/protobuf/stubs/atomicops_internals_x86_gcc.cc \ 174 google/protobuf/stubs/atomicops_internals_x86_gcc.cc \
185 google/protobuf/stubs/atomicops_internals_x86_msvc.cc \ 175 google/protobuf/stubs/atomicops_internals_x86_msvc.cc \
186 google/protobuf/stubs/bytestream.cc \ 176 google/protobuf/stubs/bytestream.cc \
187 google/protobuf/stubs/bytestream.h \ 177 google/protobuf/stubs/bytestream.h \
188 google/protobuf/stubs/common.cc \ 178 google/protobuf/stubs/common.cc \
189 google/protobuf/stubs/hash.h \ 179 google/protobuf/stubs/hash.h \
190 google/protobuf/stubs/int128.cc \ 180 google/protobuf/stubs/int128.cc \
191 google/protobuf/stubs/int128.h \ 181 google/protobuf/stubs/int128.h \
192 google/protobuf/stubs/map_util.h \ 182 google/protobuf/stubs/map_util.h \
(...skipping 20 matching lines...) Expand all
213 google/protobuf/generated_message_util.cc \ 203 google/protobuf/generated_message_util.cc \
214 google/protobuf/message_lite.cc \ 204 google/protobuf/message_lite.cc \
215 google/protobuf/repeated_field.cc \ 205 google/protobuf/repeated_field.cc \
216 google/protobuf/wire_format_lite.cc \ 206 google/protobuf/wire_format_lite.cc \
217 google/protobuf/io/coded_stream.cc \ 207 google/protobuf/io/coded_stream.cc \
218 google/protobuf/io/coded_stream_inl.h \ 208 google/protobuf/io/coded_stream_inl.h \
219 google/protobuf/io/zero_copy_stream.cc \ 209 google/protobuf/io/zero_copy_stream.cc \
220 google/protobuf/io/zero_copy_stream_impl_lite.cc 210 google/protobuf/io/zero_copy_stream_impl_lite.cc
221 211
222 libprotobuf_la_LIBADD = $(PTHREAD_LIBS) 212 libprotobuf_la_LIBADD = $(PTHREAD_LIBS)
223 libprotobuf_la_LDFLAGS = -version-info 11:0:0 -export-dynamic -no-undefined 213 libprotobuf_la_LDFLAGS = -version-info 10:0:0 -export-dynamic -no-undefined
224 libprotobuf_la_SOURCES = \ 214 libprotobuf_la_SOURCES = \
225 $(libprotobuf_lite_la_SOURCES) \ 215 $(libprotobuf_lite_la_SOURCES) \
226 google/protobuf/any.pb.cc \ 216 google/protobuf/any.pb.cc \
227 google/protobuf/api.pb.cc \ 217 google/protobuf/api.pb.cc \
228 google/protobuf/stubs/mathlimits.cc \ 218 google/protobuf/stubs/mathlimits.cc \
229 google/protobuf/stubs/mathlimits.h \ 219 google/protobuf/stubs/mathlimits.h \
230 google/protobuf/any.cc \ 220 google/protobuf/any.cc \
231 google/protobuf/descriptor.cc \ 221 google/protobuf/descriptor.cc \
232 google/protobuf/descriptor_database.cc \ 222 google/protobuf/descriptor_database.cc \
233 google/protobuf/descriptor.pb.cc \ 223 google/protobuf/descriptor.pb.cc \
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 google/protobuf/util/internal/utility.cc \ 287 google/protobuf/util/internal/utility.cc \
298 google/protobuf/util/internal/utility.h \ 288 google/protobuf/util/internal/utility.h \
299 google/protobuf/util/json_util.cc \ 289 google/protobuf/util/json_util.cc \
300 google/protobuf/util/message_differencer.cc \ 290 google/protobuf/util/message_differencer.cc \
301 google/protobuf/util/time_util.cc \ 291 google/protobuf/util/time_util.cc \
302 google/protobuf/util/type_resolver_util.cc 292 google/protobuf/util/type_resolver_util.cc
303 293
304 nodist_libprotobuf_la_SOURCES = $(nodist_libprotobuf_lite_la_SOURCES) 294 nodist_libprotobuf_la_SOURCES = $(nodist_libprotobuf_lite_la_SOURCES)
305 295
306 libprotoc_la_LIBADD = $(PTHREAD_LIBS) libprotobuf.la 296 libprotoc_la_LIBADD = $(PTHREAD_LIBS) libprotobuf.la
307 libprotoc_la_LDFLAGS = -version-info 11:0:0 -export-dynamic -no-undefined 297 libprotoc_la_LDFLAGS = -version-info 10:0:0 -export-dynamic -no-undefined
308 libprotoc_la_SOURCES = \ 298 libprotoc_la_SOURCES = \
309 google/protobuf/compiler/code_generator.cc \ 299 google/protobuf/compiler/code_generator.cc \
310 google/protobuf/compiler/command_line_interface.cc \ 300 google/protobuf/compiler/command_line_interface.cc \
311 google/protobuf/compiler/plugin.cc \ 301 google/protobuf/compiler/plugin.cc \
312 google/protobuf/compiler/plugin.pb.cc \ 302 google/protobuf/compiler/plugin.pb.cc \
313 google/protobuf/compiler/subprocess.cc \ 303 google/protobuf/compiler/subprocess.cc \
314 google/protobuf/compiler/subprocess.h \ 304 google/protobuf/compiler/subprocess.h \
315 google/protobuf/compiler/zip_writer.cc \ 305 google/protobuf/compiler/zip_writer.cc \
316 google/protobuf/compiler/zip_writer.h \ 306 google/protobuf/compiler/zip_writer.h \
317 google/protobuf/compiler/cpp/cpp_enum.cc \ 307 google/protobuf/compiler/cpp/cpp_enum.cc \
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 google/protobuf/compiler/java/java_message_field.cc \ 368 google/protobuf/compiler/java/java_message_field.cc \
379 google/protobuf/compiler/java/java_message_field.h \ 369 google/protobuf/compiler/java/java_message_field.h \
380 google/protobuf/compiler/java/java_message_field_lite.cc \ 370 google/protobuf/compiler/java/java_message_field_lite.cc \
381 google/protobuf/compiler/java/java_message_field_lite.h \ 371 google/protobuf/compiler/java/java_message_field_lite.h \
382 google/protobuf/compiler/java/java_message.h \ 372 google/protobuf/compiler/java/java_message.h \
383 google/protobuf/compiler/java/java_message_lite.h \ 373 google/protobuf/compiler/java/java_message_lite.h \
384 google/protobuf/compiler/java/java_message_builder.h \ 374 google/protobuf/compiler/java/java_message_builder.h \
385 google/protobuf/compiler/java/java_message_builder_lite.h \ 375 google/protobuf/compiler/java/java_message_builder_lite.h \
386 google/protobuf/compiler/java/java_name_resolver.cc \ 376 google/protobuf/compiler/java/java_name_resolver.cc \
387 google/protobuf/compiler/java/java_name_resolver.h \ 377 google/protobuf/compiler/java/java_name_resolver.h \
388 google/protobuf/compiler/java/java_options.h \
389 google/protobuf/compiler/java/java_primitive_field.cc \ 378 google/protobuf/compiler/java/java_primitive_field.cc \
390 google/protobuf/compiler/java/java_primitive_field.h \ 379 google/protobuf/compiler/java/java_primitive_field.h \
391 google/protobuf/compiler/java/java_primitive_field_lite.cc \ 380 google/protobuf/compiler/java/java_primitive_field_lite.cc \
392 google/protobuf/compiler/java/java_primitive_field_lite.h \ 381 google/protobuf/compiler/java/java_primitive_field_lite.h \
393 google/protobuf/compiler/java/java_shared_code_generator.cc \ 382 google/protobuf/compiler/java/java_shared_code_generator.cc \
394 google/protobuf/compiler/java/java_shared_code_generator.h \ 383 google/protobuf/compiler/java/java_shared_code_generator.h \
395 google/protobuf/compiler/java/java_service.cc \ 384 google/protobuf/compiler/java/java_service.cc \
396 google/protobuf/compiler/java/java_service.h \ 385 google/protobuf/compiler/java/java_service.h \
397 google/protobuf/compiler/java/java_string_field.cc \ 386 google/protobuf/compiler/java/java_string_field.cc \
398 google/protobuf/compiler/java/java_string_field.h \ 387 google/protobuf/compiler/java/java_string_field.h \
399 google/protobuf/compiler/java/java_string_field_lite.cc \ 388 google/protobuf/compiler/java/java_string_field_lite.cc \
400 google/protobuf/compiler/java/java_string_field_lite.h \ 389 google/protobuf/compiler/java/java_string_field_lite.h \
401 google/protobuf/compiler/java/java_doc_comment.cc \ 390 google/protobuf/compiler/java/java_doc_comment.cc \
402 google/protobuf/compiler/java/java_doc_comment.h \ 391 google/protobuf/compiler/java/java_doc_comment.h \
403 google/protobuf/compiler/js/js_generator.cc \ 392 google/protobuf/compiler/js/js_generator.cc \
404 google/protobuf/compiler/js/well_known_types_embed.cc \
405 google/protobuf/compiler/javanano/javanano_enum.cc \ 393 google/protobuf/compiler/javanano/javanano_enum.cc \
406 google/protobuf/compiler/javanano/javanano_enum.h \ 394 google/protobuf/compiler/javanano/javanano_enum.h \
407 google/protobuf/compiler/javanano/javanano_enum_field.cc \ 395 google/protobuf/compiler/javanano/javanano_enum_field.cc \
408 google/protobuf/compiler/javanano/javanano_enum_field.h \ 396 google/protobuf/compiler/javanano/javanano_enum_field.h \
409 google/protobuf/compiler/javanano/javanano_extension.cc \ 397 google/protobuf/compiler/javanano/javanano_extension.cc \
410 google/protobuf/compiler/javanano/javanano_extension.h \ 398 google/protobuf/compiler/javanano/javanano_extension.h \
411 google/protobuf/compiler/javanano/javanano_field.cc \ 399 google/protobuf/compiler/javanano/javanano_field.cc \
412 google/protobuf/compiler/javanano/javanano_field.h \ 400 google/protobuf/compiler/javanano/javanano_field.h \
413 google/protobuf/compiler/javanano/javanano_file.cc \ 401 google/protobuf/compiler/javanano/javanano_file.cc \
414 google/protobuf/compiler/javanano/javanano_file.h \ 402 google/protobuf/compiler/javanano/javanano_file.h \
(...skipping 26 matching lines...) Expand all
441 google/protobuf/compiler/objectivec/objectivec_map_field.cc \ 429 google/protobuf/compiler/objectivec/objectivec_map_field.cc \
442 google/protobuf/compiler/objectivec/objectivec_map_field.h \ 430 google/protobuf/compiler/objectivec/objectivec_map_field.h \
443 google/protobuf/compiler/objectivec/objectivec_message.cc \ 431 google/protobuf/compiler/objectivec/objectivec_message.cc \
444 google/protobuf/compiler/objectivec/objectivec_message.h \ 432 google/protobuf/compiler/objectivec/objectivec_message.h \
445 google/protobuf/compiler/objectivec/objectivec_message_field.cc \ 433 google/protobuf/compiler/objectivec/objectivec_message_field.cc \
446 google/protobuf/compiler/objectivec/objectivec_message_field.h \ 434 google/protobuf/compiler/objectivec/objectivec_message_field.h \
447 google/protobuf/compiler/objectivec/objectivec_oneof.cc \ 435 google/protobuf/compiler/objectivec/objectivec_oneof.cc \
448 google/protobuf/compiler/objectivec/objectivec_oneof.h \ 436 google/protobuf/compiler/objectivec/objectivec_oneof.h \
449 google/protobuf/compiler/objectivec/objectivec_primitive_field.cc \ 437 google/protobuf/compiler/objectivec/objectivec_primitive_field.cc \
450 google/protobuf/compiler/objectivec/objectivec_primitive_field.h \ 438 google/protobuf/compiler/objectivec/objectivec_primitive_field.h \
451 google/protobuf/compiler/php/php_generator.cc \
452 google/protobuf/compiler/python/python_generator.cc \ 439 google/protobuf/compiler/python/python_generator.cc \
453 google/protobuf/compiler/ruby/ruby_generator.cc \ 440 google/protobuf/compiler/ruby/ruby_generator.cc \
454 google/protobuf/compiler/csharp/csharp_doc_comment.cc \ 441 google/protobuf/compiler/csharp/csharp_doc_comment.cc \
455 google/protobuf/compiler/csharp/csharp_doc_comment.h \ 442 google/protobuf/compiler/csharp/csharp_doc_comment.h \
456 google/protobuf/compiler/csharp/csharp_enum.cc \ 443 google/protobuf/compiler/csharp/csharp_enum.cc \
457 google/protobuf/compiler/csharp/csharp_enum.h \ 444 google/protobuf/compiler/csharp/csharp_enum.h \
458 google/protobuf/compiler/csharp/csharp_enum_field.cc \ 445 google/protobuf/compiler/csharp/csharp_enum_field.cc \
459 google/protobuf/compiler/csharp/csharp_enum_field.h \ 446 google/protobuf/compiler/csharp/csharp_enum_field.h \
460 google/protobuf/compiler/csharp/csharp_field_base.cc \ 447 google/protobuf/compiler/csharp/csharp_field_base.cc \
461 google/protobuf/compiler/csharp/csharp_field_base.h \ 448 google/protobuf/compiler/csharp/csharp_field_base.h \
(...skipping 15 matching lines...) Expand all
477 google/protobuf/compiler/csharp/csharp_repeated_enum_field.h \ 464 google/protobuf/compiler/csharp/csharp_repeated_enum_field.h \
478 google/protobuf/compiler/csharp/csharp_repeated_message_field.cc \ 465 google/protobuf/compiler/csharp/csharp_repeated_message_field.cc \
479 google/protobuf/compiler/csharp/csharp_repeated_message_field.h \ 466 google/protobuf/compiler/csharp/csharp_repeated_message_field.h \
480 google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc \ 467 google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc \
481 google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h \ 468 google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h \
482 google/protobuf/compiler/csharp/csharp_source_generator_base.cc \ 469 google/protobuf/compiler/csharp/csharp_source_generator_base.cc \
483 google/protobuf/compiler/csharp/csharp_source_generator_base.h \ 470 google/protobuf/compiler/csharp/csharp_source_generator_base.h \
484 google/protobuf/compiler/csharp/csharp_wrapper_field.cc \ 471 google/protobuf/compiler/csharp/csharp_wrapper_field.cc \
485 google/protobuf/compiler/csharp/csharp_wrapper_field.h 472 google/protobuf/compiler/csharp/csharp_wrapper_field.h
486 473
487 bin_PROGRAMS = protoc js_embed 474 bin_PROGRAMS = protoc
488 protoc_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la 475 protoc_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la
489 protoc_SOURCES = google/protobuf/compiler/main.cc 476 protoc_SOURCES = google/protobuf/compiler/main.cc
490 477
491 # The special JS code for the well-known types is linked into the compiler via
492 # well_known_types_embed.cc, which is generated from .js source files.
493 js_embed_SOURCES = google/protobuf/compiler/js/embed.cc
494 js_well_known_types_sources = \
495 google/protobuf/compiler/js/well_known_types/any.js \
496 google/protobuf/compiler/js/well_known_types/struct.js \
497 google/protobuf/compiler/js/well_known_types/timestamp.js
498 # We have to cd to $(srcdir) so that out-of-tree builds work properly.
499 google/protobuf/compiler/js/well_known_types_embed.cc: js_embed$(EXEEXT) $(js_we ll_known_types_sources)
500 oldpwd=`pwd` && cd $(srcdir) && \
501 $$oldpwd/js_embed$(EXEEXT) $(js_well_known_types_sources) > $$oldpwd/$@
502
503 # Tests ============================================================== 478 # Tests ==============================================================
504 479
505 protoc_inputs = \ 480 protoc_inputs = \
506 google/protobuf/any_test.proto \ 481 google/protobuf/any_test.proto \
507 google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto \ 482 google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto \
508 google/protobuf/map_lite_unittest.proto \ 483 google/protobuf/map_lite_unittest.proto \
509 google/protobuf/map_proto2_unittest.proto \ 484 google/protobuf/map_proto2_unittest.proto \
510 google/protobuf/map_unittest.proto \ 485 google/protobuf/map_unittest.proto \
511 google/protobuf/unittest_arena.proto \ 486 google/protobuf/unittest_arena.proto \
512 google/protobuf/unittest_custom_options.proto \ 487 google/protobuf/unittest_custom_options.proto \
(...skipping 22 matching lines...) Expand all
535 google/protobuf/unittest_proto3_arena_lite.proto \ 510 google/protobuf/unittest_proto3_arena_lite.proto \
536 google/protobuf/unittest_proto3_lite.proto \ 511 google/protobuf/unittest_proto3_lite.proto \
537 google/protobuf/unittest_well_known_types.proto \ 512 google/protobuf/unittest_well_known_types.proto \
538 google/protobuf/util/internal/testdata/anys.proto \ 513 google/protobuf/util/internal/testdata/anys.proto \
539 google/protobuf/util/internal/testdata/books.proto \ 514 google/protobuf/util/internal/testdata/books.proto \
540 google/protobuf/util/internal/testdata/default_value.proto \ 515 google/protobuf/util/internal/testdata/default_value.proto \
541 google/protobuf/util/internal/testdata/default_value_test.proto \ 516 google/protobuf/util/internal/testdata/default_value_test.proto \
542 google/protobuf/util/internal/testdata/field_mask.proto \ 517 google/protobuf/util/internal/testdata/field_mask.proto \
543 google/protobuf/util/internal/testdata/maps.proto \ 518 google/protobuf/util/internal/testdata/maps.proto \
544 google/protobuf/util/internal/testdata/oneofs.proto \ 519 google/protobuf/util/internal/testdata/oneofs.proto \
545 google/protobuf/util/internal/testdata/proto3.proto \
546 google/protobuf/util/internal/testdata/struct.proto \ 520 google/protobuf/util/internal/testdata/struct.proto \
547 google/protobuf/util/internal/testdata/timestamp_duration.proto \ 521 google/protobuf/util/internal/testdata/timestamp_duration.proto \
548 google/protobuf/util/internal/testdata/wrappers.proto \
549 google/protobuf/util/json_format_proto3.proto \ 522 google/protobuf/util/json_format_proto3.proto \
550 google/protobuf/util/message_differencer_unittest.proto \ 523 google/protobuf/util/message_differencer_unittest.proto \
551 google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto 524 google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto
552 525
553 EXTRA_DIST = \ 526 EXTRA_DIST = \
554 $(protoc_inputs) \ 527 $(protoc_inputs) \
555 $(js_well_known_types_sources) \
556 solaris/libstdc++.la \ 528 solaris/libstdc++.la \
557 google/protobuf/io/gzip_stream.h \ 529 google/protobuf/io/gzip_stream.h \
558 google/protobuf/io/gzip_stream_unittest.sh \ 530 google/protobuf/io/gzip_stream_unittest.sh \
559 google/protobuf/testdata/golden_message \ 531 google/protobuf/testdata/golden_message \
560 google/protobuf/testdata/golden_message_maps \
561 google/protobuf/testdata/golden_message_oneof_implemented \ 532 google/protobuf/testdata/golden_message_oneof_implemented \
562 google/protobuf/testdata/golden_message_proto3 \ 533 google/protobuf/testdata/golden_message_proto3 \
563 google/protobuf/testdata/golden_packed_fields_message \ 534 google/protobuf/testdata/golden_packed_fields_message \
564 google/protobuf/testdata/bad_utf8_string \ 535 google/protobuf/testdata/bad_utf8_string \
565 google/protobuf/testdata/map_test_data.txt \ 536 google/protobuf/testdata/map_test_data.txt \
566 google/protobuf/testdata/text_format_unittest_data.txt \ 537 google/protobuf/testdata/text_format_unittest_data.txt \
567 google/protobuf/testdata/text_format_unittest_data_oneof_implemented.txt \ 538 google/protobuf/testdata/text_format_unittest_data_oneof_implemented.txt \
568 google/protobuf/testdata/text_format_unittest_data_pointy.txt \ 539 google/protobuf/testdata/text_format_unittest_data_pointy.txt \
569 google/protobuf/testdata/text_format_unittest_data_pointy_oneof.txt \ 540 google/protobuf/testdata/text_format_unittest_data_pointy_oneof.txt \
570 google/protobuf/testdata/text_format_unittest_extensions_data.txt \ 541 google/protobuf/testdata/text_format_unittest_extensions_data.txt \
571 google/protobuf/testdata/text_format_unittest_extensions_data_pointy.txt \ 542 google/protobuf/testdata/text_format_unittest_extensions_data_pointy.txt \
572 google/protobuf/package_info.h \ 543 google/protobuf/package_info.h \
573 google/protobuf/io/package_info.h \ 544 google/protobuf/io/package_info.h \
574 google/protobuf/util/package_info.h \
575 google/protobuf/compiler/ruby/ruby_generated_code.proto \ 545 google/protobuf/compiler/ruby/ruby_generated_code.proto \
576 google/protobuf/compiler/ruby/ruby_generated_code_pb.rb \ 546 google/protobuf/compiler/ruby/ruby_generated_code.rb \
577 google/protobuf/compiler/package_info.h \ 547 google/protobuf/compiler/package_info.h \
578 google/protobuf/compiler/zip_output_unittest.sh \ 548 google/protobuf/compiler/zip_output_unittest.sh
579 README.md
580 549
581 protoc_lite_outputs = \ 550 protoc_lite_outputs = \
582 google/protobuf/map_lite_unittest.pb.cc \ 551 google/protobuf/map_lite_unittest.pb.cc \
583 google/protobuf/map_lite_unittest.pb.h \ 552 google/protobuf/map_lite_unittest.pb.h \
584 google/protobuf/unittest_lite.pb.cc \ 553 google/protobuf/unittest_lite.pb.cc \
585 google/protobuf/unittest_lite.pb.h \ 554 google/protobuf/unittest_lite.pb.h \
586 google/protobuf/unittest_no_arena_lite.pb.cc \ 555 google/protobuf/unittest_no_arena_lite.pb.cc \
587 google/protobuf/unittest_no_arena_lite.pb.h \ 556 google/protobuf/unittest_no_arena_lite.pb.h \
588 google/protobuf/unittest_import_lite.pb.cc \ 557 google/protobuf/unittest_import_lite.pb.cc \
589 google/protobuf/unittest_import_lite.pb.h \ 558 google/protobuf/unittest_import_lite.pb.h \
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 google/protobuf/util/internal/testdata/default_value.pb.cc \ 624 google/protobuf/util/internal/testdata/default_value.pb.cc \
656 google/protobuf/util/internal/testdata/default_value.pb.h \ 625 google/protobuf/util/internal/testdata/default_value.pb.h \
657 google/protobuf/util/internal/testdata/default_value_test.pb.cc \ 626 google/protobuf/util/internal/testdata/default_value_test.pb.cc \
658 google/protobuf/util/internal/testdata/default_value_test.pb.h \ 627 google/protobuf/util/internal/testdata/default_value_test.pb.h \
659 google/protobuf/util/internal/testdata/field_mask.pb.cc \ 628 google/protobuf/util/internal/testdata/field_mask.pb.cc \
660 google/protobuf/util/internal/testdata/field_mask.pb.h \ 629 google/protobuf/util/internal/testdata/field_mask.pb.h \
661 google/protobuf/util/internal/testdata/maps.pb.cc \ 630 google/protobuf/util/internal/testdata/maps.pb.cc \
662 google/protobuf/util/internal/testdata/maps.pb.h \ 631 google/protobuf/util/internal/testdata/maps.pb.h \
663 google/protobuf/util/internal/testdata/oneofs.pb.cc \ 632 google/protobuf/util/internal/testdata/oneofs.pb.cc \
664 google/protobuf/util/internal/testdata/oneofs.pb.h \ 633 google/protobuf/util/internal/testdata/oneofs.pb.h \
665 google/protobuf/util/internal/testdata/proto3.pb.cc \
666 google/protobuf/util/internal/testdata/proto3.pb.h \
667 google/protobuf/util/internal/testdata/struct.pb.cc \ 634 google/protobuf/util/internal/testdata/struct.pb.cc \
668 google/protobuf/util/internal/testdata/struct.pb.h \ 635 google/protobuf/util/internal/testdata/struct.pb.h \
669 google/protobuf/util/internal/testdata/timestamp_duration.pb.cc \ 636 google/protobuf/util/internal/testdata/timestamp_duration.pb.cc \
670 google/protobuf/util/internal/testdata/timestamp_duration.pb.h \ 637 google/protobuf/util/internal/testdata/timestamp_duration.pb.h \
671 google/protobuf/util/internal/testdata/wrappers.pb.cc \
672 google/protobuf/util/internal/testdata/wrappers.pb.h \
673 google/protobuf/util/json_format_proto3.pb.cc \ 638 google/protobuf/util/json_format_proto3.pb.cc \
674 google/protobuf/util/json_format_proto3.pb.h \ 639 google/protobuf/util/json_format_proto3.pb.h \
675 google/protobuf/util/message_differencer_unittest.pb.cc \ 640 google/protobuf/util/message_differencer_unittest.pb.cc \
676 google/protobuf/util/message_differencer_unittest.pb.h 641 google/protobuf/util/message_differencer_unittest.pb.h
677 642
678 BUILT_SOURCES = $(protoc_outputs) google/protobuf/compiler/js/well_known_types_e mbed.cc 643 BUILT_SOURCES = $(protoc_outputs)
679 644
680 if USE_EXTERNAL_PROTOC 645 if USE_EXTERNAL_PROTOC
681 646
682 unittest_proto_middleman: $(protoc_inputs) 647 unittest_proto_middleman: $(protoc_inputs)
683 $(PROTOC) -I$(srcdir) --cpp_out=. $^ 648 $(PROTOC) -I$(srcdir) --cpp_out=. $^
684 touch unittest_proto_middleman 649 touch unittest_proto_middleman
685 650
686 else 651 else
687 652
688 # We have to cd to $(srcdir) before executing protoc because $(protoc_inputs) is 653 # We have to cd to $(srcdir) before executing protoc because $(protoc_inputs) is
(...skipping 15 matching lines...) Expand all
704 google/protobuf/map_test_util_impl.h \ 669 google/protobuf/map_test_util_impl.h \
705 google/protobuf/test_util.cc \ 670 google/protobuf/test_util.cc \
706 google/protobuf/test_util.h \ 671 google/protobuf/test_util.h \
707 google/protobuf/testing/googletest.cc \ 672 google/protobuf/testing/googletest.cc \
708 google/protobuf/testing/googletest.h \ 673 google/protobuf/testing/googletest.h \
709 google/protobuf/testing/file.cc \ 674 google/protobuf/testing/file.cc \
710 google/protobuf/testing/file.h 675 google/protobuf/testing/file.h
711 676
712 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \ 677 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \
713 protobuf-lite-test test_plugin protobuf-lite-arena-test \ 678 protobuf-lite-test test_plugin protobuf-lite-arena-test \
714 no-warning-test $(GZCHECKPROGRAMS) 679 $(GZCHECKPROGRAMS)
715 protobuf_test_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la \ 680 protobuf_test_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la \
716 ../gmock/gtest/lib/libgtest.la \ 681 ../gmock/gtest/lib/libgtest.la \
717 ../gmock/lib/libgmock.la \ 682 ../gmock/lib/libgmock.la \
718 ../gmock/lib/libgmock_main.la 683 ../gmock/lib/libgmock_main.la
719 protobuf_test_CPPFLAGS = -I$(srcdir)/../gmock/gtest/include \ 684 protobuf_test_CPPFLAGS = -I$(srcdir)/../gmock/gtest/include \
720 -I$(srcdir)/../gmock/include 685 -I$(srcdir)/../gmock/include
721 # Disable optimization for tests unless the user explicitly asked for it, 686 # Disable optimization for tests unless the user explicitly asked for it,
722 # since test_util.cc takes forever to compile with optimization (with GCC). 687 # since test_util.cc takes forever to compile with optimization (with GCC).
723 # See configure.ac for more info. 688 # See configure.ac for more info.
724 protobuf_test_CXXFLAGS = $(NO_OPT_CXXFLAGS) 689 protobuf_test_CXXFLAGS = $(NO_OPT_CXXFLAGS)
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 google/protobuf/compiler/test_plugin.cc 822 google/protobuf/compiler/test_plugin.cc
858 823
859 if HAVE_ZLIB 824 if HAVE_ZLIB
860 zcgzip_LDADD = $(PTHREAD_LIBS) libprotobuf.la 825 zcgzip_LDADD = $(PTHREAD_LIBS) libprotobuf.la
861 zcgzip_SOURCES = google/protobuf/testing/zcgzip.cc 826 zcgzip_SOURCES = google/protobuf/testing/zcgzip.cc
862 827
863 zcgunzip_LDADD = $(PTHREAD_LIBS) libprotobuf.la 828 zcgunzip_LDADD = $(PTHREAD_LIBS) libprotobuf.la
864 zcgunzip_SOURCES = google/protobuf/testing/zcgunzip.cc 829 zcgunzip_SOURCES = google/protobuf/testing/zcgunzip.cc
865 endif 830 endif
866 831
867 # This test target is to ensure all our public header files and generated
868 # code is free from warnings. We have to be more pedantic about these
869 # files because they are compiled by users with different compiler flags.
870 no_warning_test.cc:
871 echo "// Generated from Makefile.am" > no_warning_test.cc
872 for FILE in $(nobase_include_HEADERS); do \
873 if ! echo $${FILE} | grep "atomicops"; then \
874 echo "#include <$${FILE}>" >> no_warning_test.cc; \
875 fi \
876 done
877 echo "#include <gtest/gtest.h>" >> no_warning_test.cc
878 echo "TEST(NoWarningTest, Empty) {}" >> no_warning_test.cc
879
880 no_warning_test_LDADD = $(PTHREAD_LIBS) libprotobuf.la \
881 ../gmock/gtest/lib/libgtest.la \
882 ../gmock/gtest/lib/libgtest_main.la
883 no_warning_test_CPPFLAGS = -I$(srcdir)/../gmock/gtest/include
884 no_warning_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_DEF) $(ZLIB_DEF) \
885 -Wall -Werror
886 nodist_no_warning_test_SOURCES = no_warning_test.cc $(protoc_outputs)
887
888 TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \ 832 TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \
889 google/protobuf/compiler/zip_output_unittest.sh $(GZTESTS) \ 833 google/protobuf/compiler/zip_output_unittest.sh $(GZTESTS) \
890 protobuf-lite-arena-test no-warning-test 834 protobuf-lite-arena-test
OLDNEW
« no previous file with comments | « third_party/protobuf/ruby/travis-test.sh ('k') | third_party/protobuf/src/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698