[project @ 1998-08-20 15:43:39 by sof]
[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 hstags mkdependHS
13 GhcBinDistLibPrlScripts = hscpp
14 GhcBinDistBins = hp2ps
15
16 include $(GhcMainDir)/mk/version.mk