1 # Copyright 2011 The Go Authors. All rights reserved.
1 # Copyright 2011 The Go Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style
2 # Use of this source code is governed by a BSD-style
3 # license that can be found in the LICENSE file.
3 # license that can be found in the LICENSE file.
4
4
5 include ../../Make.inc
5 include ../../Make.inc
6
6
7 TARG=gofix
7 TARG=gofix
8 GOFILES=\
8 GOFILES=\
9 filepath.go\
9 filepath.go\
10 fix.go\
10 fix.go\
11 httpfinalurl.go\
11 httpfinalurl.go\
12 httpfs.go\
12 httpfs.go\
13 httpheaders.go\
13 httpheaders.go\
14 httpserver.go\
14 httpserver.go\
15 imagenew.go\
15 main.go\
16 main.go\
16 netdial.go\
17 netdial.go\
17 netudpgroup.go\
18 netudpgroup.go\
18 oserrorstring.go\
19 oserrorstring.go\
19 osopen.go\
20 osopen.go\
20 procattr.go\
21 procattr.go\
21 reflect.go\
22 reflect.go\
22 signal.go\
23 signal.go\
23 sorthelpers.go\
24 sorthelpers.go\
24 sortslice.go\
25 sortslice.go\
25 stringssplit.go\
26 stringssplit.go\
26 typecheck.go\
27 typecheck.go\
27 url.go\
28 url.go\
28
29
29 include ../../Make.cmd
30 include ../../Make.cmd
30
31
31 test:
32 test:
32 gotest
33 gotest
33
34
34 testshort:
35 testshort:
35 gotest -test.short
36 gotest -test.short
OLD
NEW
« no previous file with comments
|
« no previous file
|
src/cmd/gofix/imagenew.go » ('j')
|
no next file with comments »
Issue 4964073: code review 4964073: image: change the NewXxx functions to take a Rectangle ...
(Closed)
Created 13 years, 6 months ago by nigeltao
Modified 13 years, 6 months ago
Reviewers:
Base URL:
Comments: 0