Skip to content
Snippets Groups Projects
Commit 54dd8d98 authored by Simon Marlow's avatar Simon Marlow
Browse files

[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
#
# @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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment