X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fruntime%2FMakefile;h=ff994b34177bf847efc2d090e98fa46fb138345a;hb=ef49002dbccb12ead0398658798067c94488f172;hp=3399ebc0da9a3d7a408101ea0c184da58338f614;hpb=01be90dc5bef26aab7047c0513ae9b2cc9dad1a5;p=ghc-hetmet.git diff --git a/ghc/runtime/Makefile b/ghc/runtime/Makefile index 3399ebc..ff994b3 100644 --- a/ghc/runtime/Makefile +++ b/ghc/runtime/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.2 1996/11/21 16:48:17 simonm Exp $ +# $Id: Makefile,v 1.3 1997/01/07 13:17:25 simonm Exp $ # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -89,26 +89,6 @@ install :: main/TopClosure.o #----------------------------------------------------------------------------- # libHSrts.a, in several different 'ways' -all :: - @for i in $(WAY_SUFFIXES); do \ - echo; \ - echo =========== Making runtime system for way $$i; \ - echo; \ - $(MAKE) -f Makefile.libHSrts suffix=$$i; \ - done - -install :: - @for i in $(WAY_SUFFIXES); do \ - $(MAKE) -f Makefile.libHSrts suffix=$$i install; \ - done - -clean :: - @$(MAKE) -f Makefile.libHSrts clean - @for i in $(WAY_SUFFIXES); do \ - $(MAKE) -f Makefile.libHSrts suffix=$$i cleanobj; \ - done - -# Dependencies are done by Makefile.libHSrts - -depend :: - @$(MAKE) -f Makefile.libHSrts depend +MAKEFILE = Makefile.libHSrts +DESCR = runtime system +include $(TOP)/ghc/mk/ways.mk