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

Delta Between Two Patch Sets: src/pkg/exp/eval/Makefile

Issue 901042: code review 901042: exp/eval: Fix example and add target to Makefile (Closed)
Left Patch Set: code review 901042: exp/eval: Fix example and add target to Makefile Created 14 years, 11 months ago
Right Patch Set: code review 901042: exp/eval: Fix example and add target to Makefile Created 14 years, 11 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | src/pkg/exp/eval/main.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 # Copyright 2009 The Go Authors. All rights reserved. 1 # Copyright 2009 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.$(GOARCH) 5 include ../../../Make.$(GOARCH)
6 6
7 TARG=exp/eval 7 TARG=exp/eval
8 GOFILES=\ 8 GOFILES=\
9 abort.go\ 9 abort.go\
10 bridge.go\ 10 bridge.go\
11 compiler.go\ 11 compiler.go\
12 expr.go\ 12 expr.go\
13 expr1.go\ 13 expr1.go\
14 func.go\ 14 func.go\
15 scope.go\ 15 scope.go\
16 stmt.go\ 16 stmt.go\
17 type.go\ 17 type.go\
18 typec.go\ 18 typec.go\
19 util.go\ 19 util.go\
20 value.go\ 20 value.go\
21 world.go\ 21 world.go\
22 22
23 include ../../../Make.pkg 23 include ../../../Make.pkg
24 24
25 main.$O: main.go package 25 main.$O: main.go $(pkgdir)/$(TARG).a
26 $(QUOTED_GOBIN)/$(GC) $< 26 $(QUOTED_GOBIN)/$(GC) $<
27 27
28 eval: main.$O 28 eval: main.$O
29 $(QUOTED_GOBIN)/$(LD) -o $@ $< 29 $(QUOTED_GOBIN)/$(LD) -o $@ $<
LEFTRIGHT

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