|
|
@ -2440,9 +2440,6 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
install-plugins: $(PROTOC_PLUGINS) |
|
|
|
install-plugins: $(PROTOC_PLUGINS) |
|
|
|
ifeq ($(SYSTEM),MINGW32) |
|
|
|
|
|
|
|
$(Q) false
|
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
$(E) "[INSTALL] Installing grpc protoc plugins"
|
|
|
|
$(E) "[INSTALL] Installing grpc protoc plugins"
|
|
|
|
$(Q) $(INSTALL) -d $(prefix)/bin
|
|
|
|
$(Q) $(INSTALL) -d $(prefix)/bin
|
|
|
|
$(Q) $(INSTALL) $(BINDIR)/$(CONFIG)/grpc_cpp_plugin $(prefix)/bin/grpc_cpp_plugin
|
|
|
|
$(Q) $(INSTALL) $(BINDIR)/$(CONFIG)/grpc_cpp_plugin $(prefix)/bin/grpc_cpp_plugin
|
|
|
@ -2458,7 +2455,6 @@ else |
|
|
|
$(Q) $(INSTALL) $(BINDIR)/$(CONFIG)/grpc_python_plugin $(prefix)/bin/grpc_python_plugin
|
|
|
|
$(Q) $(INSTALL) $(BINDIR)/$(CONFIG)/grpc_python_plugin $(prefix)/bin/grpc_python_plugin
|
|
|
|
$(Q) $(INSTALL) -d $(prefix)/bin
|
|
|
|
$(Q) $(INSTALL) -d $(prefix)/bin
|
|
|
|
$(Q) $(INSTALL) $(BINDIR)/$(CONFIG)/grpc_ruby_plugin $(prefix)/bin/grpc_ruby_plugin
|
|
|
|
$(Q) $(INSTALL) $(BINDIR)/$(CONFIG)/grpc_ruby_plugin $(prefix)/bin/grpc_ruby_plugin
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
install-pkg-config_c: pc_c pc_c_unsecure |
|
|
|
install-pkg-config_c: pc_c pc_c_unsecure |
|
|
|
$(E) "[INSTALL] Installing C pkg-config files"
|
|
|
|
$(E) "[INSTALL] Installing C pkg-config files"
|
|
|
|