Repository : ssh://darcs.haskell.org//srv/darcs/nofib On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c384c4328bc4a46b23c4d5104da68ad7d9995d50 >--------------------------------------------------------------- commit c384c4328bc4a46b23c4d5104da68ad7d9995d50 Author: David Terei <[email protected]> Date: Tue Jan 17 10:13:47 2012 -0800 Update makefile to mention other dirs >--------------------------------------------------------------- Makefile | 4 +--- mk/boilerplate.mk | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index cc9e0e7..cecfba3 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,6 @@ include $(TOP)/mk/boilerplate.mk # you want to use in a build tree. SUBDIRS = runstdtest nofib-analyse $(NoFibSubDirs) - # Include the standard targets, one of which # causes make to descend into the SUBDIRS. @@ -29,8 +28,7 @@ SUBDIRS = runstdtest nofib-analyse $(NoFibSubDirs) # SRC_DIST_DIR=$(shell pwd)/nofib SRC_DIST_NAME=nofib -SRC_DIST_DIRS=docs imaginary spectral real parallel mk - +SRC_DIST_DIRS=docs fibon gc imaginary smp spectral real parallel mk dist :: nofib-dist-pre include $(TOP)/mk/target.mk diff --git a/mk/boilerplate.mk b/mk/boilerplate.mk index 4a01146..7509bf9 100644 --- a/mk/boilerplate.mk +++ b/mk/boilerplate.mk @@ -35,6 +35,9 @@ WERROR= # spectral # real # parallel +# gc +# smp +# fibon NoFibSubDirs = imaginary spectral real # The different ways to build nofib. Default is just to mirror _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
