Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alexbiehl-gc
GHC
Commits
19aeaaf9
Commit
19aeaaf9
authored
26 years ago
by
sof
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1998-08-14 13:19:04 by sof]
Remove project specific version settings out of here (and into project .mk files)
parent
f2b73283
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mk/config.mk.in
+6
-46
6 additions, 46 deletions
mk/config.mk.in
with
6 additions
and
46 deletions
mk/config.mk.in
+
6
−
46
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment