[project @ 2002-02-12 15:17:13 by simonmar]
[ghc-hetmet.git] / ghc / driver / Makefile
1 # -----------------------------------------------------------------------------=
2 # $Id: Makefile,v 1.73 2002/02/12 15:17:17 simonmar Exp $
3 #
4 # (c) The University of Glasgow 2002
5 #
6
7 TOP=..
8 include $(TOP)/mk/boilerplate.mk
9
10 SUBDIRS = mangler split ghc ghci
11
12 boot all :: package.conf.inplace package.conf
13
14 package.conf.inplace :
15         echo "[]" > $@
16
17 package.conf :
18         echo "[]" > $@
19
20 override datadir = $(libdir)
21 INSTALL_DATAS += package.conf ghc-usage.txt
22
23 CLEAN_FILES += package.conf.inplace package.conf
24
25 include $(TOP)/mk/target.mk