1 # -----------------------------------------------------------------------------=
2 # $Id: Makefile,v 1.74 2002/09/25 10:32:34 simonmar Exp $
4 # (c) The University of Glasgow 2002
8 include $(TOP)/mk/boilerplate.mk
10 SUBDIRS = mangler split ghc ghci
12 boot all :: package.conf.inplace package.conf
14 package.conf.inplace :
20 override datadir = $(libdir)
21 INSTALL_DATAS += package.conf ghc-usage.txt
23 # Since cleaning effectively uninstalls all the packages, we must
24 # remove the stamp files that the build system uses to avoid unnecessarily
25 # re-installing packages.
26 CLEAN_FILES += package.conf.inplace package.conf stamp-pkg-conf*
28 include $(TOP)/mk/target.mk