[project @ 2000-06-13 16:07:20 by simonmar]
[ghc-hetmet.git] / ghc / driver / mangler / Makefile
1 #-----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.1 2000/06/13 16:07:20 simonmar Exp $
3
4 TOP=../..
5 include $(TOP)/mk/boilerplate.mk
6
7 SCRIPT_PROG     = ghc-asm
8 SCRIPT_OBJS     = ghc-asm.prl
9
10 INTERP=perl
11
12 SCRIPT_SUBST_VARS := TARGETPLATFORM
13
14 INSTALL_LIBEXEC_SCRIPTS += $(SCRIPT_PROG)
15
16 include $(TOP)/mk/target.mk