Actually remove them

pull/1366/head
Craig Tiller 10 years ago
parent d896fa5640
commit 2660ebcff0
  1. 500
      Makefile
  2. 2
      templates/Makefile.template

@ -3102,42 +3102,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBGPR_TEST_UTIL_SRC = \
test/core/util/test_config.c \
@ -3161,8 +3125,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBGRPC_SRC = \
src/core/httpcli/format_request.c \
src/core/httpcli/httpcli.c \
@ -3352,124 +3314,6 @@ endif
endif
LIBGRPC_TEST_UTIL_SRC = \
test/core/end2end/data/server1_cert.c \
test/core/end2end/data/server1_key.c \
@ -3518,18 +3362,6 @@ endif
endif
LIBGRPC_TEST_UTIL_UNSECURE_SRC = \
test/core/end2end/cq_verifier.c \
test/core/iomgr/endpoint_tests.c \
@ -3561,15 +3393,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBGRPC_UNSECURE_SRC = \
src/core/surface/init_unsecure.c \
src/core/channel/call_op_string.c \
@ -3713,105 +3536,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBGRPC++_SRC = \
src/cpp/client/secure_credentials.cc \
src/cpp/server/secure_server_credentials.cc \
@ -3944,33 +3668,6 @@ endif
endif
LIBGRPC++_TEST_CONFIG_SRC = \
test/cpp/util/test_config.cc \
@ -4018,8 +3715,6 @@ endif
endif
LIBGRPC++_TEST_UTIL_SRC = \
$(GENDIR)/test/cpp/util/messages.pb.cc $(GENDIR)/test/cpp/util/messages.grpc.pb.cc \
$(GENDIR)/test/cpp/util/echo.pb.cc $(GENDIR)/test/cpp/util/echo.grpc.pb.cc \
@ -4069,13 +3764,7 @@ ifneq ($(NO_DEPS),true)
-include $(LIBGRPC++_TEST_UTIL_OBJS:.o=.dep)
endif
endif
$(OBJDIR)/$(CONFIG)/test/cpp/util/cli_call.o: $(GENDIR)/test/cpp/util/messages.pb.cc $(GENDIR)/test/cpp/util/messages.grpc.pb.cc $(GENDIR)/test/cpp/util/echo.pb.cc $(GENDIR)/test/cpp/util/echo.grpc.pb.cc $(GENDIR)/test/cpp/util/echo_duplicate.pb.cc $(GENDIR)/test/cpp/util/echo_duplicate.grpc.pb.cc
$(OBJDIR)/$(CONFIG)/test/cpp/util/create_test_channel.o: $(GENDIR)/test/cpp/util/messages.pb.cc $(GENDIR)/test/cpp/util/messages.grpc.pb.cc $(GENDIR)/test/cpp/util/echo.pb.cc $(GENDIR)/test/cpp/util/echo.grpc.pb.cc $(GENDIR)/test/cpp/util/echo_duplicate.pb.cc $(GENDIR)/test/cpp/util/echo_duplicate.grpc.pb.cc
$(OBJDIR)/$(CONFIG)/test/cpp/util/cli_call.o: $(GENDIR)/test/cpp/util/messages.pb.cc $(GENDIR)/test/cpp/util/messages.grpc.pb.cc $(GENDIR)/test/cpp/util/echo.pb.cc $(GENDIR)/test/cpp/util/echo.grpc.pb.cc $(GENDIR)/test/cpp/util/echo_duplicate.pb.cc $(GENDIR)/test/cpp/util/echo_duplicate.grpc.pb.cc$(OBJDIR)/$(CONFIG)/test/cpp/util/create_test_channel.o: $(GENDIR)/test/cpp/util/messages.pb.cc $(GENDIR)/test/cpp/util/messages.grpc.pb.cc $(GENDIR)/test/cpp/util/echo.pb.cc $(GENDIR)/test/cpp/util/echo.grpc.pb.cc $(GENDIR)/test/cpp/util/echo_duplicate.pb.cc $(GENDIR)/test/cpp/util/echo_duplicate.grpc.pb.cc
LIBGRPC++_UNSECURE_SRC = \
src/cpp/client/channel.cc \
@ -4189,31 +3878,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBGRPC_PLUGIN_SUPPORT_SRC = \
src/compiler/cpp_generator.cc \
src/compiler/objective_c_generator.cc \
@ -4251,11 +3915,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBINTEROP_CLIENT_HELPER_SRC = \
test/cpp/interop/client_helper.cc \
@ -4303,8 +3962,6 @@ endif
endif
LIBINTEROP_CLIENT_MAIN_SRC = \
$(GENDIR)/test/proto/empty.pb.cc $(GENDIR)/test/proto/empty.grpc.pb.cc \
$(GENDIR)/test/proto/messages.pb.cc $(GENDIR)/test/proto/messages.grpc.pb.cc \
@ -4354,13 +4011,7 @@ ifneq ($(NO_DEPS),true)
-include $(LIBINTEROP_CLIENT_MAIN_OBJS:.o=.dep)
endif
endif
$(OBJDIR)/$(CONFIG)/test/cpp/interop/client.o: $(GENDIR)/test/proto/empty.pb.cc $(GENDIR)/test/proto/empty.grpc.pb.cc $(GENDIR)/test/proto/messages.pb.cc $(GENDIR)/test/proto/messages.grpc.pb.cc $(GENDIR)/test/proto/test.pb.cc $(GENDIR)/test/proto/test.grpc.pb.cc
$(OBJDIR)/$(CONFIG)/test/cpp/interop/interop_client.o: $(GENDIR)/test/proto/empty.pb.cc $(GENDIR)/test/proto/empty.grpc.pb.cc $(GENDIR)/test/proto/messages.pb.cc $(GENDIR)/test/proto/messages.grpc.pb.cc $(GENDIR)/test/proto/test.pb.cc $(GENDIR)/test/proto/test.grpc.pb.cc
$(OBJDIR)/$(CONFIG)/test/cpp/interop/client.o: $(GENDIR)/test/proto/empty.pb.cc $(GENDIR)/test/proto/empty.grpc.pb.cc $(GENDIR)/test/proto/messages.pb.cc $(GENDIR)/test/proto/messages.grpc.pb.cc $(GENDIR)/test/proto/test.pb.cc $(GENDIR)/test/proto/test.grpc.pb.cc$(OBJDIR)/$(CONFIG)/test/cpp/interop/interop_client.o: $(GENDIR)/test/proto/empty.pb.cc $(GENDIR)/test/proto/empty.grpc.pb.cc $(GENDIR)/test/proto/messages.pb.cc $(GENDIR)/test/proto/messages.grpc.pb.cc $(GENDIR)/test/proto/test.pb.cc $(GENDIR)/test/proto/test.grpc.pb.cc
LIBINTEROP_SERVER_HELPER_SRC = \
test/cpp/interop/server_helper.cc \
@ -4409,8 +4060,6 @@ endif
endif
LIBINTEROP_SERVER_MAIN_SRC = \
$(GENDIR)/test/proto/empty.pb.cc $(GENDIR)/test/proto/empty.grpc.pb.cc \
$(GENDIR)/test/proto/messages.pb.cc $(GENDIR)/test/proto/messages.grpc.pb.cc \
@ -4459,13 +4108,8 @@ ifneq ($(NO_DEPS),true)
-include $(LIBINTEROP_SERVER_MAIN_OBJS:.o=.dep)
endif
endif
$(OBJDIR)/$(CONFIG)/test/cpp/interop/server.o: $(GENDIR)/test/proto/empty.pb.cc $(GENDIR)/test/proto/empty.grpc.pb.cc $(GENDIR)/test/proto/messages.pb.cc $(GENDIR)/test/proto/messages.grpc.pb.cc $(GENDIR)/test/proto/test.pb.cc $(GENDIR)/test/proto/test.grpc.pb.cc
LIBPUBSUB_CLIENT_LIB_SRC = \
$(GENDIR)/examples/pubsub/label.pb.cc $(GENDIR)/examples/pubsub/label.grpc.pb.cc \
$(GENDIR)/examples/pubsub/empty.pb.cc $(GENDIR)/examples/pubsub/empty.grpc.pb.cc \
@ -4515,13 +4159,7 @@ ifneq ($(NO_DEPS),true)
-include $(LIBPUBSUB_CLIENT_LIB_OBJS:.o=.dep)
endif
endif
$(OBJDIR)/$(CONFIG)/examples/pubsub/publisher.o: $(GENDIR)/examples/pubsub/label.pb.cc $(GENDIR)/examples/pubsub/label.grpc.pb.cc $(GENDIR)/examples/pubsub/empty.pb.cc $(GENDIR)/examples/pubsub/empty.grpc.pb.cc $(GENDIR)/examples/pubsub/pubsub.pb.cc $(GENDIR)/examples/pubsub/pubsub.grpc.pb.cc
$(OBJDIR)/$(CONFIG)/examples/pubsub/subscriber.o: $(GENDIR)/examples/pubsub/label.pb.cc $(GENDIR)/examples/pubsub/label.grpc.pb.cc $(GENDIR)/examples/pubsub/empty.pb.cc $(GENDIR)/examples/pubsub/empty.grpc.pb.cc $(GENDIR)/examples/pubsub/pubsub.pb.cc $(GENDIR)/examples/pubsub/pubsub.grpc.pb.cc
$(OBJDIR)/$(CONFIG)/examples/pubsub/publisher.o: $(GENDIR)/examples/pubsub/label.pb.cc $(GENDIR)/examples/pubsub/label.grpc.pb.cc $(GENDIR)/examples/pubsub/empty.pb.cc $(GENDIR)/examples/pubsub/empty.grpc.pb.cc $(GENDIR)/examples/pubsub/pubsub.pb.cc $(GENDIR)/examples/pubsub/pubsub.grpc.pb.cc$(OBJDIR)/$(CONFIG)/examples/pubsub/subscriber.o: $(GENDIR)/examples/pubsub/label.pb.cc $(GENDIR)/examples/pubsub/label.grpc.pb.cc $(GENDIR)/examples/pubsub/empty.pb.cc $(GENDIR)/examples/pubsub/empty.grpc.pb.cc $(GENDIR)/examples/pubsub/pubsub.pb.cc $(GENDIR)/examples/pubsub/pubsub.grpc.pb.cc
LIBQPS_SRC = \
$(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc \
@ -4576,17 +4214,7 @@ ifneq ($(NO_DEPS),true)
-include $(LIBQPS_OBJS:.o=.dep)
endif
endif
$(OBJDIR)/$(CONFIG)/test/cpp/qps/client_async.o: $(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc
$(OBJDIR)/$(CONFIG)/test/cpp/qps/client_sync.o: $(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc
$(OBJDIR)/$(CONFIG)/test/cpp/qps/driver.o: $(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc
$(OBJDIR)/$(CONFIG)/test/cpp/qps/qps_worker.o: $(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc
$(OBJDIR)/$(CONFIG)/test/cpp/qps/report.o: $(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc
$(OBJDIR)/$(CONFIG)/test/cpp/qps/server_async.o: $(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc
$(OBJDIR)/$(CONFIG)/test/cpp/qps/server_sync.o: $(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc
$(OBJDIR)/$(CONFIG)/test/cpp/qps/timer.o: $(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc
$(OBJDIR)/$(CONFIG)/test/cpp/qps/client_async.o: $(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc$(OBJDIR)/$(CONFIG)/test/cpp/qps/client_sync.o: $(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc$(OBJDIR)/$(CONFIG)/test/cpp/qps/driver.o: $(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc$(OBJDIR)/$(CONFIG)/test/cpp/qps/qps_worker.o: $(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc$(OBJDIR)/$(CONFIG)/test/cpp/qps/report.o: $(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc$(OBJDIR)/$(CONFIG)/test/cpp/qps/server_async.o: $(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc$(OBJDIR)/$(CONFIG)/test/cpp/qps/server_sync.o: $(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc$(OBJDIR)/$(CONFIG)/test/cpp/qps/timer.o: $(GENDIR)/test/cpp/qps/qpstest.pb.cc $(GENDIR)/test/cpp/qps/qpstest.grpc.pb.cc
LIBGRPC_CSHARP_EXT_SRC = \
src/csharp/ext/grpc_csharp_ext.c \
@ -4647,8 +4275,6 @@ endif
endif
LIBEND2END_FIXTURE_CHTTP2_FAKE_SECURITY_SRC = \
test/core/end2end/fixtures/chttp2_fake_security.c \
@ -4686,8 +4312,6 @@ endif
endif
LIBEND2END_FIXTURE_CHTTP2_FULLSTACK_SRC = \
test/core/end2end/fixtures/chttp2_fullstack.c \
@ -4711,8 +4335,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_FIXTURE_CHTTP2_FULLSTACK_UDS_SRC = \
test/core/end2end/fixtures/chttp2_fullstack_uds.c \
@ -4736,8 +4358,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_FIXTURE_CHTTP2_SIMPLE_SSL_FULLSTACK_SRC = \
test/core/end2end/fixtures/chttp2_simple_ssl_fullstack.c \
@ -4775,8 +4395,6 @@ endif
endif
LIBEND2END_FIXTURE_CHTTP2_SIMPLE_SSL_WITH_OAUTH2_FULLSTACK_SRC = \
test/core/end2end/fixtures/chttp2_simple_ssl_with_oauth2_fullstack.c \
@ -4814,8 +4432,6 @@ endif
endif
LIBEND2END_FIXTURE_CHTTP2_SOCKET_PAIR_SRC = \
test/core/end2end/fixtures/chttp2_socket_pair.c \
@ -4839,8 +4455,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_FIXTURE_CHTTP2_SOCKET_PAIR_ONE_BYTE_AT_A_TIME_SRC = \
test/core/end2end/fixtures/chttp2_socket_pair_one_byte_at_a_time.c \
@ -4864,8 +4478,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_BAD_HOSTNAME_SRC = \
test/core/end2end/tests/bad_hostname.c \
@ -4889,8 +4501,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_CANCEL_AFTER_ACCEPT_SRC = \
test/core/end2end/tests/cancel_after_accept.c \
@ -4914,8 +4524,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_CANCEL_AFTER_ACCEPT_AND_WRITES_CLOSED_SRC = \
test/core/end2end/tests/cancel_after_accept_and_writes_closed.c \
@ -4939,8 +4547,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_CANCEL_AFTER_ACCEPT_AND_WRITES_CLOSED_LEGACY_SRC = \
test/core/end2end/tests/cancel_after_accept_and_writes_closed_legacy.c \
@ -4964,8 +4570,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_CANCEL_AFTER_ACCEPT_LEGACY_SRC = \
test/core/end2end/tests/cancel_after_accept_legacy.c \
@ -4989,8 +4593,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_CANCEL_AFTER_INVOKE_SRC = \
test/core/end2end/tests/cancel_after_invoke.c \
@ -5014,8 +4616,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_CANCEL_AFTER_INVOKE_LEGACY_SRC = \
test/core/end2end/tests/cancel_after_invoke_legacy.c \
@ -5039,8 +4639,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_CANCEL_BEFORE_INVOKE_SRC = \
test/core/end2end/tests/cancel_before_invoke.c \
@ -5064,8 +4662,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_CANCEL_BEFORE_INVOKE_LEGACY_SRC = \
test/core/end2end/tests/cancel_before_invoke_legacy.c \
@ -5089,8 +4685,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_CANCEL_IN_A_VACUUM_SRC = \
test/core/end2end/tests/cancel_in_a_vacuum.c \
@ -5114,8 +4708,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_CANCEL_IN_A_VACUUM_LEGACY_SRC = \
test/core/end2end/tests/cancel_in_a_vacuum_legacy.c \
@ -5139,8 +4731,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_CENSUS_SIMPLE_REQUEST_SRC = \
test/core/end2end/tests/census_simple_request.c \
@ -5164,8 +4754,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_CENSUS_SIMPLE_REQUEST_LEGACY_SRC = \
test/core/end2end/tests/census_simple_request_legacy.c \
@ -5189,8 +4777,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_DISAPPEARING_SERVER_SRC = \
test/core/end2end/tests/disappearing_server.c \
@ -5214,8 +4800,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_DISAPPEARING_SERVER_LEGACY_SRC = \
test/core/end2end/tests/disappearing_server_legacy.c \
@ -5239,8 +4823,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_EARLY_SERVER_SHUTDOWN_FINISHES_INFLIGHT_CALLS_SRC = \
test/core/end2end/tests/early_server_shutdown_finishes_inflight_calls.c \
@ -5264,8 +4846,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_EARLY_SERVER_SHUTDOWN_FINISHES_INFLIGHT_CALLS_LEGACY_SRC = \
test/core/end2end/tests/early_server_shutdown_finishes_inflight_calls_legacy.c \
@ -5289,8 +4869,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_EARLY_SERVER_SHUTDOWN_FINISHES_TAGS_SRC = \
test/core/end2end/tests/early_server_shutdown_finishes_tags.c \
@ -5314,8 +4892,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_EARLY_SERVER_SHUTDOWN_FINISHES_TAGS_LEGACY_SRC = \
test/core/end2end/tests/early_server_shutdown_finishes_tags_legacy.c \
@ -5339,8 +4915,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_EMPTY_BATCH_SRC = \
test/core/end2end/tests/empty_batch.c \
@ -5364,8 +4938,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_GRACEFUL_SERVER_SHUTDOWN_SRC = \
test/core/end2end/tests/graceful_server_shutdown.c \
@ -5389,8 +4961,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_GRACEFUL_SERVER_SHUTDOWN_LEGACY_SRC = \
test/core/end2end/tests/graceful_server_shutdown_legacy.c \
@ -5414,8 +4984,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_INVOKE_LARGE_REQUEST_SRC = \
test/core/end2end/tests/invoke_large_request.c \
@ -5439,8 +5007,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_INVOKE_LARGE_REQUEST_LEGACY_SRC = \
test/core/end2end/tests/invoke_large_request_legacy.c \
@ -5464,8 +5030,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_MAX_CONCURRENT_STREAMS_SRC = \
test/core/end2end/tests/max_concurrent_streams.c \
@ -5489,8 +5053,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_MAX_CONCURRENT_STREAMS_LEGACY_SRC = \
test/core/end2end/tests/max_concurrent_streams_legacy.c \
@ -5514,8 +5076,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_NO_OP_SRC = \
test/core/end2end/tests/no_op.c \
@ -5539,8 +5099,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_NO_OP_LEGACY_SRC = \
test/core/end2end/tests/no_op_legacy.c \
@ -5564,8 +5122,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_PING_PONG_STREAMING_SRC = \
test/core/end2end/tests/ping_pong_streaming.c \
@ -5589,8 +5145,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_PING_PONG_STREAMING_LEGACY_SRC = \
test/core/end2end/tests/ping_pong_streaming_legacy.c \
@ -5614,8 +5168,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_REGISTERED_CALL_SRC = \
test/core/end2end/tests/registered_call.c \
@ -5639,8 +5191,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_REQUEST_RESPONSE_WITH_BINARY_METADATA_AND_PAYLOAD_SRC = \
test/core/end2end/tests/request_response_with_binary_metadata_and_payload.c \
@ -5664,8 +5214,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_REQUEST_RESPONSE_WITH_BINARY_METADATA_AND_PAYLOAD_LEGACY_SRC = \
test/core/end2end/tests/request_response_with_binary_metadata_and_payload_legacy.c \
@ -5689,8 +5237,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_REQUEST_RESPONSE_WITH_METADATA_AND_PAYLOAD_SRC = \
test/core/end2end/tests/request_response_with_metadata_and_payload.c \
@ -5714,8 +5260,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_REQUEST_RESPONSE_WITH_METADATA_AND_PAYLOAD_LEGACY_SRC = \
test/core/end2end/tests/request_response_with_metadata_and_payload_legacy.c \
@ -5739,8 +5283,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_REQUEST_RESPONSE_WITH_PAYLOAD_SRC = \
test/core/end2end/tests/request_response_with_payload.c \
@ -5764,8 +5306,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_REQUEST_RESPONSE_WITH_PAYLOAD_LEGACY_SRC = \
test/core/end2end/tests/request_response_with_payload_legacy.c \
@ -5789,8 +5329,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_REQUEST_RESPONSE_WITH_TRAILING_METADATA_AND_PAYLOAD_LEGACY_SRC = \
test/core/end2end/tests/request_response_with_trailing_metadata_and_payload_legacy.c \
@ -5814,8 +5352,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_REQUEST_WITH_LARGE_METADATA_SRC = \
test/core/end2end/tests/request_with_large_metadata.c \
@ -5839,8 +5375,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_REQUEST_WITH_LARGE_METADATA_LEGACY_SRC = \
test/core/end2end/tests/request_with_large_metadata_legacy.c \
@ -5864,8 +5398,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_REQUEST_WITH_PAYLOAD_SRC = \
test/core/end2end/tests/request_with_payload.c \
@ -5889,8 +5421,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_REQUEST_WITH_PAYLOAD_LEGACY_SRC = \
test/core/end2end/tests/request_with_payload_legacy.c \
@ -5914,8 +5444,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_SIMPLE_DELAYED_REQUEST_SRC = \
test/core/end2end/tests/simple_delayed_request.c \
@ -5939,8 +5467,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_SIMPLE_DELAYED_REQUEST_LEGACY_SRC = \
test/core/end2end/tests/simple_delayed_request_legacy.c \
@ -5964,8 +5490,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_SIMPLE_REQUEST_SRC = \
test/core/end2end/tests/simple_request.c \
@ -5989,8 +5513,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_SIMPLE_REQUEST_LEGACY_SRC = \
test/core/end2end/tests/simple_request_legacy.c \
@ -6014,8 +5536,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_THREAD_STRESS_SRC = \
test/core/end2end/tests/thread_stress.c \
@ -6039,8 +5559,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_THREAD_STRESS_LEGACY_SRC = \
test/core/end2end/tests/thread_stress_legacy.c \
@ -6064,8 +5582,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_WRITES_DONE_HANGS_WITH_PENDING_READ_SRC = \
test/core/end2end/tests/writes_done_hangs_with_pending_read.c \
@ -6089,8 +5605,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_TEST_WRITES_DONE_HANGS_WITH_PENDING_READ_LEGACY_SRC = \
test/core/end2end/tests/writes_done_hangs_with_pending_read_legacy.c \
@ -6114,8 +5628,6 @@ ifneq ($(NO_DEPS),true)
endif
LIBEND2END_CERTS_SRC = \
test/core/end2end/data/test_root_cert.c \
test/core/end2end/data/server1_cert.c \
@ -6156,10 +5668,6 @@ endif
# All of the test targets, and protoc plugins

@ -1208,7 +1208,6 @@ endif
% if lib.get('secure', 'check') == 'yes' or lib.get('secure', 'check') == 'check':
endif
% endif
% for src in lib.src:
% if not proto_re.match(src) and any(proto_re.match(src2) for src2 in lib.src):
$(OBJDIR)/$(CONFIG)/${os.path.splitext(src)[0]}.o: \
@ -1218,7 +1217,6 @@ $(OBJDIR)/$(CONFIG)/${os.path.splitext(src)[0]}.o: \
% endif
% endfor
% endif
% endfor
</%def>

Loading…
Cancel
Save