diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-01-27 11:11:20 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-01-27 11:23:48 +0300 |
commit | 42c4368cc1450acc6d7ddcca56d5a54e211d060a (patch) | |
tree | bbf8c59db5eeaa458abc54b74e41e38da6c0cb86 /contrib/go/_std_1.21/src/html/template/ya.make | |
parent | f6d7ec162ce757a854f4a619d6b0c7084ad48f3e (diff) | |
download | ydb-42c4368cc1450acc6d7ddcca56d5a54e211d060a.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/go/_std_1.21/src/html/template/ya.make')
-rw-r--r-- | contrib/go/_std_1.21/src/html/template/ya.make | 93 |
1 files changed, 3 insertions, 90 deletions
diff --git a/contrib/go/_std_1.21/src/html/template/ya.make b/contrib/go/_std_1.21/src/html/template/ya.make index 1a9190a0b5..fcb64adde5 100644 --- a/contrib/go/_std_1.21/src/html/template/ya.make +++ b/contrib/go/_std_1.21/src/html/template/ya.make @@ -1,50 +1,5 @@ GO_LIBRARY() -IF (FALSE) - MESSAGE(FATAL this shall never happen) - -ELSEIF (OS_LINUX AND ARCH_X86_64) - SRCS( - attr.go - attr_string.go - content.go - context.go - css.go - delim_string.go - doc.go - element_string.go - error.go - escape.go - html.go - js.go - jsctx_string.go - state_string.go - template.go - transition.go - url.go - urlpart_string.go - ) -ELSEIF (OS_LINUX AND ARCH_ARM64) - SRCS( - attr.go - attr_string.go - content.go - context.go - css.go - delim_string.go - doc.go - element_string.go - error.go - escape.go - html.go - js.go - jsctx_string.go - state_string.go - template.go - transition.go - url.go - urlpart_string.go - ) -ELSEIF (OS_LINUX AND ARCH_AARCH64) +IF (OS_DARWIN AND ARCH_ARM64) SRCS( attr.go attr_string.go @@ -86,7 +41,7 @@ ELSEIF (OS_DARWIN AND ARCH_X86_64) url.go urlpart_string.go ) -ELSEIF (OS_DARWIN AND ARCH_ARM64) +ELSEIF (OS_LINUX AND ARCH_AARCH64) SRCS( attr.go attr_string.go @@ -107,7 +62,7 @@ ELSEIF (OS_DARWIN AND ARCH_ARM64) url.go urlpart_string.go ) -ELSEIF (OS_DARWIN AND ARCH_AARCH64) +ELSEIF (OS_LINUX AND ARCH_X86_64) SRCS( attr.go attr_string.go @@ -149,47 +104,5 @@ ELSEIF (OS_WINDOWS AND ARCH_X86_64) url.go urlpart_string.go ) -ELSEIF (OS_WINDOWS AND ARCH_ARM64) - SRCS( - attr.go - attr_string.go - content.go - context.go - css.go - delim_string.go - doc.go - element_string.go - error.go - escape.go - html.go - js.go - jsctx_string.go - state_string.go - template.go - transition.go - url.go - urlpart_string.go - ) -ELSEIF (OS_WINDOWS AND ARCH_AARCH64) - SRCS( - attr.go - attr_string.go - content.go - context.go - css.go - delim_string.go - doc.go - element_string.go - error.go - escape.go - html.go - js.go - jsctx_string.go - state_string.go - template.go - transition.go - url.go - urlpart_string.go - ) ENDIF() END() |