X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fext-core%2FMakefile;h=99bd6d29c78275132c6ae297172bbcbbcae6a904;hb=d7d755865a3849be26a468a3fa430ff96c8e9e0c;hp=ec228e734dc058da70066d539077c3a5ef35e4d0;hpb=8bfeb25ae78e99c7014113468b0057342db4208f;p=ghc-hetmet.git diff --git a/utils/ext-core/Makefile b/utils/ext-core/Makefile index ec228e7..99bd6d2 100644 --- a/utils/ext-core/Makefile +++ b/utils/ext-core/Makefile @@ -1,26 +1,11 @@ -all: extcorelibs Check.hs Core.hs Driver.hs Env.hs Interp.hs ParsecParser.hs ParseGlue.hs Prep.hs PrimCoercions.hs Prims.hs Printer.hs - ghc -O2 --make -fglasgow-exts -o Driver Driver.hs - -extcorelibs: - $(MAKE) -C lib/GHC_ExtCore - -# Run this when the primops.txt file changes -prims: ../../compiler/prelude/primops.txt - ../genprimopcode/genprimopcode --make-ext-core-source < ../../compiler/prelude/primops.txt > PrimEnv.hs - -#Parser.hs: Parser.y -# happy -ad -ihappy.debug -o Parser.hs Parser.y +# This makefile is just for running the tests. For everything else, +# use Cabal! (The tests could be run with Cabal too, I'm just too lazy +# to figure out how.) # The following assumes that you've built all the GHC libs with -fext-core... -libtest: all +libtest: ./Driver -n `find ../../libraries -print | grep .hcr$$ | grep -v bootstrapping` # ...or built all the nofib programs with -fext-core. -nofibtest: all +nofibtest: ./Driver `find ../../nofib -print | grep .hcr$$` - -clean: - rm -f Driver *.hi *.o - -reallyclean: clean - rm PrimEnv.hs \ No newline at end of file