Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 669730
Collapse All | Expand All

(-)a/Makefile (-2 / +16 lines)
Lines 2946-2953 install-headers_c: Link Here
2946
2946
2947
install-headers_cxx:
2947
install-headers_cxx:
2948
	$(E) "[INSTALL] Installing public C++ headers"
2948
	$(E) "[INSTALL] Installing public C++ headers"
2949
	$(Q) $(foreach h, $(PUBLIC_HEADERS_CXX), $(INSTALL) -d $(prefix)/$(dir $(h)) && ) exit 0 || exit 1
2949
	$(Q) $(foreach h, $(PUBLIC_HEADERS_CXX1), $(INSTALL) -d $(prefix)/$(dir $(h)) && ) exit 0 || exit 1
2950
	$(Q) $(foreach h, $(PUBLIC_HEADERS_CXX), $(INSTALL) $(h) $(prefix)/$(h) && ) exit 0 || exit 1
2950
	$(Q) $(foreach h, $(PUBLIC_HEADERS_CXX1), $(INSTALL) $(h) $(prefix)/$(h) && ) exit 0 || exit 1
2951
	$(Q) $(foreach h, $(PUBLIC_HEADERS_CXX2), $(INSTALL) -d $(prefix)/$(dir $(h)) && ) exit 0 || exit 1
2952
	$(Q) $(foreach h, $(PUBLIC_HEADERS_CXX2), $(INSTALL) $(h) $(prefix)/$(h) && ) exit 0 || exit 1
2953
	$(Q) $(foreach h, $(PUBLIC_HEADERS_CXX3), $(INSTALL) -d $(prefix)/$(dir $(h)) && ) exit 0 || exit 1
2954
	$(Q) $(foreach h, $(PUBLIC_HEADERS_CXX3), $(INSTALL) $(h) $(prefix)/$(h) && ) exit 0 || exit 1
2955
	$(Q) $(foreach h, $(PUBLIC_HEADERS_CXX4), $(INSTALL) -d $(prefix)/$(dir $(h)) && ) exit 0 || exit 1
2956
	$(Q) $(foreach h, $(PUBLIC_HEADERS_CXX4), $(INSTALL) $(h) $(prefix)/$(h) && ) exit 0 || exit 1
2951
2957
2952
install-static: install-static_c install-static_cxx
2958
install-static: install-static_c install-static_cxx
2953
2959
Lines 5278-5283 PUBLIC_HEADERS_CXX += \ Link Here
5278
    include/grpc++/support/stub_options.h \
5284
    include/grpc++/support/stub_options.h \
5279
    include/grpc++/support/sync_stream.h \
5285
    include/grpc++/support/sync_stream.h \
5280
    include/grpc++/support/time.h \
5286
    include/grpc++/support/time.h \
5287
5288
PUBLIC_HEADERS_CXX1 += \
5281
    include/grpcpp/alarm.h \
5289
    include/grpcpp/alarm.h \
5282
    include/grpcpp/channel.h \
5290
    include/grpcpp/channel.h \
5283
    include/grpcpp/client_context.h \
5291
    include/grpcpp/client_context.h \
Lines 5325-5330 PUBLIC_HEADERS_CXX += \ Link Here
5325
    include/grpcpp/support/stub_options.h \
5333
    include/grpcpp/support/stub_options.h \
5326
    include/grpcpp/support/sync_stream.h \
5334
    include/grpcpp/support/sync_stream.h \
5327
    include/grpcpp/support/time.h \
5335
    include/grpcpp/support/time.h \
5336
5337
PUBLIC_HEADERS_CXX2 += \
5328
    include/grpc/support/alloc.h \
5338
    include/grpc/support/alloc.h \
5329
    include/grpc/support/atm.h \
5339
    include/grpc/support/atm.h \
5330
    include/grpc/support/atm_gcc_atomic.h \
5340
    include/grpc/support/atm_gcc_atomic.h \
Lines 5376-5381 PUBLIC_HEADERS_CXX += \ Link Here
5376
    include/grpc/impl/codegen/propagation_bits.h \
5386
    include/grpc/impl/codegen/propagation_bits.h \
5377
    include/grpc/impl/codegen/slice.h \
5387
    include/grpc/impl/codegen/slice.h \
5378
    include/grpc/impl/codegen/status.h \
5388
    include/grpc/impl/codegen/status.h \
5389
5390
PUBLIC_HEADERS_CXX3 += \
5379
    include/grpc++/impl/codegen/async_stream.h \
5391
    include/grpc++/impl/codegen/async_stream.h \
5380
    include/grpc++/impl/codegen/async_unary_call.h \
5392
    include/grpc++/impl/codegen/async_unary_call.h \
5381
    include/grpc++/impl/codegen/byte_buffer.h \
5393
    include/grpc++/impl/codegen/byte_buffer.h \
Lines 5406-5411 PUBLIC_HEADERS_CXX += \ Link Here
5406
    include/grpc++/impl/codegen/stub_options.h \
5418
    include/grpc++/impl/codegen/stub_options.h \
5407
    include/grpc++/impl/codegen/sync_stream.h \
5419
    include/grpc++/impl/codegen/sync_stream.h \
5408
    include/grpc++/impl/codegen/time.h \
5420
    include/grpc++/impl/codegen/time.h \
5421
5422
PUBLIC_HEADERS_CXX4 += \
5409
    include/grpcpp/impl/codegen/async_generic_service.h \
5423
    include/grpcpp/impl/codegen/async_generic_service.h \
5410
    include/grpcpp/impl/codegen/async_stream.h \
5424
    include/grpcpp/impl/codegen/async_stream.h \
5411
    include/grpcpp/impl/codegen/async_unary_call.h \
5425
    include/grpcpp/impl/codegen/async_unary_call.h \

Return to bug 669730