Skip to content
GitLab
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
4df9d4a4
Commit
4df9d4a4
authored
Feb 14, 2000
by
sewardj
Browse files
[project @ 2000-02-14 11:15:09 by sewardj]
wibble
parent
a3858cfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/interpreter/Makefile
View file @
4df9d4a4
# --------------------------------------------------------------------------- #
# $Id: Makefile,v 1.2
4 1999/12/20 16:55:26
sewardj Exp $ #
# $Id: Makefile,v 1.2
5 2000/02/14 11:15:09
sewardj Exp $ #
# --------------------------------------------------------------------------- #
TOP
=
..
...
...
@@ -47,10 +47,15 @@ all :: parser.c $(GHC_LIBS_NEEDED) nHandle$(DYN_EXT) hugs
### EXTREMELY hacky
hugs
:
$(C_OBJS) ../rts/Sanity.o ../rts/Assembler.o ../rts/Disassembler.o
\
../rts/Evaluator.o ../rts/ForeignCall.o ../rts/GC.o ../rts/Printer.o
\
../rts/StgCRun.o
../rts/StgCRun.o
../rts/PrimOps.o
$(CC)
-o
$@
$(CC_OPTS)
$^
$(GHC_LIBS_NEEDED)
\
-lbfd
-liberty
$(LIB_READLINE)
$(LIB_DL)
-lgmp
-lm
foobar
:
rm
-f
../rts/libHSrts.a ../rts/libHSrts_u.a
rm
-f
../rts/StgCRun.o ../rts/StgCRun.u_o
make all
nHandle$(DYN_EXT)
:
nHandle.c
ifeq
"$(TARGETPLATFORM)" "i386-unknown-cygwin32"
gcc
-mno-cygwin
-O
-Wall
-o
nHandle.o
-c
nHandle.c
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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