Skip to content
Snippets Groups Projects
Commit f580c156 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

GHC new build system megapatch

parent 1b11c4fb
No related branches found
No related tags found
No related merge requests found
File moved
dir = utils/hpc
TOP=../.. TOP = ../..
include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/sub-makefile.mk
include $(TOP)/mk/cabal.mk
ghc.mk 0 → 100644
utils/hpc_dist_MODULES = Main HpcCombine HpcDraft HpcFlags HpcLexer HpcMap \
HpcMarkup HpcOverlay HpcParser HpcReport HpcSet \
HpcShowTix HpcUtils
utils/hpc_dist_HC_OPTS = -cpp -package hpc
utils/hpc_dist_INSTALL = YES
utils/hpc_dist_PROG = hpc$(exeext)
$(eval $(call build-prog,utils/hpc,dist,1))
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