From 45ffcd165661b9504e2cf3af2a3d8c78b5bd4afa Mon Sep 17 00:00:00 2001 From: sewardj Date: Wed, 24 Nov 1999 17:25:14 +0000 Subject: [PATCH] [project @ 1999-11-24 17:25:14 by sewardj] Add clean target, and change hugslib to all. --- ghc/interpreter/lib/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghc/interpreter/lib/Makefile b/ghc/interpreter/lib/Makefile index c50781b..5f274be 100644 --- a/ghc/interpreter/lib/Makefile +++ b/ghc/interpreter/lib/Makefile @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# $Id: Makefile,v 1.2 1999/11/22 16:02:53 sewardj Exp $ +# $Id: Makefile,v 1.3 1999/11/24 17:25:14 sewardj Exp $ # -------------------------------------------------------------------------- # TOP = ../.. @@ -10,7 +10,7 @@ LIBS = List.lhs Ix.lhs Complex.lhs Char.lhs Ratio.lhs Random.lhs \ System.lhs Locale.lhs CPUTime.lhs IO.lhs Pretty.lhs \ GetOpt.lhs Bits.lhs Word.lhs Addr.lhs NumExts.lhs Int.lhs -hugslib :: $(LIBS) +all :: $(LIBS) HUGSCPP = ../../utils/hscpp/hscpp -D__HUGS__ -DUSE_REPORT_PRELUDE @@ -21,4 +21,7 @@ HUGSCPP = ../../utils/hscpp/hscpp -D__HUGS__ -DUSE_REPORT_PRELUDE %.lhs :: $(GHC_LIB_DIR)/exts/%.lhs $(HUGSCPP) -I../../includes $< > $*.lhs +CLEAN_FILES += $(LIBS) + include $(TOP)/mk/target.mk + -- 1.7.10.4