aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/reflect
diff options
context:
space:
mode:
authorvyacheslavek <vyacheslavek@yandex-team.com>2024-01-19 18:02:30 +0300
committerAlexander Smirnov <alex@ydb.tech>2024-01-24 15:01:43 +0300
commitf68ad6dd4da8302506ea3b833d48409b7d3da460 (patch)
tree344b00acbfde47771d89c16915023e12e2a62925 /contrib/go/_std_1.21/src/reflect
parent4c7fae39703d4abd345a501f40486697ade6f2cc (diff)
downloadydb-f68ad6dd4da8302506ea3b833d48409b7d3da460.tar.gz
automation of go yamake update
ISSUE: update gen.py and generated yamake
Diffstat (limited to 'contrib/go/_std_1.21/src/reflect')
-rw-r--r--contrib/go/_std_1.21/src/reflect/internal/example1/ya.make43
-rw-r--r--contrib/go/_std_1.21/src/reflect/internal/example2/ya.make43
-rw-r--r--contrib/go/_std_1.21/src/reflect/internal/ya.make5
-rw-r--r--contrib/go/_std_1.21/src/reflect/ya.make140
4 files changed, 189 insertions, 42 deletions
diff --git a/contrib/go/_std_1.21/src/reflect/internal/example1/ya.make b/contrib/go/_std_1.21/src/reflect/internal/example1/ya.make
index f4f9cc54f2..57009b8b3d 100644
--- a/contrib/go/_std_1.21/src/reflect/internal/example1/ya.make
+++ b/contrib/go/_std_1.21/src/reflect/internal/example1/ya.make
@@ -1,7 +1,42 @@
GO_LIBRARY()
+IF (FALSE)
+ MESSAGE(FATAL this shall never happen)
-SRCS(
- example.go
-)
-
+ELSEIF (OS_LINUX AND ARCH_X86_64)
+ SRCS(
+ example.go
+ )
+ELSEIF (OS_LINUX AND ARCH_ARM64)
+ SRCS(
+ example.go
+ )
+ELSEIF (OS_LINUX AND ARCH_AARCH64)
+ SRCS(
+ example.go
+ )
+ELSEIF (OS_DARWIN AND ARCH_X86_64)
+ SRCS(
+ example.go
+ )
+ELSEIF (OS_DARWIN AND ARCH_ARM64)
+ SRCS(
+ example.go
+ )
+ELSEIF (OS_DARWIN AND ARCH_AARCH64)
+ SRCS(
+ example.go
+ )
+ELSEIF (OS_WINDOWS AND ARCH_X86_64)
+ SRCS(
+ example.go
+ )
+ELSEIF (OS_WINDOWS AND ARCH_ARM64)
+ SRCS(
+ example.go
+ )
+ELSEIF (OS_WINDOWS AND ARCH_AARCH64)
+ SRCS(
+ example.go
+ )
+ENDIF()
END()
diff --git a/contrib/go/_std_1.21/src/reflect/internal/example2/ya.make b/contrib/go/_std_1.21/src/reflect/internal/example2/ya.make
index f4f9cc54f2..57009b8b3d 100644
--- a/contrib/go/_std_1.21/src/reflect/internal/example2/ya.make
+++ b/contrib/go/_std_1.21/src/reflect/internal/example2/ya.make
@@ -1,7 +1,42 @@
GO_LIBRARY()
+IF (FALSE)
+ MESSAGE(FATAL this shall never happen)
-SRCS(
- example.go
-)
-
+ELSEIF (OS_LINUX AND ARCH_X86_64)
+ SRCS(
+ example.go
+ )
+ELSEIF (OS_LINUX AND ARCH_ARM64)
+ SRCS(
+ example.go
+ )
+ELSEIF (OS_LINUX AND ARCH_AARCH64)
+ SRCS(
+ example.go
+ )
+ELSEIF (OS_DARWIN AND ARCH_X86_64)
+ SRCS(
+ example.go
+ )
+ELSEIF (OS_DARWIN AND ARCH_ARM64)
+ SRCS(
+ example.go
+ )
+ELSEIF (OS_DARWIN AND ARCH_AARCH64)
+ SRCS(
+ example.go
+ )
+ELSEIF (OS_WINDOWS AND ARCH_X86_64)
+ SRCS(
+ example.go
+ )
+ELSEIF (OS_WINDOWS AND ARCH_ARM64)
+ SRCS(
+ example.go
+ )
+ELSEIF (OS_WINDOWS AND ARCH_AARCH64)
+ SRCS(
+ example.go
+ )
+ENDIF()
END()
diff --git a/contrib/go/_std_1.21/src/reflect/internal/ya.make b/contrib/go/_std_1.21/src/reflect/internal/ya.make
index 988b105424..6d915b0462 100644
--- a/contrib/go/_std_1.21/src/reflect/internal/ya.make
+++ b/contrib/go/_std_1.21/src/reflect/internal/ya.make
@@ -1,4 +1,5 @@
+
RECURSE(
- example1
- example2
+ example1
+ example2
)
diff --git a/contrib/go/_std_1.21/src/reflect/ya.make b/contrib/go/_std_1.21/src/reflect/ya.make
index e513e677d0..95c49253fa 100644
--- a/contrib/go/_std_1.21/src/reflect/ya.make
+++ b/contrib/go/_std_1.21/src/reflect/ya.make
@@ -1,43 +1,119 @@
GO_LIBRARY()
+IF (FALSE)
+ MESSAGE(FATAL this shall never happen)
-SRCS(
- abi.go
- deepequal.go
- float32reg_generic.go
- makefunc.go
- swapper.go
- type.go
- value.go
- visiblefields.go
-)
-
-GO_TEST_SRCS(export_test.go)
-
-GO_XTEST_SRCS(
- abi_test.go
- all_test.go
- benchmark_test.go
- example_test.go
- nih_test.go
- set_test.go
- tostring_test.go
- visiblefields_test.go
-)
-
-IF (ARCH_X86_64)
+ELSEIF (OS_LINUX AND ARCH_X86_64)
SRCS(
- asm_amd64.s
+ abi.go
+ asm_amd64.s
+ deepequal.go
+ float32reg_generic.go
+ makefunc.go
+ swapper.go
+ type.go
+ value.go
+ visiblefields.go
)
-ENDIF()
-
-IF (ARCH_ARM64)
+ELSEIF (OS_LINUX AND ARCH_ARM64)
+ SRCS(
+ abi.go
+ asm_arm64.s
+ deepequal.go
+ float32reg_generic.go
+ makefunc.go
+ swapper.go
+ type.go
+ value.go
+ visiblefields.go
+ )
+ELSEIF (OS_LINUX AND ARCH_AARCH64)
SRCS(
- asm_arm64.s
+ abi.go
+ asm_arm64.s
+ deepequal.go
+ float32reg_generic.go
+ makefunc.go
+ swapper.go
+ type.go
+ value.go
+ visiblefields.go
+ )
+ELSEIF (OS_DARWIN AND ARCH_X86_64)
+ SRCS(
+ abi.go
+ asm_amd64.s
+ deepequal.go
+ float32reg_generic.go
+ makefunc.go
+ swapper.go
+ type.go
+ value.go
+ visiblefields.go
+ )
+ELSEIF (OS_DARWIN AND ARCH_ARM64)
+ SRCS(
+ abi.go
+ asm_arm64.s
+ deepequal.go
+ float32reg_generic.go
+ makefunc.go
+ swapper.go
+ type.go
+ value.go
+ visiblefields.go
+ )
+ELSEIF (OS_DARWIN AND ARCH_AARCH64)
+ SRCS(
+ abi.go
+ asm_arm64.s
+ deepequal.go
+ float32reg_generic.go
+ makefunc.go
+ swapper.go
+ type.go
+ value.go
+ visiblefields.go
+ )
+ELSEIF (OS_WINDOWS AND ARCH_X86_64)
+ SRCS(
+ abi.go
+ asm_amd64.s
+ deepequal.go
+ float32reg_generic.go
+ makefunc.go
+ swapper.go
+ type.go
+ value.go
+ visiblefields.go
+ )
+ELSEIF (OS_WINDOWS AND ARCH_ARM64)
+ SRCS(
+ abi.go
+ asm_arm64.s
+ deepequal.go
+ float32reg_generic.go
+ makefunc.go
+ swapper.go
+ type.go
+ value.go
+ visiblefields.go
+ )
+ELSEIF (OS_WINDOWS AND ARCH_AARCH64)
+ SRCS(
+ abi.go
+ asm_arm64.s
+ deepequal.go
+ float32reg_generic.go
+ makefunc.go
+ swapper.go
+ type.go
+ value.go
+ visiblefields.go
)
ENDIF()
-
END()
+
RECURSE(
- internal
+ internal
)