|
|
|
@ -1412,9 +1412,9 @@ pc_cxx: $(LIBDIR)/$(CONFIG)/pkgconfig/grpc++.pc |
|
|
|
|
pc_cxx_unsecure: $(LIBDIR)/$(CONFIG)/pkgconfig/grpc++_unsecure.pc |
|
|
|
|
|
|
|
|
|
ifeq ($(EMBED_OPENSSL),true) |
|
|
|
|
privatelibs_cxx: $(LIBDIR)/$(CONFIG)/libcallback_test_service.a $(LIBDIR)/$(CONFIG)/libgrpc++_core_stats.a $(LIBDIR)/$(CONFIG)/libgrpc++_proto_reflection_desc_db.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_config.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_cli_libs.a $(LIBDIR)/$(CONFIG)/libhttp2_client_main.a $(LIBDIR)/$(CONFIG)/libinterop_client_helper.a $(LIBDIR)/$(CONFIG)/libinterop_client_main.a $(LIBDIR)/$(CONFIG)/libinterop_server_helper.a $(LIBDIR)/$(CONFIG)/libinterop_server_lib.a $(LIBDIR)/$(CONFIG)/libinterop_server_main.a $(LIBDIR)/$(CONFIG)/libqps.a $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libbenchmark.a |
|
|
|
|
privatelibs_cxx: $(LIBDIR)/$(CONFIG)/libgrpc++_core_stats.a $(LIBDIR)/$(CONFIG)/libgrpc++_proto_reflection_desc_db.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_config.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_cli_libs.a $(LIBDIR)/$(CONFIG)/libhttp2_client_main.a $(LIBDIR)/$(CONFIG)/libinterop_client_helper.a $(LIBDIR)/$(CONFIG)/libinterop_client_main.a $(LIBDIR)/$(CONFIG)/libinterop_server_helper.a $(LIBDIR)/$(CONFIG)/libinterop_server_lib.a $(LIBDIR)/$(CONFIG)/libinterop_server_main.a $(LIBDIR)/$(CONFIG)/libqps.a $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libbenchmark.a |
|
|
|
|
else |
|
|
|
|
privatelibs_cxx: $(LIBDIR)/$(CONFIG)/libcallback_test_service.a $(LIBDIR)/$(CONFIG)/libgrpc++_core_stats.a $(LIBDIR)/$(CONFIG)/libgrpc++_proto_reflection_desc_db.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_config.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_cli_libs.a $(LIBDIR)/$(CONFIG)/libhttp2_client_main.a $(LIBDIR)/$(CONFIG)/libinterop_client_helper.a $(LIBDIR)/$(CONFIG)/libinterop_client_main.a $(LIBDIR)/$(CONFIG)/libinterop_server_helper.a $(LIBDIR)/$(CONFIG)/libinterop_server_lib.a $(LIBDIR)/$(CONFIG)/libinterop_server_main.a $(LIBDIR)/$(CONFIG)/libqps.a $(LIBDIR)/$(CONFIG)/libbenchmark.a |
|
|
|
|
privatelibs_cxx: $(LIBDIR)/$(CONFIG)/libgrpc++_core_stats.a $(LIBDIR)/$(CONFIG)/libgrpc++_proto_reflection_desc_db.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_config.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_cli_libs.a $(LIBDIR)/$(CONFIG)/libhttp2_client_main.a $(LIBDIR)/$(CONFIG)/libinterop_client_helper.a $(LIBDIR)/$(CONFIG)/libinterop_client_main.a $(LIBDIR)/$(CONFIG)/libinterop_server_helper.a $(LIBDIR)/$(CONFIG)/libinterop_server_lib.a $(LIBDIR)/$(CONFIG)/libinterop_server_main.a $(LIBDIR)/$(CONFIG)/libqps.a $(LIBDIR)/$(CONFIG)/libbenchmark.a |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -5290,113 +5290,12 @@ endif |
|
|
|
|
|
|
|
|
|
LIBCALLBACK_TEST_SERVICE_SRC = \
|
|
|
|
|
test/cpp/microbenchmarks/callback_test_service.cc \
|
|
|
|
|
src/cpp/codegen/codegen_init.cc \
|
|
|
|
|
|
|
|
|
|
PUBLIC_HEADERS_CXX += \
|
|
|
|
|
include/grpc++/impl/codegen/async_stream.h \
|
|
|
|
|
include/grpc++/impl/codegen/async_unary_call.h \
|
|
|
|
|
include/grpc++/impl/codegen/byte_buffer.h \
|
|
|
|
|
include/grpc++/impl/codegen/call.h \
|
|
|
|
|
include/grpc++/impl/codegen/call_hook.h \
|
|
|
|
|
include/grpc++/impl/codegen/channel_interface.h \
|
|
|
|
|
include/grpc++/impl/codegen/client_context.h \
|
|
|
|
|
include/grpc++/impl/codegen/client_unary_call.h \
|
|
|
|
|
include/grpc++/impl/codegen/completion_queue.h \
|
|
|
|
|
include/grpc++/impl/codegen/completion_queue_tag.h \
|
|
|
|
|
include/grpc++/impl/codegen/config.h \
|
|
|
|
|
include/grpc++/impl/codegen/core_codegen_interface.h \
|
|
|
|
|
include/grpc++/impl/codegen/create_auth_context.h \
|
|
|
|
|
include/grpc++/impl/codegen/grpc_library.h \
|
|
|
|
|
include/grpc++/impl/codegen/metadata_map.h \
|
|
|
|
|
include/grpc++/impl/codegen/method_handler_impl.h \
|
|
|
|
|
include/grpc++/impl/codegen/rpc_method.h \
|
|
|
|
|
include/grpc++/impl/codegen/rpc_service_method.h \
|
|
|
|
|
include/grpc++/impl/codegen/security/auth_context.h \
|
|
|
|
|
include/grpc++/impl/codegen/serialization_traits.h \
|
|
|
|
|
include/grpc++/impl/codegen/server_context.h \
|
|
|
|
|
include/grpc++/impl/codegen/server_interface.h \
|
|
|
|
|
include/grpc++/impl/codegen/service_type.h \
|
|
|
|
|
include/grpc++/impl/codegen/slice.h \
|
|
|
|
|
include/grpc++/impl/codegen/status.h \
|
|
|
|
|
include/grpc++/impl/codegen/status_code_enum.h \
|
|
|
|
|
include/grpc++/impl/codegen/string_ref.h \
|
|
|
|
|
include/grpc++/impl/codegen/stub_options.h \
|
|
|
|
|
include/grpc++/impl/codegen/sync_stream.h \
|
|
|
|
|
include/grpc++/impl/codegen/time.h \
|
|
|
|
|
include/grpcpp/impl/codegen/async_generic_service.h \
|
|
|
|
|
include/grpcpp/impl/codegen/async_stream.h \
|
|
|
|
|
include/grpcpp/impl/codegen/async_unary_call.h \
|
|
|
|
|
include/grpcpp/impl/codegen/byte_buffer.h \
|
|
|
|
|
include/grpcpp/impl/codegen/call.h \
|
|
|
|
|
include/grpcpp/impl/codegen/call_hook.h \
|
|
|
|
|
include/grpcpp/impl/codegen/call_op_set.h \
|
|
|
|
|
include/grpcpp/impl/codegen/call_op_set_interface.h \
|
|
|
|
|
include/grpcpp/impl/codegen/callback_common.h \
|
|
|
|
|
include/grpcpp/impl/codegen/channel_interface.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_callback.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_context.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_interceptor.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_unary_call.h \
|
|
|
|
|
include/grpcpp/impl/codegen/completion_queue.h \
|
|
|
|
|
include/grpcpp/impl/codegen/completion_queue_tag.h \
|
|
|
|
|
include/grpcpp/impl/codegen/config.h \
|
|
|
|
|
include/grpcpp/impl/codegen/core_codegen_interface.h \
|
|
|
|
|
include/grpcpp/impl/codegen/create_auth_context.h \
|
|
|
|
|
include/grpcpp/impl/codegen/grpc_library.h \
|
|
|
|
|
include/grpcpp/impl/codegen/intercepted_channel.h \
|
|
|
|
|
include/grpcpp/impl/codegen/interceptor.h \
|
|
|
|
|
include/grpcpp/impl/codegen/interceptor_common.h \
|
|
|
|
|
include/grpcpp/impl/codegen/message_allocator.h \
|
|
|
|
|
include/grpcpp/impl/codegen/metadata_map.h \
|
|
|
|
|
include/grpcpp/impl/codegen/method_handler_impl.h \
|
|
|
|
|
include/grpcpp/impl/codegen/rpc_method.h \
|
|
|
|
|
include/grpcpp/impl/codegen/rpc_service_method.h \
|
|
|
|
|
include/grpcpp/impl/codegen/security/auth_context.h \
|
|
|
|
|
include/grpcpp/impl/codegen/serialization_traits.h \
|
|
|
|
|
include/grpcpp/impl/codegen/server_callback.h \
|
|
|
|
|
include/grpcpp/impl/codegen/server_context.h \
|
|
|
|
|
include/grpcpp/impl/codegen/server_interceptor.h \
|
|
|
|
|
include/grpcpp/impl/codegen/server_interface.h \
|
|
|
|
|
include/grpcpp/impl/codegen/service_type.h \
|
|
|
|
|
include/grpcpp/impl/codegen/slice.h \
|
|
|
|
|
include/grpcpp/impl/codegen/status.h \
|
|
|
|
|
include/grpcpp/impl/codegen/status_code_enum.h \
|
|
|
|
|
include/grpcpp/impl/codegen/string_ref.h \
|
|
|
|
|
include/grpcpp/impl/codegen/stub_options.h \
|
|
|
|
|
include/grpcpp/impl/codegen/sync_stream.h \
|
|
|
|
|
include/grpcpp/impl/codegen/time.h \
|
|
|
|
|
include/grpc/impl/codegen/byte_buffer.h \
|
|
|
|
|
include/grpc/impl/codegen/byte_buffer_reader.h \
|
|
|
|
|
include/grpc/impl/codegen/compression_types.h \
|
|
|
|
|
include/grpc/impl/codegen/connectivity_state.h \
|
|
|
|
|
include/grpc/impl/codegen/grpc_types.h \
|
|
|
|
|
include/grpc/impl/codegen/propagation_bits.h \
|
|
|
|
|
include/grpc/impl/codegen/slice.h \
|
|
|
|
|
include/grpc/impl/codegen/status.h \
|
|
|
|
|
include/grpc/impl/codegen/atm.h \
|
|
|
|
|
include/grpc/impl/codegen/atm_gcc_atomic.h \
|
|
|
|
|
include/grpc/impl/codegen/atm_gcc_sync.h \
|
|
|
|
|
include/grpc/impl/codegen/atm_windows.h \
|
|
|
|
|
include/grpc/impl/codegen/fork.h \
|
|
|
|
|
include/grpc/impl/codegen/gpr_slice.h \
|
|
|
|
|
include/grpc/impl/codegen/gpr_types.h \
|
|
|
|
|
include/grpc/impl/codegen/log.h \
|
|
|
|
|
include/grpc/impl/codegen/port_platform.h \
|
|
|
|
|
include/grpc/impl/codegen/sync.h \
|
|
|
|
|
include/grpc/impl/codegen/sync_custom.h \
|
|
|
|
|
include/grpc/impl/codegen/sync_generic.h \
|
|
|
|
|
include/grpc/impl/codegen/sync_posix.h \
|
|
|
|
|
include/grpc/impl/codegen/sync_windows.h \
|
|
|
|
|
include/grpcpp/impl/codegen/sync.h \
|
|
|
|
|
include/grpc++/impl/codegen/proto_utils.h \
|
|
|
|
|
include/grpcpp/impl/codegen/proto_buffer_reader.h \
|
|
|
|
|
include/grpcpp/impl/codegen/proto_buffer_writer.h \
|
|
|
|
|
include/grpcpp/impl/codegen/proto_utils.h \
|
|
|
|
|
include/grpc++/impl/codegen/config_protobuf.h \
|
|
|
|
|
include/grpcpp/impl/codegen/config_protobuf.h \
|
|
|
|
|
|
|
|
|
|
LIBCALLBACK_TEST_SERVICE_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBCALLBACK_TEST_SERVICE_SRC))))
|
|
|
|
|
|
|
|
|
|
$(LIBCALLBACK_TEST_SERVICE_OBJS): CPPFLAGS += -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX |
|
|
|
|
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
|
|
|
|
|
|