2 include $(TOP
)/mk
/boilerplate.mk
5 INSTALL_PROGS
+= $(HS_PROG
)
6 HPC_LIB
= $(TOP
)/libraries
/hpc
8 # This causes libghccompat.a to be used:
9 include $(GHC_COMPAT_DIR
)/compat.mk
11 # This is required because libghccompat.a must be built with
12 # $(GhcHcOpts) because it is linked to the compiler, and hence
13 # we must also build with $(GhcHcOpts) here:
14 SRC_HC_OPTS
+= $(GhcHcOpts
) $(GhcStage1HcOpts
)
17 $(INSTALL_DIR
) $(BIN_DIST_DIR
)/utils
/hpc
18 $(INSTALL_DATA
) Makefile
$(BIN_DIST_DIR
)/utils
/hpc
/
19 $(INSTALL_PROGRAM
) $(HS_PROG
) $(BIN_DIST_DIR
)/utils
/hpc
/
21 include $(TOP
)/mk
/target.mk