Repository : ssh://darcs.haskell.org//srv/darcs/nofib On branch : master
http://hackage.haskell.org/trac/ghc/changeset/76705629ccb30dedc2d9d8acdbe45f9dfd8f3758 >--------------------------------------------------------------- commit 76705629ccb30dedc2d9d8acdbe45f9dfd8f3758 Author: David Terei <[email protected]> Date: Thu Mar 29 01:47:35 2012 -0700 Add fibon makefile >--------------------------------------------------------------- fibon/{Repa => }/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fibon/Repa/Makefile b/fibon/Makefile similarity index 58% copy from fibon/Repa/Makefile copy to fibon/Makefile index 31de060..bf70202 100644 --- a/fibon/Repa/Makefile +++ b/fibon/Makefile @@ -1,7 +1,7 @@ -TOP = ../.. +TOP = ../ include $(TOP)/mk/boilerplate.mk -SSUBDIRS = Blur Canny FFTHighPass2d FFT3d Laplace MMult Sobel Volume +SSUBDIRS = Hackage Repa Shootout SUBDIRS = $(filter-out $(NOT_THESE), $(SSUBDIRS)) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
