New build system for objects. Support profiling and -jN.

This commit is contained in:
Don Stewart
2005-04-28 11:27:38 +00:00
parent e2917a8184
commit f7d579641b
9 changed files with 87 additions and 32 deletions

View File

@ -1,6 +1,10 @@
PKG = eval
UPKG = Eval
ALL_SRCS=$(wildcard $(patsubst ./%, %, $(patsubst %, %/*.hs, . $(UPKG))))
STUBOBJS =Eval/Haskell_stub.o
TOP=../..
include ../build.mk
@ -10,3 +14,5 @@ HC_OPTS += -package plugins
GHC6_3_HC_OPTS += -package template-haskell
install: install-me
-include depend