[Assorted-commits] SF.net SVN: assorted: [465] numa-bench/trunk/tools
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-16 21:46:18
|
Revision: 465 http://assorted.svn.sourceforge.net/assorted/?rev=465&view=rev Author: yangzhang Date: 2008-02-16 13:46:24 -0800 (Sat, 16 Feb 2008) Log Message: ----------- moved to simple-build Added Paths: ----------- numa-bench/trunk/tools/build Removed Paths: ------------- numa-bench/trunk/tools/Makefile Deleted: numa-bench/trunk/tools/Makefile =================================================================== --- numa-bench/trunk/tools/Makefile 2008-02-16 21:44:10 UTC (rev 464) +++ numa-bench/trunk/tools/Makefile 2008-02-16 21:46:24 UTC (rev 465) @@ -1,12 +0,0 @@ -COMMONS := $(wildcard commons/*.scala) - -all: out/PlotHist.class - -out/PlotHist.class: PlotHist.scala $(COMMONS) - mkdir -p out - fsc -d out $^ - -clean: - rm -rf out - -.PHONY: clean Added: numa-bench/trunk/tools/build =================================================================== --- numa-bench/trunk/tools/build (rev 0) +++ numa-bench/trunk/tools/build 2008-02-16 21:46:24 UTC (rev 465) @@ -0,0 +1,3 @@ +plot-hist: + srcs: [PlotHist.scala] + mainclass: PlotHist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |