X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fghc.cabal.in;h=55f235a298a781c37e9f0e338bf2e59912c369cf;hp=a59649e7f7cfc1edf6e0a84f491452ad8eec4bc3;hb=34cc75e1a62638f2833815746ebce0a9114dc26b;hpb=b5bb34f029d3f68d966c0b9ed79305e3d9aac98c diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index a59649e..55f235a 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -1,3 +1,6 @@ +-- WARNING: ghc.cabal is automatically generated from ghc.cabal.in by +-- ./configure. Make sure you are editing ghc.cabal.in, not ghc.cabal. + Name: ghc Version: @ProjectVersion@ License: BSD3 @@ -45,6 +48,15 @@ Flag ncg Flag stage1 Description: Is this stage 1? + Default: False + +Flag stage2 + Description: Is this stage 2? + Default: False + +Flag stage3 + Description: Is this stage 3? + Default: False Library Exposed: False @@ -103,7 +115,12 @@ Library Build-Depends: extensible-exceptions Extensions: PatternSignatures else - Include-Dirs: stage2plus + if flag(stage2) + Include-Dirs: stage2 + else + if flag(stage3) + Include-Dirs: stage2 + Install-Includes: HsVersions.h, ghc_boot_platform.h c-sources: @@ -454,26 +471,49 @@ Library Exposed-Modules: AsmCodeGen - MachCodeGen - Regs - RegsBase - Instrs - RegAllocInfo + TargetReg + NCGMonad + Instruction + Size + Reg + RegClass + PprBase + PIC + Platform Alpha.Regs Alpha.RegInfo Alpha.Instr + Alpha.CodeGen X86.Regs X86.RegInfo X86.Instr + X86.Cond + X86.Ppr + X86.CodeGen PPC.Regs PPC.RegInfo PPC.Instr + PPC.Cond + PPC.Ppr + PPC.CodeGen + SPARC.Base SPARC.Regs - SPARC.RegInfo + SPARC.RegPlate + SPARC.Imm + SPARC.AddrMode + SPARC.Cond SPARC.Instr - NCGMonad - PositionIndependentCode - PprMach + SPARC.Stack + SPARC.ShortcutJump + SPARC.Ppr + SPARC.CodeGen + SPARC.CodeGen.Amode + SPARC.CodeGen.Base + SPARC.CodeGen.CCall + SPARC.CodeGen.CondCode + SPARC.CodeGen.Gen32 + SPARC.CodeGen.Gen64 + SPARC.CodeGen.Sanity RegAlloc.Liveness RegAlloc.Graph.Main RegAlloc.Graph.Stats @@ -483,6 +523,7 @@ Library RegAlloc.Graph.Spill RegAlloc.Graph.SpillClean RegAlloc.Graph.SpillCost + RegAlloc.Graph.TrivColorable RegAlloc.Linear.Main RegAlloc.Linear.JoinToTargets RegAlloc.Linear.State