From 51a750535c4bbf02d15e91e841de25e69888992a Mon Sep 17 00:00:00 2001 From: Laurent Le Goff Date: Tue, 17 Apr 2012 10:10:44 +0200 Subject: [PATCH] rm Makefiles --- cmd/Makefile | 17 ----------------- draw2d/Makefile | 26 -------------------------- draw2d/raster/Makefile | 12 ------------ draw2dgl/Makefile | 7 ------- postscript/Makefile | 18 ------------------ wingui/Makefile | 10 ---------- 6 files changed, 90 deletions(-) delete mode 100644 cmd/Makefile delete mode 100644 draw2d/Makefile delete mode 100644 draw2d/raster/Makefile delete mode 100644 draw2dgl/Makefile delete mode 100644 postscript/Makefile delete mode 100644 wingui/Makefile diff --git a/cmd/Makefile b/cmd/Makefile deleted file mode 100644 index 88b2f44..0000000 --- a/cmd/Makefile +++ /dev/null @@ -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) diff --git a/draw2d/Makefile b/draw2d/Makefile deleted file mode 100644 index a68287c..0000000 --- a/draw2d/Makefile +++ /dev/null @@ -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 diff --git a/draw2d/raster/Makefile b/draw2d/raster/Makefile deleted file mode 100644 index f5c93b2..0000000 --- a/draw2d/raster/Makefile +++ /dev/null @@ -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 diff --git a/draw2dgl/Makefile b/draw2dgl/Makefile deleted file mode 100644 index 6a13eb4..0000000 --- a/draw2dgl/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -include $(GOROOT)/src/Make.inc - -TARG=draw2d.googlecode.com/hg/draw2dgl -GOFILES=\ - gc.go\ - -include $(GOROOT)/src/Make.pkg diff --git a/postscript/Makefile b/postscript/Makefile deleted file mode 100644 index a037095..0000000 --- a/postscript/Makefile +++ /dev/null @@ -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 diff --git a/wingui/Makefile b/wingui/Makefile deleted file mode 100644 index 9f58925..0000000 --- a/wingui/Makefile +++ /dev/null @@ -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