[project @ 2001-11-26 20:04:00 by sof]
[ghc-hetmet.git] / ghc / lib / Makefile
index 1e256cd..b7e87f1 100644 (file)
@@ -1,28 +1,9 @@
-#-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.4 1997/01/07 13:19:38 simonm Exp $
+# -----------------------------------------------------------------------------
+# $Id: Makefile,v 1.33 1999/11/26 16:29:12 simonmar Exp $
 
-TOP = ../..
-include $(TOP)/ghc/mk/ghc.mk
+TOP = ..
+include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = cbits
-ifeq ($(IncludeTestDirsInBuild),YES)
-  SUBDIRS += tests
-endif
-include $(TOP)/mk/subdir.mk
+SUBDIRS = std
 
-# per-build options: shared with runtime system
-include ../mk/buildflags.mk
-
-MAKEFILE=Makefile.libHS
-DESCR=libraries
-include $(TOP)/ghc/mk/ways.mk
-
-# Shortcut for typical case when testing: just make the "normal" version
-# (simonm Todo: better way to do this?)
-libHS.a ::
-       $(MAKE)  -f Makefile.libHS suffix=norm
-
-# install MODULES file
-
-install ::
-       $(INSTALL) $(INSTDATAFLAGS) MODULES $(INSTDATADIR_GHC)/imports
+include $(TOP)/mk/target.mk