e9453b47525dda3e777c13b34139f96bcb9903d8
[ghc-hetmet.git] / ghc / mk / config.mk
1 # -----------------------------------------------------------------------------
2 # $Id: config.mk,v 1.5 1999/12/13 17:34:54 simonmar Exp $
3 #
4 # GHC project configuration
5 #
6 # This file can only be included from the top of
7 # an fptools/ build tree, since the version.mk 'include'
8 # reaches in and grabs the project-specific settings.
9
10 # what to include in a binary distribution
11 GhcMainDir = ghc
12 GhcBinDistDirs = ghc hslibs
13 GhcBinDistDocs = docs ghc/docs/users_guide ghc/docs/libraries
14 GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid
15 GhcBinDistLibPrlScripts = hscpp mkdependHS
16 GhcBinDistBins = hp2ps
17
18 include $(GhcMainDir)/mk/version.mk