Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
19aeaaf9
Commit
19aeaaf9
authored
Aug 14, 1998
by
sof
Browse files
[project @ 1998-08-14 13:19:04 by sof]
Remove project specific version settings out of here (and into project .mk files)
parent
f2b73283
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
19aeaaf9
...
...
@@ -121,16 +121,6 @@ ProjectsToInstall = glafp-utils ghc
#
IncludeTestDirsInBuild=NO
#
# Name variables for the main project
#
Project = Ghc
ProjectName = $($(Project)ProjectName)
ProjectNameShort = $($(Project)ProjectNameShort)
ProjectVersion = $($(Project)ProjectVersion)
ProjectVersionInt = $($(Project)ProjectVersionInt)
ProjectPatchLevel = $($(Project)ProjectPatchLevel)
#################################################################################
#
# GHC project
...
...
@@ -140,21 +130,11 @@ ProjectPatchLevel = $($(Project)ProjectPatchLevel)
#
#################################################################################
#
# Name variables for ghc:
#
# *ProjectVersion is treated as a *string*
# *ProjectVersionInt is treated as an *integer* (for cpp defines)
GhcProjectName = The Glorious Glasgow Haskell Compilation System
GhcProjectNameShort = ghc
GhcProjectVersion = proto-3.03-9-Aug
GhcProjectVersionInt = 303
GhcProjectPatchLevel = 0
#---------------------------------------------------------------
#
# Variables that control how the compiler itself is built
#
#---------------------------------------------------------------
# Specify the Haskell compiler to be used to compile the compiler itself
#
...
...
@@ -263,14 +243,10 @@ GhcLibsWithSockets=YES
#
StripLibraries=NO
# what to include in a binary distribution
GhcMainDir = ghc
GhcBinDistDirs = ghc
GhcBinDistDocs = docs ghc/docs/users_guide ghc/docs/libraries
GhcBinDistPrlScripts = ghc-$(GhcProjectVersion) stat2resid hstags mkdependHS
GhcBinDistLibPrlScripts = hscpp
GhcBinDistBins = hp2ps
# Include compiler support for letting the compiler (optionally) report
# your compilation to a central server for generation of fun stats.
#
GhcReportCompiles=YES
#################################################################################
#
...
...
@@ -280,15 +256,6 @@ GhcBinDistBins = hp2ps
#
#################################################################################
#
# Name variables for happy:
#
HappyProjectName = Happy
HappyProjectNameShort = happy
HappyProjectVersion = 1.5
HappyProjectVersionInt = 15
HappyProjectPatchLevel = 0
# The compiler you'd like to use to compile Happy
WithHappyHc = $(WithGhcHc)
...
...
@@ -297,13 +264,6 @@ WithHappyHc = $(WithGhcHc)
#
HappyHcOpts =
# what to include in a binary distribution
HappyMainDir = happy
HappyBinDistDirs = happy
HappyBinDistDocs = happy/doc
HappyBinDistShScripts = happy
#################################################################################
#
# haggis project
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment