Skip to content
Snippets Groups Projects
Commit 4df9d4a4 authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 2000-02-14 11:15:09 by sewardj]

wibble
parent a3858cfc
No related merge requests found
# --------------------------------------------------------------------------- #
# $Id: Makefile,v 1.24 1999/12/20 16:55:26 sewardj Exp $ #
# $Id: Makefile,v 1.25 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment