aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/syscall/ya.make
blob: d511331f57e7c0c24675d1868de7a21061237df3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
GO_LIBRARY()
IF (OS_DARWIN AND ARCH_ARM64 AND RACE AND CGO_ENABLED OR OS_DARWIN AND ARCH_ARM64 AND RACE AND NOT CGO_ENABLED OR OS_DARWIN AND ARCH_ARM64 AND NOT RACE AND CGO_ENABLED OR OS_DARWIN AND ARCH_ARM64 AND NOT RACE AND NOT CGO_ENABLED)
    SRCS(
        asan0.go
        asm_darwin_arm64.s
        bpf_bsd.go
        dirent.go
        endian_little.go
        env_unix.go
        exec_libc2.go
        exec_unix.go
        flock_bsd.go
        forkpipe.go
        msan0.go
        net.go
        rlimit.go
        rlimit_darwin.go
        route_bsd.go
        route_darwin.go
        sockcmsg_unix.go
        sockcmsg_unix_other.go
        syscall.go
        syscall_bsd.go
        syscall_darwin.go
        syscall_darwin_arm64.go
        syscall_unix.go
        time_nofake.go
        timestruct.go
        zerrors_darwin_arm64.go
        zsyscall_darwin_arm64.go
        zsyscall_darwin_arm64.s
        zsysnum_darwin_arm64.go
        ztypes_darwin_arm64.go
    )
ELSEIF (OS_DARWIN AND ARCH_X86_64 AND RACE AND CGO_ENABLED OR OS_DARWIN AND ARCH_X86_64 AND RACE AND NOT CGO_ENABLED OR OS_DARWIN AND ARCH_X86_64 AND NOT RACE AND CGO_ENABLED OR OS_DARWIN AND ARCH_X86_64 AND NOT RACE AND NOT CGO_ENABLED)
    SRCS(
        asan0.go
        asm_darwin_amd64.s
        bpf_bsd.go
        dirent.go
        endian_little.go
        env_unix.go
        exec_libc2.go
        exec_unix.go
        flock_bsd.go
        forkpipe.go
        msan0.go
        net.go
        rlimit.go
        rlimit_darwin.go
        route_bsd.go
        route_darwin.go
        sockcmsg_unix.go
        sockcmsg_unix_other.go
        syscall.go
        syscall_bsd.go
        syscall_darwin.go
        syscall_darwin_amd64.go
        syscall_unix.go
        time_nofake.go
        timestruct.go
        zerrors_darwin_amd64.go
        zsyscall_darwin_amd64.go
        zsyscall_darwin_amd64.s
        zsysnum_darwin_amd64.go
        ztypes_darwin_amd64.go
    )
ELSEIF (OS_LINUX AND ARCH_AARCH64 AND RACE AND CGO_ENABLED OR OS_LINUX AND ARCH_AARCH64 AND RACE AND NOT CGO_ENABLED OR OS_LINUX AND ARCH_AARCH64 AND NOT RACE AND CGO_ENABLED OR OS_LINUX AND ARCH_AARCH64 AND NOT RACE AND NOT CGO_ENABLED)
    SRCS(
        asan0.go
        asm_linux_arm64.s
        dirent.go
        endian_little.go
        env_unix.go
        exec_linux.go
        exec_unix.go
        flock_linux.go
        forkpipe2.go
        lsf_linux.go
        msan0.go
        net.go
        netlink_linux.go
        rlimit.go
        rlimit_stub.go
        setuidgid_linux.go
        sockcmsg_linux.go
        sockcmsg_unix.go
        sockcmsg_unix_other.go
        syscall.go
        syscall_linux.go
        syscall_linux_accept4.go
        syscall_linux_arm64.go
        syscall_unix.go
        time_nofake.go
        timestruct.go
        zerrors_linux_arm64.go
        zsyscall_linux_arm64.go
        zsysnum_linux_arm64.go
        ztypes_linux_arm64.go
    )
ELSEIF (OS_LINUX AND ARCH_X86_64 AND RACE AND CGO_ENABLED OR OS_LINUX AND ARCH_X86_64 AND RACE AND NOT CGO_ENABLED OR OS_LINUX AND ARCH_X86_64 AND NOT RACE AND CGO_ENABLED OR OS_LINUX AND ARCH_X86_64 AND NOT RACE AND NOT CGO_ENABLED)
    SRCS(
        asan0.go
        asm_linux_amd64.s
        dirent.go
        endian_little.go
        env_unix.go
        exec_linux.go
        exec_unix.go
        flock_linux.go
        forkpipe2.go
        lsf_linux.go
        msan0.go
        net.go
        netlink_linux.go
        rlimit.go
        rlimit_stub.go
        setuidgid_linux.go
        sockcmsg_linux.go
        sockcmsg_unix.go
        sockcmsg_unix_other.go
        syscall.go
        syscall_linux.go
        syscall_linux_accept4.go
        syscall_linux_amd64.go
        syscall_unix.go
        time_nofake.go
        timestruct.go
        zerrors_linux_amd64.go
        zsyscall_linux_amd64.go
        zsysnum_linux_amd64.go
        ztypes_linux_amd64.go
    )
ELSEIF (OS_WINDOWS AND ARCH_X86_64 AND RACE AND CGO_ENABLED OR OS_WINDOWS AND ARCH_X86_64 AND RACE AND NOT CGO_ENABLED OR OS_WINDOWS AND ARCH_X86_64 AND NOT RACE AND CGO_ENABLED OR OS_WINDOWS AND ARCH_X86_64 AND NOT RACE AND NOT CGO_ENABLED)
    SRCS(
        asan0.go
        dll_windows.go
        endian_little.go
        env_windows.go
        exec_windows.go
        msan0.go
        net.go
        security_windows.go
        syscall.go
        syscall_windows.go
        time_nofake.go
        types_windows.go
        types_windows_amd64.go
        wtf8_windows.go
        zerrors_windows.go
        zsyscall_windows.go
    )
ENDIF()
END()