X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2FmkdependC%2FMakefile;h=91a213c022a69d9694f349dbd62bd3a768aa186f;hb=4a343629ebe5be2c5b27e84c031e38abd81122fa;hp=9b07685bb3e34beae318c792f7b590c37463c344;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/utils/mkdependC/Makefile b/utils/mkdependC/Makefile index 9b07685..91a213c 100644 --- a/utils/mkdependC/Makefile +++ b/utils/mkdependC/Makefile @@ -1,21 +1,15 @@ +# ----------------------------------------------------------------------------- # -# Boilerplate Makefile for building perl script that -# needs some configured constants prepended to it. +# (c) 2009 The University of Glasgow # -TOP=../.. -include $(TOP)/mk/boilerplate.mk - -boot :: all - -SCRIPT_PROG=mkdependC -SCRIPT_OBJS=mkdependC.prl +# This file is part of the GHC build system. # -# Prepend (perl) bindings for these Makefile variables -# when creating `mkdependC' (a more flexible way of doing msub). +# To understand how the build system works and how to modify it, see +# http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture +# http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying # -SCRIPT_SUBST_VARS=DEFAULT_TMPDIR CPP BUILDPLATFORM - -CLEAN_FILES += $(SCRIPT_PROG) -INTERP=perl +# ----------------------------------------------------------------------------- -include $(TOP)/mk/target.mk +dir = utils/mkdependC +TOP = ../.. +include $(TOP)/mk/sub-makefile.mk