[project @ 1999-12-07 11:16:53 by simonmar]
authorsimonmar <unknown>
Tue, 7 Dec 1999 11:16:53 +0000 (11:16 +0000)
committersimonmar <unknown>
Tue, 7 Dec 1999 11:16:53 +0000 (11:16 +0000)
80-columnify

mk/config.mk.in

index a2f6a65..8f00761 100644 (file)
@@ -1,7 +1,7 @@
 #
 # @configure_input@
 #
-#################################################################################
+################################################################################
 #
 #                      config.mk.in-template
 #
@@ -9,7 +9,7 @@
 #      a particular build.
 #
 #
-#################################################################################
+################################################################################
 
 # The configuration is defined in two steps:
 #
 # 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