a7833213d672da64ac912cd0dca07e62e67a6f76
[ghc-hetmet.git] / ghc / utils / hscpp / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3 override WAYS=
4
5 SCRIPT_PROG=hscpp
6 SCRIPT_OBJS=hscpp.prl
7 SCRIPT_SUBST_VARS=RAWCPP
8
9 # no INTERP: do *not* want #! script stuck on the front
10 # what's the deal? I'll add it for now  -- SOF
11 INTERP=perl
12
13 #
14 # install setup
15 #
16 INSTALL_LIBEXECS += $(SCRIPT_PROG)
17 CLEAN_FILES += $(SCRIPT_PROG)
18
19 include $(TOP)/mk/target.mk
20