X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2FMakefile;h=b7e87f17404137fdbe1f380ca77e36e0f6f826cc;hb=d11e681f219f6e38c2e5bc87adfb66f82de5ea65;hp=1e256cd6830c7469142d5ce58164653879f5ff9f;hpb=828e71e561966187381c6822a76cfa83f9c7109c;p=ghc-hetmet.git diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index 1e256cd..b7e87f1 100644 --- a/ghc/lib/Makefile +++ b/ghc/lib/Makefile @@ -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