Forked from
Glasgow Haskell Compiler / GHC
67722 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile 444 B
#
# Boilerplate Makefile for building perl script that
# needs some configured constants prepended to it.
#
TOP=..
include $(TOP)/mk/boilerplate.mk
boot :: all
SCRIPT_PROG=mkdependC
SCRIPT_OBJS=mkdependC.prl
#
# Prepend (perl) bindings for these Makefile variables
# when creating `mkdependC' (a more flexible way of doing msub).
#
SCRIPT_SUBST_VARS=RAWCPP HOSTPLATFORM
CLEAN_FILES += $(SCRIPT_PROG)
INTERP=perl
include $(TOP)/mk/target.mk