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