diff options
author | heretic <heretic@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
commit | 397cbe258b9e064f49c4ca575279f02f39fef76e (patch) | |
tree | a0b0eb3cca6a14e4e8ea715393637672fa651284 /contrib/restricted/aws/aws-c-common/ya.make | |
parent | 43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff) | |
download | ydb-397cbe258b9e064f49c4ca575279f02f39fef76e.tar.gz |
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/restricted/aws/aws-c-common/ya.make')
-rw-r--r-- | contrib/restricted/aws/aws-c-common/ya.make | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/contrib/restricted/aws/aws-c-common/ya.make b/contrib/restricted/aws/aws-c-common/ya.make index e2f9e4113b..f4347a2d84 100644 --- a/contrib/restricted/aws/aws-c-common/ya.make +++ b/contrib/restricted/aws/aws-c-common/ya.make @@ -1,4 +1,4 @@ -# Generated by devtools/yamaker from nixpkgs 980c4c3c2f664ccc5002f7fd6e08059cf1f00e75. +# Generated by devtools/yamaker from nixpkgs 980c4c3c2f664ccc5002f7fd6e08059cf1f00e75. LIBRARY() @@ -6,16 +6,16 @@ OWNER(g:cpp-contrib) VERSION(0.4.63) -ORIGINAL_SOURCE(https://github.com/awslabs/aws-c-common/archive/v0.4.63.tar.gz) +ORIGINAL_SOURCE(https://github.com/awslabs/aws-c-common/archive/v0.4.63.tar.gz) -LICENSE( +LICENSE( Apache-2.0 AND BSD-3-Clause AND - Public-Domain -) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - + Public-Domain +) + +LICENSE_TEXTS(.yandex_meta/licenses.list.txt) + ADDINCL( GLOBAL contrib/restricted/aws/aws-c-common/generated/include GLOBAL contrib/restricted/aws/aws-c-common/include @@ -27,8 +27,8 @@ NO_RUNTIME() IF (OS_DARWIN) LDFLAGS( - -framework - CoreFoundation + -framework + CoreFoundation ) ENDIF() @@ -80,15 +80,15 @@ SRCS( source/xml_parser.c ) -IF (ARCH_ARM) - SRCS( - source/arch/arm/asm/cpuid.c - ) -ELSEIF (ARCH_X86_64) - SRCS( - source/arch/intel/asm/cpuid.c - source/arch/intel/cpuid.c - ) -ENDIF() - +IF (ARCH_ARM) + SRCS( + source/arch/arm/asm/cpuid.c + ) +ELSEIF (ARCH_X86_64) + SRCS( + source/arch/intel/asm/cpuid.c + source/arch/intel/cpuid.c + ) +ENDIF() + END() |