123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- # This file was generated by the build system used internally in the Yandex monorepo.
- # Only simple modifications are allowed (adding source-files to targets, adding simple properties
- # like target_include_directories). These modifications will be ported to original
- # ya.make files by maintainers. Any complex modifications which can't be ported back to the
- # original buildsystem will not be accepted.
- add_library(restricted-aws-aws-c-s3)
- target_compile_options(restricted-aws-aws-c-s3 PRIVATE
- -DAWS_AUTH_USE_IMPORT_EXPORT
- -DAWS_CAL_USE_IMPORT_EXPORT
- -DAWS_CHECKSUMS_USE_IMPORT_EXPORT
- -DAWS_COMMON_USE_IMPORT_EXPORT
- -DAWS_COMPRESSION_USE_IMPORT_EXPORT
- -DAWS_HTTP_USE_IMPORT_EXPORT
- -DAWS_IO_USE_IMPORT_EXPORT
- -DAWS_S3_USE_IMPORT_EXPORT
- -DAWS_SDKUTILS_USE_IMPORT_EXPORT
- -DAWS_USE_EPOLL
- -DCJSON_HIDE_SYMBOLS
- -DHAVE_SYSCONF
- -DS2N_CLONE_SUPPORTED
- -DS2N_CPUID_AVAILABLE
- -DS2N_FALL_THROUGH_SUPPORTED
- -DS2N_FEATURES_AVAILABLE
- -DS2N_KYBER512R3_AVX2_BMI2
- -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH
- -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX
- -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4
- -DS2N_MADVISE_SUPPORTED
- -DS2N_PLATFORM_SUPPORTS_KTLS
- -DS2N_STACKTRACE
- -DS2N___RESTRICT__SUPPORTED
- $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
- )
- target_include_directories(restricted-aws-aws-c-s3 PUBLIC
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/include
- )
- target_link_libraries(restricted-aws-aws-c-s3 PUBLIC
- contrib-libs-linux-headers
- restricted-aws-aws-c-auth
- restricted-aws-aws-c-cal
- restricted-aws-aws-c-common
- restricted-aws-aws-c-http
- restricted-aws-aws-c-io
- restricted-aws-aws-c-sdkutils
- restricted-aws-aws-checksums
- )
- target_sources(restricted-aws-aws-c-s3 PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_auto_ranged_get.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_auto_ranged_put.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_checksum_stream.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_checksums.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_chunk_stream.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_client.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_copy_object.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_default_meta_request.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_endpoint.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_list_objects.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_list_parts.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_meta_request.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_paginator.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_request.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_request_messages.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-s3/source/s3_util.c
- )
|