rm Makefiles
This commit is contained in:
parent
6d19118a1c
commit
51a750535c
6 changed files with 0 additions and 90 deletions
17
cmd/Makefile
17
cmd/Makefile
|
@ -1,17 +0,0 @@
|
|||
|
||||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=gettingStarted testdraw2d testX11draw testandroid testgopher testimage testpostscript #draw2dgl
|
||||
|
||||
OFILES=$(TARG:%=%.$O)
|
||||
|
||||
all: $(TARG)
|
||||
|
||||
$(TARG): %: %.$O
|
||||
$(LD) -o $@ $<
|
||||
|
||||
$(OFILES): %.$O: %.go Makefile
|
||||
$(GC) -o $@ $<
|
||||
|
||||
clean:
|
||||
rm -f *.[$(OS)] $(TARG) $(CLEANFILES)
|
|
@ -1,26 +0,0 @@
|
|||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=code.google.com/p/draw2d/draw2d
|
||||
GOFILES=\
|
||||
draw2d.go\
|
||||
arc.go\
|
||||
curves.go\
|
||||
image.go\
|
||||
math.go\
|
||||
path.go\
|
||||
transform.go\
|
||||
dasher.go\
|
||||
demux_converter.go\
|
||||
font.go\
|
||||
path_adder.go\
|
||||
path_converter.go\
|
||||
path_storage.go\
|
||||
stroker.go\
|
||||
advanced_path.go\
|
||||
vertex2d.go\
|
||||
gc.go\
|
||||
paint.go\
|
||||
stack_gc.go\
|
||||
rgba_interpolation.go\
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
|
@ -1,12 +0,0 @@
|
|||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=draw2d.googlecode.com/hg/draw2d/raster
|
||||
GOFILES=\
|
||||
line.go\
|
||||
polygon.go\
|
||||
coverage_table.go\
|
||||
fillerAA.go\
|
||||
fixed_point.go
|
||||
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
|
@ -1,7 +0,0 @@
|
|||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=draw2d.googlecode.com/hg/draw2dgl
|
||||
GOFILES=\
|
||||
gc.go\
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
|
@ -1,18 +0,0 @@
|
|||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=code.google.com/p/draw2d/postscript
|
||||
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
|
|
@ -1,10 +0,0 @@
|
|||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=draw2d.googlecode.com/hg/wingui
|
||||
GOFILES=\
|
||||
winapi.go\
|
||||
wingdi.go\
|
||||
zwinapi.go\
|
||||
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
Loading…
Reference in a new issue