2011-04-27 08:06:14 +00:00
|
|
|
include $(GOROOT)/src/Make.inc
|
|
|
|
|
2012-01-13 09:14:12 +00:00
|
|
|
TARG=code.google.com/p/draw2d/postscript
|
2011-04-27 08:06:14 +00:00
|
|
|
GOFILES=operators_array.go\
|
|
|
|
operators_dictionary.go\
|
|
|
|
operators_misc.go\
|
|
|
|
procedure.go\
|
|
|
|
interpreter.go\
|
|
|
|
operators_conflict.go\
|
|
|
|
operators_graphics.go\
|
|
|
|
operators_relational.go\
|
|
|
|
scanner.go\
|
|
|
|
operators.go\
|
|
|
|
operators_control.go\
|
|
|
|
operators_math.go\
|
|
|
|
operators_stack.go\
|
|
|
|
|
|
|
|
include $(GOROOT)/src/Make.pkg
|