2019-09-30 10:51:59 -04:00
|
|
|
diff --git a/Makefile b/Makefile
|
2019-12-25 18:06:46 +08:00
|
|
|
index e8635eda2d..6ede6e34d2 100644
|
2019-09-30 10:51:59 -04:00
|
|
|
--- a/Makefile
|
|
|
|
|
+++ b/Makefile
|
2019-12-25 18:06:46 +08:00
|
|
|
@@ -3009,6 +3009,14 @@ install-headers_cxx:
|
2019-09-30 10:51:59 -04:00
|
|
|
$(E) "[INSTALL] Installing public C++ headers"
|
|
|
|
|
$(Q) $(foreach h, $(PUBLIC_HEADERS_CXX), $(INSTALL) -d $(prefix)/$(dir $(h)) && ) exit 0 || exit 1
|
|
|
|
|
$(Q) $(foreach h, $(PUBLIC_HEADERS_CXX), $(INSTALL) $(h) $(prefix)/$(h) && ) exit 0 || exit 1
|
|
|
|
|
+ $(Q) $(foreach h, $(PUBLIC_HEADERS_CXX1), $(INSTALL) -d $(prefix)/$(dir $(h)) && ) exit 0 || exit 1
|
|
|
|
|
+ $(Q) $(foreach h, $(PUBLIC_HEADERS_CXX1), $(INSTALL) $(h) $(prefix)/$(h) && ) exit 0 || exit 1
|
|
|
|
|
+ $(Q) $(foreach h, $(PUBLIC_HEADERS_CXX2), $(INSTALL) -d $(prefix)/$(dir $(h)) && ) exit 0 || exit 1
|
|
|
|
|
+ $(Q) $(foreach h, $(PUBLIC_HEADERS_CXX2), $(INSTALL) $(h) $(prefix)/$(h) && ) exit 0 || exit 1
|
|
|
|
|
+ $(Q) $(foreach h, $(PUBLIC_HEADERS_CXX3), $(INSTALL) -d $(prefix)/$(dir $(h)) && ) exit 0 || exit 1
|
|
|
|
|
+ $(Q) $(foreach h, $(PUBLIC_HEADERS_CXX3), $(INSTALL) $(h) $(prefix)/$(h) && ) exit 0 || exit 1
|
|
|
|
|
+ $(Q) $(foreach h, $(PUBLIC_HEADERS_CXX4), $(INSTALL) -d $(prefix)/$(dir $(h)) && ) exit 0 || exit 1
|
|
|
|
|
+ $(Q) $(foreach h, $(PUBLIC_HEADERS_CXX4), $(INSTALL) $(h) $(prefix)/$(h) && ) exit 0 || exit 1
|
|
|
|
|
|
|
|
|
|
install-static: install-static_c install-static_cxx
|
|
|
|
|
|
2019-12-25 18:06:46 +08:00
|
|
|
@@ -5518,6 +5526,8 @@ PUBLIC_HEADERS_CXX += \
|
|
|
|
|
include/grpc++/support/stub_options.h \
|
|
|
|
|
include/grpc++/support/sync_stream.h \
|
|
|
|
|
include/grpc++/support/time.h \
|
2019-09-30 10:51:59 -04:00
|
|
|
+
|
2019-12-25 18:06:46 +08:00
|
|
|
+PUBLIC_HEADERS_CXX1 += \
|
|
|
|
|
include/grpcpp/alarm.h \
|
|
|
|
|
include/grpcpp/alarm_impl.h \
|
|
|
|
|
include/grpcpp/channel.h \
|
|
|
|
|
@@ -5588,6 +5598,8 @@ PUBLIC_HEADERS_CXX += \
|
2019-09-30 10:51:59 -04:00
|
|
|
include/grpcpp/support/sync_stream.h \
|
|
|
|
|
include/grpcpp/support/time.h \
|
2019-12-25 18:06:46 +08:00
|
|
|
include/grpcpp/support/validate_service_config.h \
|
2019-09-30 10:51:59 -04:00
|
|
|
+
|
|
|
|
|
+PUBLIC_HEADERS_CXX2 += \
|
|
|
|
|
include/grpc/support/alloc.h \
|
|
|
|
|
include/grpc/support/atm.h \
|
|
|
|
|
include/grpc/support/atm_gcc_atomic.h \
|
2019-12-25 18:06:46 +08:00
|
|
|
@@ -5639,6 +5651,8 @@ PUBLIC_HEADERS_CXX += \
|
|
|
|
|
include/grpc/impl/codegen/propagation_bits.h \
|
|
|
|
|
include/grpc/impl/codegen/slice.h \
|
|
|
|
|
include/grpc/impl/codegen/status.h \
|
2019-09-30 10:51:59 -04:00
|
|
|
+
|
2019-12-25 18:06:46 +08:00
|
|
|
+PUBLIC_HEADERS_CXX3 += \
|
|
|
|
|
include/grpc++/impl/codegen/async_stream.h \
|
|
|
|
|
include/grpc++/impl/codegen/async_unary_call.h \
|
|
|
|
|
include/grpc++/impl/codegen/byte_buffer.h \
|
|
|
|
|
@@ -5669,6 +5683,8 @@ PUBLIC_HEADERS_CXX += \
|
2019-09-30 10:51:59 -04:00
|
|
|
include/grpc++/impl/codegen/stub_options.h \
|
|
|
|
|
include/grpc++/impl/codegen/sync_stream.h \
|
|
|
|
|
include/grpc++/impl/codegen/time.h \
|
|
|
|
|
+
|
|
|
|
|
+PUBLIC_HEADERS_CXX4 += \
|
|
|
|
|
include/grpcpp/impl/codegen/async_generic_service.h \
|
|
|
|
|
include/grpcpp/impl/codegen/async_stream.h \
|
|
|
|
|
include/grpcpp/impl/codegen/async_unary_call.h \
|