[project @ 1999-10-05 10:30:26 by simonmar]
[ghc-hetmet.git] / ghc / utils / hscpp / Makefile
1 #-----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.11 1999/10/05 10:30:33 simonmar Exp $
3 #
4 # hscpp doesn't depend on any of the install paths, so we don't need to
5 # play the same tricks we play with mkdependHS and the GHC driver script.
6
7 TOP=../..
8 include $(TOP)/mk/boilerplate.mk
9
10 SCRIPT_PROG=hscpp
11 SCRIPT_OBJS=hscpp.prl
12 SCRIPT_SUBST_VARS= RAWCPP
13
14 INTERP=perl
15
16 #
17 # install setup
18 #
19 INSTALL_LIB_SCRIPTS+=$(SCRIPT_PROG)
20 INSTALL_LIBEXECS=$(C_PROG)
21
22 include $(TOP)/mk/target.mk