Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
ef49002d
Commit
ef49002d
authored
Jan 07, 1997
by
simonm
Browse files
[project @ 1997-01-07 13:17:25 by simonm]
use ghc/mk/ways.mk.
parent
01be90dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/runtime/Makefile
View file @
ef49002d
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.
2
199
6/11/21 16:48:17
simonm Exp $
# $Id: Makefile,v 1.
3
199
7/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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment