From 2a18afab77ae666329c186c3160e0bde1a16d19b Mon Sep 17 00:00:00 2001 From: sewardj <unknown> Date: Thu, 14 Jan 1999 18:08:26 +0000 Subject: [PATCH] [project @ 1999-01-14 18:08:26 by sewardj] Minor Makefile mods. --- ghc/interpreter/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ghc/interpreter/Makefile b/ghc/interpreter/Makefile index 1c3d16e9bf04..07af3abdd091 100644 --- a/ghc/interpreter/Makefile +++ b/ghc/interpreter/Makefile @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------------- # -# $Id: Makefile,v 1.2 1999/01/12 14:13:51 sewardj Exp $ # +# $Id: Makefile,v 1.3 1999/01/14 18:08:26 sewardj Exp $ # # ----------------------------------------------------------------------------- # TOP = ../.. @@ -21,13 +21,13 @@ C_SRCS = \ machdep.c modules.c optimise.c output.c pat.c pmc.c pp.c static.c \ stg.c stgSubst.c storage.c subst.c translate.c type.c -SRC_CC_OPTS = -g -I$(GHC_DIR)/includes -D__HUGS__ +SRC_CC_OPTS = -g -I$(GHC_DIR)/includes -D__HUGS__ -Wall -Wno-unused GHC_LIBS_NEEDED = $(TOP)/ghc/rts/libHSrts.a $(TOP)/ghc/rts/gmp/libgmp.a GHC_DYN_CBITS_DIR = $(TOP)/ghc/lib/std/cbits GHC_DYN_CBITS = $(GHC_DYN_CBITS_DIR)/libHS_cbits.so -all :: $(GHC_LIBS_NEEDED) $(GHC_DYN_CBITS) hugs +all :: $(GHC_LIBS_NEEDED) $(GHC_DYN_CBITS) hugs Prelude.hs hugs: $(C_OBJS) $(CC) -rdynamic -o $@ $(CC_OPTS) $^ $(GHC_LIBS_NEEDED) -lbfd -liberty -ldl -lm @@ -141,6 +141,10 @@ check :: all ./test/runtests test/std/*.hs ./test/runtests test/exts/*.hs +checkrun: all + ./test/runtests test/runtime/*.hs + ./test/runtests test/std/*.hs + ./test/runtests test/exts/*.hs # --------------------------------------------------------------------- # # Cleanery & misc # -- GitLab