2009-08-12 18:24:05 -06:00
|
|
|
# Copyright 2009 The Go Authors. All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style
|
|
|
|
# license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
include $(GOROOT)/src/Make.$(GOARCH)
|
|
|
|
|
|
|
|
TARG=eval
|
|
|
|
GOFILES=\
|
2009-08-28 11:39:57 -06:00
|
|
|
abort.go\
|
|
|
|
bridge.go\
|
2009-08-12 18:24:05 -06:00
|
|
|
compiler.go\
|
|
|
|
expr.go\
|
2009-09-01 12:51:33 -06:00
|
|
|
expr1.go\
|
2009-08-12 18:24:05 -06:00
|
|
|
func.go\
|
|
|
|
scope.go\
|
|
|
|
stmt.go\
|
|
|
|
type.go\
|
|
|
|
typec.go\
|
|
|
|
util.go\
|
|
|
|
value.go\
|
2009-09-02 18:15:43 -06:00
|
|
|
world.go\
|
2009-08-12 18:24:05 -06:00
|
|
|
|
|
|
|
include $(GOROOT)/src/Make.pkg
|