062213f1971815f7f662565f130f1f03f2773b4d
[ghc-hetmet.git] / ghc / driver / mangler / Makefile
1 #-----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.2 2000/11/03 16:54:52 simonmar Exp $
3
4 TOP=../..
5 include $(TOP)/mk/boilerplate.mk
6
7 SCRIPT_PROG     = ghc-asm
8
9 INTERP=perl
10
11 SCRIPT_SUBST_VARS := TARGETPLATFORM
12
13 INSTALL_LIBEXEC_SCRIPTS += $(SCRIPT_PROG)
14
15 CLEAN_FILES += $(SCRIPT_OBJS)
16
17 include $(TOP)/mk/target.mk