X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FJmakefile;h=c54b9b5108db366c44bd639403cf3f475a331785;hb=f01a8e8c9c53bfb5ab3393ed3457ebf25390efa1;hp=4019707bac8cc4efd80d8b762da87376f7f105c9;hpb=2f51f1402e6869c0f049ffbe7b019bf6ab80558f;p=ghc-hetmet.git diff --git a/ghc/compiler/Jmakefile b/ghc/compiler/Jmakefile index 4019707..c54b9b5 100644 --- a/ghc/compiler/Jmakefile +++ b/ghc/compiler/Jmakefile @@ -154,7 +154,6 @@ typecheck/TcPat.lhs \ typecheck/TcSimplify.lhs \ typecheck/TcTyClsDecls.lhs \ typecheck/TcTyDecls.lhs \ -typecheck/Typecheck.lhs \ typecheck/Unify.lhs /* @@ -319,14 +318,10 @@ utils/Unpretty.lhs \ utils/Util.lhs #define MAIN_SRCS_LHS \ -main/MainMonad.lhs \ main/CmdLineOpts.lhs \ main/ErrUtils.lhs \ -main/Main.lhs - -/* main/MkIface.lhs \ -*/ +main/Main.lhs #define VBASICSRCS_LHS \ prelude/PrelMods.lhs \ @@ -508,7 +503,7 @@ types/TyLoop.hi : types/TyLoop.lhi rename/ParseIface.hs : rename/ParseIface.y $(RM) rename/ParseIface.hs rename/ParseIface.hinfo - happy -i rename/ParseIface.hinfo rename/ParseIface.y + happy -g -i rename/ParseIface.hinfo rename/ParseIface.y @chmod 444 rename/ParseIface.hs compile(absCSyn/AbsCUtils,lhs,) @@ -587,22 +582,21 @@ compile(deSugar/MatchLit,lhs,) compile(main/CmdLineOpts,lhs,if_ghc(-fvia-C)) compile(main/ErrUtils,lhs,) compile(main/Main,lhs,if_ghc(-fvia-C)) -compile(main/MainMonad,lhs,) compile(main/MkIface,lhs,) #if GhcWithNativeCodeGen == YES compile(nativeGen/AbsCStixGen,lhs,) compile(nativeGen/AsmCodeGen,lhs,-I$(COMPINFO_DIR)) compile(nativeGen/AsmRegAlloc,lhs,-I$(COMPINFO_DIR)) -compile(nativeGen/MachCode,lhs,) -compile(nativeGen/MachMisc,lhs,) -compile(nativeGen/MachRegs,lhs,) -compile(nativeGen/PprMach,lhs,) -compile(nativeGen/RegAllocInfo,lhs,) +compile(nativeGen/MachCode,lhs,-I$(NATIVEGEN_DIR)) +compile(nativeGen/MachMisc,lhs,-I$(NATIVEGEN_DIR)) +compile(nativeGen/MachRegs,lhs,-I$(NATIVEGEN_DIR)) +compile(nativeGen/PprMach,lhs,-I$(NATIVEGEN_DIR)) +compile(nativeGen/RegAllocInfo,lhs,-I$(NATIVEGEN_DIR)) compile(nativeGen/Stix,lhs,) -compile(nativeGen/StixInfo,lhs,-I$(NATIVEGEN_DIR)) +compile(nativeGen/StixInfo,lhs,) compile(nativeGen/StixInteger,lhs,) -compile(nativeGen/StixMacro,lhs,-I$(NATIVEGEN_DIR)) +compile(nativeGen/StixMacro,lhs,) compile(nativeGen/StixPrim,lhs,) #endif @@ -718,7 +712,6 @@ compile(typecheck/TcPragmas,lhs,) compile(typecheck/TcSimplify,lhs,) compile(typecheck/TcTyClsDecls,lhs,) compile(typecheck/TcTyDecls,lhs,) -compile(typecheck/Typecheck,lhs,) compile(typecheck/Unify,lhs,) compile(types/Class,lhs,)