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
2a18afab
Commit
2a18afab
authored
Jan 14, 1999
by
sewardj
Browse files
[project @ 1999-01-14 18:08:26 by sewardj]
Minor Makefile mods.
parent
3160f854
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/interpreter/Makefile
View file @
2a18afab
# ----------------------------------------------------------------------------- #
# $Id: Makefile,v 1.
2
1999/01/1
2
1
4:13:51
sewardj Exp $ #
# $Id: Makefile,v 1.
3
1999/01/1
4
1
8:08:26
sewardj Exp $ #
# ----------------------------------------------------------------------------- #
TOP
=
../..
...
...
@@ -21,13 +21,13 @@ C_SRCS = \
machdep.c modules.c optimise.c output.c pat.c pmc.c pp.c static.c
\
stg.c stgSubst.c storage.c subst.c translate.c type.c
SRC_CC_OPTS
=
-g
-I
$(GHC_DIR)
/includes
-D__HUGS__
SRC_CC_OPTS
=
-g
-I
$(GHC_DIR)
/includes
-D__HUGS__
-Wall
-Wno-unused
GHC_LIBS_NEEDED
=
$(TOP)
/ghc/rts/libHSrts.a
$(TOP)
/ghc/rts/gmp/libgmp.a
GHC_DYN_CBITS_DIR
=
$(TOP)
/ghc/lib/std/cbits
GHC_DYN_CBITS
=
$(GHC_DYN_CBITS_DIR)
/libHS_cbits.so
all
::
$(GHC_LIBS_NEEDED) $(GHC_DYN_CBITS) hugs
all
::
$(GHC_LIBS_NEEDED) $(GHC_DYN_CBITS) hugs
Prelude.hs
hugs
:
$(C_OBJS)
$(CC)
-rdynamic
-o
$@
$(CC_OPTS)
$^
$(GHC_LIBS_NEEDED)
-lbfd
-liberty
-ldl
-lm
...
...
@@ -141,6 +141,10 @@ check :: all
./test/runtests
test
/std/
*
.hs
./test/runtests
test
/exts/
*
.hs
checkrun
:
all
./test/runtests
test
/runtime/
*
.hs
./test/runtests
test
/std/
*
.hs
./test/runtests
test
/exts/
*
.hs
# --------------------------------------------------------------------- #
# Cleanery & misc #
...
...
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