[project @ 1997-03-24 04:34:27 by sof]
[ghc-hetmet.git] / ghc / mk / paths.mk
index d7b30e7..0b73d49 100644 (file)
@@ -3,6 +3,12 @@
 # ghc project specific make variables
 #
 
+#
+PROJECTVERSION=$(GhcProjectVersion)
+PROJECTNAME=$(GhcProjectName)
+PROJECTPATCHLEVEL=$(GhcProjectPatchLevel)
+
+
 # Override default haskell compiler if required
 #HC                    = $(WithGhcHc)
 HaskellCompilerType    = $(WithGhcHcType)
@@ -10,9 +16,13 @@ HaskellCompilerType  = $(WithGhcHcType)
 # What ways to build the RTS+libs
 WAYS=$(GhcLibWays)
 
+GCap=-optc-DGCap
+#GC2s=-optc-DGC2s
+#GC1s=-optc-DGC1s
 
 MKDEPENDHSSRC          = $(GHC_UTILS_DIR)/mkdependHS
 UNLIT                  = $(GHC_UNLIT_DIR)/unlit
+GHC_UNLIT              = $(GHC_UNLIT_DIR)/unlit
 GHC_UNLIT_DIR          = $(GHC_UTILS_DIR)/unlit
 
 #-----------------------------------------------------------------------------
@@ -29,10 +39,10 @@ endif
 # Ugen
 
 ifdef UseInstalledUtils
-UGEN           =  ugen
+UGEN           = ugen
 else
 UGEN           = $(UGEN_DIR)/ugen
-UGENSRC        = $(GHC_UTILS_DIR)/ugen
+UGEN_DIR       = $(GHC_UTILS_DIR)/ugen
 endif
 
 #-----------------------------------------------------------------------------