diff options
Diffstat (limited to 'utils/hpc/ghc.mk')
-rw-r--r-- | utils/hpc/ghc.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/hpc/ghc.mk b/utils/hpc/ghc.mk new file mode 100644 index 0000000000..0e0f91cd94 --- /dev/null +++ b/utils/hpc/ghc.mk @@ -0,0 +1,7 @@ +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)) |