X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=utils%2Fhpc%2FMakefile;h=a8458d2ee6c8c74fa28056cb3dfcbe5f7f572778;hb=34cc75e1a62638f2833815746ebce0a9114dc26b;hp=affa2401c86db10169178ded86628c119436a958;hpb=858a055da9f768dd20268cdddb3a3b7c904e83ef;p=ghc-hetmet.git diff --git a/utils/hpc/Makefile b/utils/hpc/Makefile index affa240..a8458d2 100644 --- a/utils/hpc/Makefile +++ b/utils/hpc/Makefile @@ -1,16 +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 - -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