unbreak "recompile utils with stage 1"
[ghc-hetmet.git] / utils / hpc / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3
4 HS_PROG         = hpc$(exeext)
5 INSTALL_PROGS  += $(HS_PROG)
6 HPC_LIB         = $(TOP)/libraries/hpc
7
8 include $(GHC_COMPAT_DIR)/compat.mk
9 SRC_HC_OPTS += $(PACKAGE_HPC)
10
11 binary-dist:
12         $(INSTALL_DIR)                $(BIN_DIST_DIR)/utils/hpc
13         $(INSTALL_DATA)    Makefile   $(BIN_DIST_DIR)/utils/hpc/
14         $(INSTALL_PROGRAM) $(HS_PROG) $(BIN_DIST_DIR)/utils/hpc/
15
16 include $(TOP)/mk/target.mk