Reorganisation of the source tree
[ghc-hetmet.git] / driver / split / 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-split
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