New build system for objects. Support profiling and -jN.
This commit is contained in:
@ -4,9 +4,13 @@ UPKG = Hi
|
||||
CSRC = $(UPKG)/hschooks.c
|
||||
COBJ = $(UPKG)/hschooks.o
|
||||
|
||||
ALL_SRCS=$(wildcard $(patsubst ./%, %, $(patsubst %, %/*.hs, . $(UPKG))))
|
||||
|
||||
TOP=../..
|
||||
include ../build.mk
|
||||
|
||||
HC_OPTS += -I$(UPKG)
|
||||
|
||||
install: install-me
|
||||
|
||||
-include depend
|
||||
|
Reference in New Issue
Block a user