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
54dd8d98
Commit
54dd8d98
authored
25 years ago
by
Simon Marlow
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1999-12-07 11:16:53 by simonmar]
80-columnify
parent
6478af6d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mk/config.mk.in
+22
-22
22 additions, 22 deletions
mk/config.mk.in
with
22 additions
and
22 deletions
mk/config.mk.in
+
22
−
22
View file @
54dd8d98
#
# @configure_input@
#
################################################################################
#
################################################################################
#
# config.mk.in-template
#
...
...
@@ -9,7 +9,7 @@
# a particular build.
#
#
################################################################################
#
################################################################################
# The configuration is defined in two steps:
#
...
...
@@ -38,11 +38,11 @@
# included by boilerplate.mk (see boilerplate.mk for a list).
################################################################################
#
################################################################################
#
# Project-wide platform variables
#
################################################################################
#
################################################################################
# A "platform" is the GNU cpu-type/manufacturer/operating-system target machine
# specifier. E.g. sparc-sun-solaris2
...
...
@@ -89,13 +89,13 @@ LeadingUnderscore=@LeadingUnderscore@
# Pin a suffix on executables? If so, what. (cygwin32 only).
exeext=@exeext@
################################################################################
#
################################################################################
#
# project-wide flags
#
# Set of options applicable to all fptools projects
#
################################################################################
#
################################################################################
#
# What parts to build: An fptools build tree does not have to be built
...
...
@@ -121,14 +121,14 @@ ProjectsToInstall = glafp-utils ghc hslibs
#
IncludeTestDirsInBuild=NO
################################################################################
#
################################################################################
#
# GHC project
#
# Set of (configurable) options needed by the ghc tree
# plus their default options (if any).
#
################################################################################
#
################################################################################
#---------------------------------------------------------------
#
...
...
@@ -249,13 +249,13 @@ GhcReportCompiles=NO
#
EnableWin32DLLs=@EnableWin32DLLs@
################################################################################
#
################################################################################
#
# happy project
#
# Happy specific options
#
################################################################################
#
################################################################################
# The compiler you'd like to use to compile Happy
WithHappyHc = @WithHc@
...
...
@@ -265,29 +265,29 @@ WithHappyHc = @WithHc@
#
HappyHcOpts = -O
################################################################################
#
################################################################################
#
# haggis project
#
# Haggis specific options
#
################################################################################
#
################################################################################
################################################################################
#
################################################################################
#
# green-card project
#
# Green-card specific options
#
################################################################################
#
################################################################################
################################################################################
#
################################################################################
#
# nofib project
#
# nofib specific options
#
################################################################################
#
################################################################################
# NoFibSubDirs controls which set of tests should be run
...
...
@@ -317,11 +317,11 @@ NoFibHcOpts = -O
#
# ==============================================================================
################################################################################
#
################################################################################
#
# Paths (see paths.mk)
#
################################################################################
#
################################################################################
TMPDIR = /tmp
...
...
@@ -390,11 +390,11 @@ mandir = $(prefix)/man
endif
################################################################################
#
################################################################################
#
# Utilities programs: flags
#
################################################################################
#
################################################################################
# If you want to give any standard flags to pretty much any utility
# (see utils.mk for a complete list), by adding a line here
...
...
@@ -407,11 +407,11 @@ endif
# SRC_HC_OPTS += -O
################################################################################
#
################################################################################
#
# Utilities programs: where to find them
#
################################################################################
#
################################################################################
#-----------------------------------------------------------------------------
# FPtools Utility locations
...
...
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