summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
diff options
context:
space:
mode:
authorDr. ERDI Gergo <gergo@erdi.hu>2013-11-21 13:20:53 +0800
committerAustin Seipp <austin@well-typed.com>2013-11-26 19:29:57 -0600
commit6279a01173152753e792674bfb30ef2f7474ef09 (patch)
tree08b31704fd3ae4bbd98f1a830ee69fe8305ba00f /compiler/ghc.mk
parentdf37261ee3f52180e21998eca1f88bbc0f2d2bd8 (diff)
downloadhaskell-6279a01173152753e792674bfb30ef2f7474ef09.tar.gz
ghc.mk: one module name per line
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r--compiler/ghc.mk165
1 files changed, 164 insertions, 1 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index f1eb5358e0..3d0a981d17 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -451,7 +451,170 @@ compiler_stage3_SplitObjs = NO
# We therefore need to split some of the modules off into a separate
# DLL. This clump are the modules reachable from DynFlags:
compiler_stage2_dll0_START_MODULE = DynFlags
-compiler_stage2_dll0_MODULES = Annotations Avail Bag BasicTypes BinIface Binary Bitmap BlockId BooleanFormula BreakArray BufWrite BuildTyCl ByteCodeAsm ByteCodeInstr ByteCodeItbls CLabel Class CmdLineParser Cmm CmmCallConv CmmExpr CmmInfo CmmMachOp CmmNode CmmType CmmUtils CoAxiom CodeGen.Platform CodeGen.Platform.ARM CodeGen.Platform.NoRegs CodeGen.Platform.PPC CodeGen.Platform.PPC_Darwin CodeGen.Platform.SPARC CodeGen.Platform.X86 CodeGen.Platform.X86_64 Coercion Config Constants CoreArity CoreFVs CoreLint CoreSubst CoreSyn CoreTidy CoreUnfold CoreUtils CostCentre DataCon Demand Digraph DriverPhases DsMonad DynFlags Encoding ErrUtils Exception ExtsCompat46 FamInstEnv FastBool FastFunctions FastMutInt FastString FastTypes Finder Fingerprint FiniteMap ForeignCall Hooks Hoopl Hoopl.Dataflow HsBinds HsDecls HsDoc HsExpr HsImpExp HsLit HsPat HsSyn HsTypes HsUtils HscTypes IOEnv Id IdInfo IfaceEnv IfaceSyn IfaceType InstEnv InteractiveEvalTypes Kind ListSetOps Literal LoadIface Maybes MkCore MkGraph MkId Module MonadUtils Name NameEnv NameSet OccName OccurAnal OptCoercion OrdList Outputable PackageConfig Packages Pair Panic PipelineMonad Platform PlatformConstants PprCmm PprCmmDecl PprCmmExpr PprCore PrelInfo PrelNames PrelRules Pretty PrimOp RdrName Reg RegClass Rules SMRep Serialized SrcLoc StaticFlags StgCmmArgRep StgCmmClosure StgCmmEnv StgCmmLayout StgCmmMonad StgCmmProf StgCmmTicky StgCmmUtils StgSyn Stream StringBuffer TcEvidence TcIface TcRnMonad TcRnTypes TcType TcTypeNats TrieMap TyCon Type TypeRep TysPrim TysWiredIn Unify UniqFM UniqSet UniqSupply Unique Util Var VarEnv VarSet
+compiler_stage2_dll0_MODULES = \
+ Annotations \
+ Avail \
+ Bag \
+ BasicTypes \
+ BinIface \
+ Binary \
+ Bitmap \
+ BlockId \
+ BooleanFormula \
+ BreakArray \
+ BufWrite \
+ BuildTyCl \
+ ByteCodeAsm \
+ ByteCodeInstr \
+ ByteCodeItbls \
+ CLabel \
+ Class \
+ CmdLineParser \
+ Cmm \
+ CmmCallConv \
+ CmmExpr \
+ CmmInfo \
+ CmmMachOp \
+ CmmNode \
+ CmmType \
+ CmmUtils \
+ CoAxiom \
+ CodeGen.Platform \
+ CodeGen.Platform.ARM \
+ CodeGen.Platform.NoRegs \
+ CodeGen.Platform.PPC \
+ CodeGen.Platform.PPC_Darwin \
+ CodeGen.Platform.SPARC \
+ CodeGen.Platform.X86 \
+ CodeGen.Platform.X86_64 \
+ Coercion \
+ Config \
+ Constants \
+ CoreArity \
+ CoreFVs \
+ CoreLint \
+ CoreSubst \
+ CoreSyn \
+ CoreTidy \
+ CoreUnfold \
+ CoreUtils \
+ CostCentre \
+ DataCon \
+ Demand \
+ Digraph \
+ DriverPhases \
+ DsMonad \
+ DynFlags \
+ Encoding \
+ ErrUtils \
+ Exception \
+ ExtsCompat46 \
+ FamInstEnv \
+ FastBool \
+ FastFunctions \
+ FastMutInt \
+ FastString \
+ FastTypes \
+ Finder \
+ Fingerprint \
+ FiniteMap \
+ ForeignCall \
+ Hooks \
+ Hoopl \
+ Hoopl.Dataflow \
+ HsBinds \
+ HsDecls \
+ HsDoc \
+ HsExpr \
+ HsImpExp \
+ HsLit \
+ HsPat \
+ HsSyn \
+ HsTypes \
+ HsUtils \
+ HscTypes \
+ IOEnv \
+ Id \
+ IdInfo \
+ IfaceEnv \
+ IfaceSyn \
+ IfaceType \
+ InstEnv \
+ InteractiveEvalTypes \
+ Kind \
+ ListSetOps \
+ Literal \
+ LoadIface \
+ Maybes \
+ MkCore \
+ MkGraph \
+ MkId \
+ Module \
+ MonadUtils \
+ Name \
+ NameEnv \
+ NameSet \
+ OccName \
+ OccurAnal \
+ OptCoercion \
+ OrdList \
+ Outputable \
+ PackageConfig \
+ Packages \
+ Pair \
+ Panic \
+ PipelineMonad \
+ Platform \
+ PlatformConstants \
+ PprCmm \
+ PprCmmDecl \
+ PprCmmExpr \
+ PprCore \
+ PrelInfo \
+ PrelNames \
+ PrelRules \
+ Pretty \
+ PrimOp \
+ RdrName \
+ Reg \
+ RegClass \
+ Rules \
+ SMRep \
+ Serialized \
+ SrcLoc \
+ StaticFlags \
+ StgCmmArgRep \
+ StgCmmClosure \
+ StgCmmEnv \
+ StgCmmLayout \
+ StgCmmMonad \
+ StgCmmProf \
+ StgCmmTicky \
+ StgCmmUtils \
+ StgSyn \
+ Stream \
+ StringBuffer \
+ TcEvidence \
+ TcIface \
+ TcRnMonad \
+ TcRnTypes \
+ TcType \
+ TcTypeNats \
+ TrieMap \
+ TyCon \
+ Type \
+ TypeRep \
+ TysPrim \
+ TysWiredIn \
+ Unify \
+ UniqFM \
+ UniqSet \
+ UniqSupply \
+ Unique \
+ Util \
+ Var \
+ VarEnv \
+ VarSet
compiler_stage2_dll0_HS_OBJS = \
$(patsubst %,compiler/stage2/build/%.$(dyn_osuf),$(subst .,/,$(compiler_stage2_dll0_MODULES)))