GHC new build system megapatch
[ghc-hetmet.git] / utils / hpc / Makefile
index 17065fa..a8458d2 100644 (file)
@@ -1,20 +1,3 @@
-TOP=../..
-include $(TOP)/mk/boilerplate.mk
-
-HS_PROG                = hpc$(exeext)
-INSTALL_PROGS  += $(HS_PROG)
-HPC_LIB         = $(TOP)/libraries/hpc
-
-include $(GHC_COMPAT_DIR)/compat.mk
-SRC_HC_OPTS += $(PACKAGE_HPC) -cpp 
-
-ifeq "$(ghc_ge_607)" "YES"
-SRC_HC_OPTS += -package containers
-endif
-
-binary-dist:
-       $(INSTALL_DIR)                $(BIN_DIST_DIR)/utils/hpc
-       $(INSTALL_DATA)    Makefile   $(BIN_DIST_DIR)/utils/hpc/
-       $(INSTALL_PROGRAM) $(HS_PROG) $(BIN_DIST_DIR)/utils/hpc/
-
-include $(TOP)/mk/target.mk
+dir = utils/hpc
+TOP = ../..
+include $(TOP)/mk/sub-makefile.mk