Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Side by Side Diff: src/pkg/syscall/Makefile

Issue 5601057: code review 5601057: build: remove Make.pkg, Make.tool (Closed)
Patch Set: diff -r b479bc080ad9 https://code.google.com/p/go/ Created 13 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/pkg/sync/atomic/Makefile ('k') | src/pkg/testing/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2009 The Go Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style
3 # license that can be found in the LICENSE file.
4
5 include ../../Make.inc
6
7 TARG=syscall
8 GOFILES=\
9 str.go\
10 syscall.go\
11 syscall_$(GOOS).go\
12 syscall_$(GOOS)_$(GOARCH).go\
13 zerrors_$(GOOS)_$(GOARCH).go\
14 zsyscall_$(GOOS)_$(GOARCH).go\
15 zsysnum_$(GOOS)_$(GOARCH).go\
16 ztypes_$(GOOS)_$(GOARCH).go\
17
18 GOFILES_darwin=\
19 bpf_bsd.go\
20 env_unix.go\
21 exec_bsd.go\
22 exec_unix.go\
23 route_bsd.go\
24 route_darwin.go\
25 sockcmsg_unix.go\
26 syscall_bsd.go\
27 syscall_unix.go\
28
29 GOFILES_freebsd=\
30 bpf_bsd.go\
31 env_unix.go\
32 exec_bsd.go\
33 exec_unix.go\
34 route_bsd.go\
35 route_freebsd.go\
36 sockcmsg_unix.go\
37 syscall_bsd.go\
38 syscall_unix.go\
39
40 GOFILES_linux=\
41 env_unix.go\
42 exec_unix.go\
43 exec_linux.go\
44 lsf_linux.go\
45 netlink_linux.go\
46 sockcmsg_linux.go\
47 sockcmsg_unix.go\
48 syscall_unix.go\
49
50 GOFILES_netbsd=\
51 bpf_bsd.go\
52 env_unix.go\
53 exec_bsd.go\
54 exec_unix.go\
55 route_bsd.go\
56 route_netbsd.go\
57 sockcmsg_unix.go\
58 syscall_bsd.go\
59 syscall_unix.go\
60
61 GOFILES_openbsd=\
62 bpf_bsd.go\
63 env_unix.go\
64 exec_bsd.go\
65 exec_unix.go\
66 route_bsd.go\
67 route_openbsd.go\
68 sockcmsg_unix.go\
69 syscall_bsd.go\
70 syscall_unix.go\
71 zsysctl_openbsd.go\
72
73 GOFILES_plan9=\
74 env_plan9.go\
75 exec_plan9.go\
76
77 GOFILES_windows=\
78 dll_windows.go\
79 env_windows.go\
80 exec_windows.go\
81 security_windows.go\
82 zerrors_windows.go\
83 ztypes_windows.go\
84
85 OFILES=\
86 asm_$(GOOS)_$(GOARCH).$O\
87
88 GOFILES+=$(GOFILES_$(GOOS))
89
90 include ../../Make.pkg
OLDNEW
« no previous file with comments | « src/pkg/sync/atomic/Makefile ('k') | src/pkg/testing/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b