aa105780b78a96fc72d14b1fa7f7b6dbaf6b1091
[ghc-hetmet.git] / ghc / compiler / Jmakefile
1 /* preliminaries */
2
3 /* (only subdir is the test suite) */
4
5 #if IncludeTestDirsInBuild == YES
6 # define IHaveSubdirs
7
8 # define __ghc_compiler_tests_dir tests
9 #else
10 # define __ghc_compiler_tests_dir /* nothing */
11 #endif
12 SUBDIRS = __ghc_compiler_tests_dir
13 #undef __ghc_compiler_tests_dir
14
15 #define NoAllTargetForSubdirs
16 #define NoDocsTargetForSubdirs
17 #define NoInstallDocsTargetForSubdirs
18 #define NoDependTargetForSubdirs
19 #define NoInstallTargetForSubdirs
20 #define NoTagTargetForSubdirs
21
22 /* Suffix rules: we do not use them much at all in GHC.
23    We need some magic stuff (from suffixes-GEN.ljm) for
24    the parser files.
25 */
26 SuffixRules_flexish()
27 SuffixRule_c_o()
28
29 .SUFFIXES: .lhi
30 .lhi.hi:
31         $(RM) $@
32         $(GHC_UNLIT) $< $@
33         @chmod 444 $@
34
35 /* assume ALL source is in subdirectories one level below
36    they don't have Jmakefiles; this Jmakefile controls everything
37 */
38
39 SUBDIR_LIST = \ /* here they are, colon separated (for mkdependHS) */
40 utils:basicTypes:types:hsSyn:prelude:rename:typecheck:deSugar:coreSyn:specialise:simplCore:stranal:stgSyn:simplStg:codeGen:nativeGen:absCSyn:main:reader:profiling:deforest:parser
41
42 #ifdef MainIncludeDir
43 MAIN_INCLUDE_DIR=MainIncludeDir
44 #else
45 MAIN_INCLUDE_DIR=$(TOP_PWD)/$(CURRENT_DIR)/$(GHC_INCLUDES)
46 #endif
47
48 /* helps to find GhcConstants.h in codeGen/CgCompInfo.lhs */
49 #ifdef CompInfoDir
50 COMPINFO_DIR=CompInfoDir
51 #else
52 COMPINFO_DIR=$(TOP_PWD)/$(CURRENT_DIR)/codeGen
53 #endif
54 /* nativeGen, elsewhere */
55 #ifdef NativeGenDir
56 NATIVEGEN_DIR=NativeGenDir
57 #else
58 NATIVEGEN_DIR=$(TOP_PWD)/$(CURRENT_DIR)/nativeGen
59 #endif
60
61 /* in order-of-passes order, utility modules at the end */
62
63 #define READERSRCS_HS   \
64 parser/U_constr.hs      \
65 parser/U_binding.hs     \
66 parser/U_pbinding.hs    \
67 parser/U_entidt.hs      \
68 parser/U_list.hs        \
69 parser/U_literal.hs     \
70 parser/U_maybe.hs       \
71 parser/U_either.hs      \
72 parser/U_qid.hs         \
73 parser/U_tree.hs        \
74 parser/U_ttype.hs
75
76 #define hsp_library libhsp.a
77
78 #define READERSRCS_LHS  \
79 parser/UgenUtil.lhs     \
80 parser/UgenAll.lhs      \
81 reader/ReadPrefix.lhs   \
82 \
83 reader/PrefixSyn.lhs    \
84 reader/PrefixToHs.lhs   \
85 reader/RdrHsSyn.lhs     \
86 \
87 hsSyn/HsBinds.lhs  /* abstract Haskell syntax */ \
88 hsSyn/HsCore.lhs \
89 hsSyn/HsDecls.lhs \
90 hsSyn/HsExpr.lhs \
91 hsSyn/HsImpExp.lhs \
92 hsSyn/HsLit.lhs \
93 hsSyn/HsMatches.lhs \
94 hsSyn/HsPat.lhs \
95 hsSyn/HsPragmas.lhs \
96 hsSyn/HsTypes.lhs \
97 hsSyn/HsSyn.lhs
98
99 #define NOT_SO_BASICSRCS_LHS    \
100 basicTypes/FieldLabel.lhs       \
101 basicTypes/Id.lhs               \
102 basicTypes/IdInfo.lhs           \
103 basicTypes/IdUtils.lhs          \
104 basicTypes/Literal.lhs          \
105 basicTypes/Name.lhs             \
106 basicTypes/PprEnv.lhs           \
107 basicTypes/PragmaInfo.lhs       \
108 basicTypes/SrcLoc.lhs           \
109 basicTypes/UniqSupply.lhs       \
110 basicTypes/Unique.lhs           \
111 \
112 types/Class.lhs                 \
113 types/Kind.lhs                  \
114 types/PprType.lhs               \
115 types/TyCon.lhs                 \
116 types/TyVar.lhs                 \
117 types/Usage.lhs                 \
118 types/Type.lhs                  \
119 \
120 specialise/SpecEnv.lhs
121
122 #define RENAMERSRCS_HS \
123 rename/ParseIface.hs
124
125 #define RENAMERSRCS_LHS \
126 rename/ParseUtils.lhs \
127 rename/RnHsSyn.lhs \
128 rename/RnMonad.lhs \
129 rename/Rename.lhs \
130 rename/RnNames.lhs \
131 rename/RnSource.lhs \
132 rename/RnBinds.lhs \
133 rename/RnExpr.lhs \
134 rename/RnIfaces.lhs \
135 rename/RnUtils.lhs
136
137 #define TCSRCS_LHS \
138 typecheck/TcHsSyn.lhs \
139 typecheck/GenSpecEtc.lhs \
140 typecheck/Inst.lhs      \
141 typecheck/TcBinds.lhs \
142 typecheck/TcClassDcl.lhs \
143 typecheck/TcDefaults.lhs \
144 typecheck/TcDeriv.lhs \
145 typecheck/TcExpr.lhs \
146 typecheck/TcGenDeriv.lhs \
147 typecheck/TcGRHSs.lhs \
148 typecheck/TcIfaceSig.lhs \
149 typecheck/TcInstDcls.lhs \
150 typecheck/TcInstUtil.lhs \
151 typecheck/TcMatches.lhs \
152 typecheck/TcModule.lhs \
153 typecheck/TcMonad.lhs \
154 typecheck/TcEnv.lhs \
155 typecheck/TcKind.lhs \
156 typecheck/TcType.lhs \
157 typecheck/TcMonoType.lhs \
158 typecheck/TcPat.lhs \
159 typecheck/TcSimplify.lhs \
160 typecheck/TcTyClsDecls.lhs \
161 typecheck/TcTyDecls.lhs \
162 typecheck/Unify.lhs
163
164 /*
165 typecheck/TcPragmas.lhs \
166 */
167
168 #define DSSRCS_LHS \
169 deSugar/Desugar.lhs \
170 deSugar/Match.lhs \
171 deSugar/MatchCon.lhs \
172 deSugar/MatchLit.lhs \
173 deSugar/DsBinds.lhs \
174 deSugar/DsCCall.lhs \
175 deSugar/DsExpr.lhs \
176 deSugar/DsGRHSs.lhs \
177 deSugar/DsHsSyn.lhs \
178 deSugar/DsListComp.lhs \
179 deSugar/DsMonad.lhs \
180 deSugar/DsUtils.lhs \
181 \
182 coreSyn/CoreLift.lhs \
183 coreSyn/CoreLint.lhs
184
185 #if GhcWithDeforester != YES
186 #define __omit_deforester_flag -DOMIT_DEFORESTER=1
187 #define DEFORESTER_SRCS_LHS /*none*/
188 #else
189 #define __omit_deforester_flag /*nope*/
190 #define DEFORESTER_SRCS_LHS \
191 deforest/DefSyn.lhs \
192 deforest/Core2Def.lhs \
193 deforest/Def2Core.lhs \
194 deforest/Deforest.lhs \
195 deforest/DefUtils.lhs \
196 deforest/DefExpr.lhs \
197 deforest/Cyclic.lhs \
198 deforest/TreelessForm.lhs
199 #endif /* GhcWithDeforester */
200
201 #define SIMPL_SRCS_LHS \
202 coreSyn/AnnCoreSyn.lhs \
203 coreSyn/FreeVars.lhs \
204 \
205 specialise/Specialise.lhs \
206 specialise/SpecUtils.lhs \
207 \
208 simplCore/SimplCase.lhs \
209 simplCore/SimplEnv.lhs \
210 simplCore/SimplMonad.lhs \
211 simplCore/SimplPgm.lhs \
212 simplCore/SimplUtils.lhs \
213 simplCore/SimplVar.lhs \
214 simplCore/Simplify.lhs \
215 \
216 simplCore/LiberateCase.lhs \
217 \
218 simplCore/ConFold.lhs \
219 simplCore/FloatIn.lhs \
220 simplCore/FloatOut.lhs \
221 simplCore/SAT.lhs \
222 simplCore/SATMonad.lhs \
223 simplCore/SetLevels.lhs \
224 simplCore/SimplCore.lhs \
225 simplCore/OccurAnal.lhs \
226 simplCore/FoldrBuildWW.lhs \
227 simplCore/AnalFBWW.lhs \
228 \
229 stranal/StrictAnal.lhs \
230 stranal/SaLib.lhs \
231 stranal/SaAbsInt.lhs \
232 stranal/WwLib.lhs \
233 stranal/WorkWrap.lhs DEFORESTER_SRCS_LHS
234
235 #define STG_SRCS_LHS \
236 stgSyn/CoreToStg.lhs \
237 stgSyn/StgSyn.lhs \
238 stgSyn/StgUtils.lhs \
239 stgSyn/StgLint.lhs \
240 profiling/SCCfinal.lhs \
241 \
242 simplStg/SatStgRhs.lhs \
243 simplStg/LambdaLift.lhs \
244 simplStg/StgVarInfo.lhs \
245 simplStg/UpdAnal.lhs \
246 simplStg/StgStats.lhs \
247 simplStg/StgSATMonad.lhs \
248 simplStg/StgSAT.lhs \
249 simplStg/SimplStg.lhs
250
251 #define BACKSRCS_LHS \
252 absCSyn/AbsCUtils.lhs \
253 absCSyn/AbsCSyn.lhs \
254 absCSyn/CLabel.lhs \
255 absCSyn/Costs.lhs \
256 absCSyn/HeapOffs.lhs \
257 absCSyn/PprAbsC.lhs \
258 \
259 codeGen/CodeGen.lhs \
260 codeGen/ClosureInfo.lhs \
261 codeGen/SMRep.lhs \
262 codeGen/CgConTbls.lhs \
263 codeGen/CgMonad.lhs \
264 codeGen/CgUsages.lhs \
265 codeGen/CgHeapery.lhs \
266 codeGen/CgStackery.lhs \
267 codeGen/CgExpr.lhs \
268 codeGen/CgCase.lhs \
269 codeGen/CgLetNoEscape.lhs \
270 codeGen/CgTailCall.lhs \
271 codeGen/CgClosure.lhs \
272 codeGen/CgCon.lhs \
273 codeGen/CgRetConv.lhs \
274 codeGen/CgBindery.lhs \
275 codeGen/CgUpdate.lhs
276
277 #if GhcWithNativeCodeGen == NO || GhcWithHscBuiltViaC == YES
278     /* if building via C, we *assume* that it is the
279        distributed C files, which do not have a native-code
280        generator in them
281     */
282 # define __omit_ncg_maybe -DOMIT_NATIVE_CODEGEN=1
283 # define NATIVEGEN_SRCS_LHS /*none*/
284 #else
285 # define __omit_ncg_maybe /*none*/
286
287 # define NATIVEGEN_SRCS_LHS \
288 nativeGen/AbsCStixGen.lhs \
289 nativeGen/AsmCodeGen.lhs \
290 nativeGen/AsmRegAlloc.lhs \
291 nativeGen/MachCode.lhs \
292 nativeGen/MachMisc.lhs \
293 nativeGen/MachRegs.lhs \
294 nativeGen/PprMach.lhs \
295 nativeGen/RegAllocInfo.lhs \
296 nativeGen/Stix.lhs \
297 nativeGen/StixInfo.lhs \
298 nativeGen/StixInteger.lhs \
299 nativeGen/StixPrim.lhs \
300 nativeGen/StixMacro.lhs
301 #endif
302
303 #define UTILSRCS_LHS \
304 utils/Argv.lhs \
305 utils/Bag.lhs \
306 utils/BitSet.lhs \
307 utils/CharSeq.lhs \
308 utils/Digraph.lhs \
309 utils/FiniteMap.lhs \
310 utils/ListSetOps.lhs \
311 utils/MatchEnv.lhs \
312 utils/Maybes.lhs \
313 utils/OrdList.lhs \
314 utils/Outputable.lhs \
315 utils/PprStyle.lhs \
316 utils/Pretty.lhs \
317 utils/SST.lhs \
318 utils/UniqFM.lhs \
319 utils/UniqSet.lhs \
320 utils/Unpretty.lhs \
321 utils/Util.lhs
322
323 #define MAIN_SRCS_LHS \
324 main/CmdLineOpts.lhs \
325 main/ErrUtils.lhs \
326 main/MkIface.lhs \
327 main/Main.lhs
328
329 #define VBASICSRCS_LHS \
330 prelude/PrelMods.lhs \
331 prelude/PrimRep.lhs \
332 prelude/PrimOp.lhs \
333 prelude/TysPrim.lhs \
334 prelude/TysWiredIn.lhs \
335 prelude/PrelVals.lhs \
336 prelude/PrelInfo.lhs \
337 \
338 absCSyn/CStrings.lhs \
339 codeGen/CgCompInfo.lhs \
340 coreSyn/CoreSyn.lhs \
341 coreSyn/CoreUnfold.lhs \
342 coreSyn/CoreUtils.lhs \
343 coreSyn/PprCore.lhs \
344 profiling/CostCentre.lhs \
345 simplCore/BinderInfo.lhs \
346 simplCore/MagicUFs.lhs
347
348 ALLSRCS_HS = READERSRCS_HS RENAMERSRCS_HS
349 ALLSRCS_LHS = /* all pieces of the compiler */ \
350 VBASICSRCS_LHS          \
351 NOT_SO_BASICSRCS_LHS    \
352 UTILSRCS_LHS            \
353 MAIN_SRCS_LHS           \
354 READERSRCS_LHS          \
355 RENAMERSRCS_LHS         \
356 TCSRCS_LHS              \
357 DSSRCS_LHS              \
358 SIMPL_SRCS_LHS          \
359 STG_SRCS_LHS            \
360 BACKSRCS_LHS NATIVEGEN_SRCS_LHS
361
362 #if GhcBuilderVersion >= 200
363 #  define loop_hi(f) CAT3(f,_1_3,.hi)
364 #else
365 #  define loop_hi(f) CAT2(f,.hi)
366 #endif
367
368 DELOOP_HIs =                    \
369 loop_hi(utils/Ubiq)             \
370 loop_hi(absCSyn/AbsCLoop)       \
371 loop_hi(basicTypes/IdLoop)      \
372 loop_hi(codeGen/CgLoop1)        \
373 loop_hi(codeGen/CgLoop2)        \
374 loop_hi(deSugar/DsLoop)         \
375 loop_hi(hsSyn/HsLoop)           \
376 loop_hi(nativeGen/NcgLoop)      \
377 loop_hi(prelude/PrelLoop)       \
378 loop_hi(rename/RnLoop)          \
379 loop_hi(simplCore/SmplLoop)     \
380 loop_hi(typecheck/TcMLoop)      \
381 loop_hi(typecheck/TcLoop)       \
382 loop_hi(types/TyLoop)
383
384 /*
385 \
386 */
387 /* NB: all the ones that may be empty (e.g., NATIVEGEN_SRCS_LHS)
388         need to be on the last line.
389 */
390
391 /* should't use these fancy `make' things, really */
392 ALLHCS =$(ALLSRCS_LHS:.lhs=.hc) $(ALLSRCS_HS:.hs=.hc)
393 ALLOBJS=$(ALLSRCS_LHS:.lhs=.o)  $(ALLSRCS_HS:.hs=.o)
394 ALLINTS=$(ALLSRCS_LHS:.lhs=.hi) $(ALLSRCS_HS:.hs=.hi)
395
396 .PRECIOUS: $(ALLINTS)
397
398 #if GhcWithHscDebug == YES
399 # define use_DDEBUG -DDEBUG
400 #else
401 # define use_DDEBUG /*nothing*/
402 #endif
403
404 #if GhcWithHscOptimised == YES
405 #define __version_sensitive_flags -O /*-DUSE_ATTACK_PRAGMAS -fshow-pragma-name-errs*/ -fomit-reexported-instances -fshow-import-specs
406 #else
407 #define __version_sensitive_flags -fomit-reexported-instances
408 #endif
409
410 /* avoid use of AllProjectsHcOpts; then put in HcMaxHeapFlag "by hand" */
411 #undef  AllProjectsHcOpts
412 #define AllProjectsHcOpts /**/
413
414 HC_OPTS = -cpp HcMaxHeapFlag -fhaskell-1.3 -fglasgow-exts -DCOMPILING_GHC \
415         -fomit-derived-read \
416         -I. -i$(SUBDIR_LIST) \
417         use_DDEBUG __version_sensitive_flags __omit_ncg_maybe __omit_deforester_flag
418
419 #undef __version_sensitive_flags
420 #undef __omit_ncg_maybe
421 #undef __omit_deforester_flag
422
423 #if GhcWithHscBuiltViaC == YES /* not using a Haskell compiler */
424
425 hcs:: $(ALLHCS)
426
427 # if HaskellCompilerType == HC_USE_HC_FILES
428 HC = $(GHC) /* uses the driver herein */
429 # endif
430
431 #endif /* using .hc files */
432
433 /*
434     -DCOMPILING_GHC
435         Used when compiling GHC.  Some GHC utility modules are
436         *also* part of the GHC library.  There are a few bits
437         of those modules that only apply to GHC itself and
438         should not be in the library stuff.  We use this
439         CPP thing to isolate those bits.
440 */
441
442 BuildPgmFromHaskellModules(hsc,$(ALLOBJS) parser/hsclink.o parser/hschooks.o,,libhsp.a)
443
444 parser/hschooks.o : parser/hschooks.c
445         $(RM) $@
446         $(HC) -c -o $@ $(HCFLAGS) parser/hschooks.c
447
448 #if DoInstallGHCSystem == YES
449 MakeDirectories(install, $(INSTLIBDIR_GHC))
450 InstallBinaryTarget(hsc,$(INSTLIBDIR_GHC))
451 #endif
452
453 /* set up for going either to .hc or to .o files */
454 #if GhcWithHscBuiltViaC == YES
455
456 /*OLD:SuffixRule_hc_o() */
457
458 # if HaskellCompilerType == HC_USE_HC_FILES
459     /* if we do not, we never try to compile .lhs files;
460         we *blast* the macro we would normally use (HACK) (WDP 94/12)
461      */
462
463 #  undef HaskellCompileWithSpecifiedFlags
464 #  define HaskellCompileWithSpecifiedFlags(module,isuf,osuf,flags)      @@\
465 module.osuf : module.isuf                                               \
466 _body_HaskellCompileWithSpecifiedFlags(module.isuf,module.osuf,module,isuf,flags)
467
468 #  define compile(module,isuf,extra_flags) \
469 HaskellCompileWithExtraFlags(module,hc,o,-c,extra_flags)
470
471 #  define compile_rec(module,isuf,extra_flags) \
472 HaskellCompileWithExtraFlags_Recursive(module,hc,o,-c,extra_flags)
473
474 # else /* we do! */
475
476 #  define compile(module,isuf,extra_flags) \
477 HaskellCompileWithExtraFlags(module,isuf,hc,-C,extra_flags)
478
479 #  define compile_rec(module,isuf,extra_flags) \
480 HaskellCompileWithExtraFlags_Recursive(module,isuf,hc,-C,extra_flags)
481
482 # endif /* ... == HC_USE_HC_FILES */
483
484 #else /* ! booting from C */
485
486 # define compile(module,isuf,extra_flags) \
487 HaskellCompileWithExtraFlags(module,isuf,o,-c,extra_flags)
488
489 # define compile_rec(module,isuf,extra_flags) \
490 HaskellCompileWithExtraFlags_Recursive(module,isuf,o,-c,extra_flags)
491
492 #endif /* ! booting from C */
493
494 #define if_ghc(x) x
495 #if GhcBuilderVersion >= 26
496 #  define if_ghc26(x) x
497 #else
498 #  define if_ghc26(x) /*nothing*/
499 #endif
500
501 /* OK, here we go: */
502
503 rename/ParseIface.hs : rename/ParseIface.y
504         $(RM) rename/ParseIface.hs rename/ParseIface.hinfo
505         happy -g -i rename/ParseIface.hinfo rename/ParseIface.y
506         @chmod 444 rename/ParseIface.hs
507
508 compile(absCSyn/AbsCUtils,lhs,)
509 compile(absCSyn/CStrings,lhs,)
510 compile(absCSyn/CLabel,lhs,)
511 compile(absCSyn/Costs,lhs,)
512 compile(absCSyn/HeapOffs,lhs,)
513 compile(absCSyn/PprAbsC,lhs,)
514 compile(absCSyn/AbsCSyn,lhs,if_ghc(-fno-omit-reexported-instances))
515
516 compile(hsSyn/HsBinds,lhs,)
517 compile(hsSyn/HsCore,lhs,)
518 compile(hsSyn/HsDecls,lhs,)
519 compile(hsSyn/HsExpr,lhs,if_ghc(-K2m))
520 compile(hsSyn/HsImpExp,lhs,)
521 compile(hsSyn/HsLit,lhs,)
522 compile(hsSyn/HsMatches,lhs,)
523 compile(hsSyn/HsPat,lhs,)
524 compile(hsSyn/HsPragmas,lhs,)
525 compile(hsSyn/HsTypes,lhs,)
526 compile(hsSyn/HsSyn,lhs,if_ghc(-fno-omit-reexported-instances))
527
528 compile(basicTypes/FieldLabel,lhs,)
529 compile(basicTypes/Id,lhs,)
530 compile(basicTypes/IdInfo,lhs,-K2m)
531 compile(basicTypes/IdUtils,lhs,)
532 compile(basicTypes/Literal,lhs,)
533 compile(basicTypes/Name,lhs,)
534 compile(basicTypes/PprEnv,lhs,)
535 compile(basicTypes/PragmaInfo,lhs,)
536 compile(basicTypes/SrcLoc,lhs,)
537 compile(basicTypes/UniqSupply,lhs,)
538 compile(basicTypes/Unique,lhs,)
539
540 compile(codeGen/CgBindery,lhs,)
541 compile(codeGen/CgCase,lhs,)
542 compile(codeGen/CgClosure,lhs,)
543 compile(codeGen/CgCompInfo,lhs,-I$(COMPINFO_DIR))
544 compile(codeGen/CgCon,lhs,)
545 compile(codeGen/CgConTbls,lhs,)
546 compile(codeGen/CgExpr,lhs,)
547 compile(codeGen/CgHeapery,lhs,)
548 compile(codeGen/CgLetNoEscape,lhs,)
549 compile(codeGen/CgMonad,lhs,)
550 compile(codeGen/CgRetConv,lhs,)
551 compile(codeGen/CgStackery,lhs,)
552 compile(codeGen/CgTailCall,lhs,)
553 compile(codeGen/CgUpdate,lhs,)
554 compile(codeGen/CgUsages,lhs,)
555 compile(codeGen/ClosureInfo,lhs,)
556 compile(codeGen/CodeGen,lhs,)
557 compile(codeGen/SMRep,lhs,)
558
559 compile(coreSyn/AnnCoreSyn,lhs,if_ghc(-fno-omit-reexported-instances))
560 compile(coreSyn/CoreUtils,lhs,)
561 compile(coreSyn/CoreLift,lhs,)
562 compile(coreSyn/CoreLint,lhs,)
563 compile(coreSyn/CoreSyn,lhs,)
564 compile(coreSyn/PprCore,lhs,)
565 compile(coreSyn/CoreUnfold,lhs,)
566 compile(coreSyn/FreeVars,lhs,)
567
568 compile(deSugar/Desugar,lhs,)
569 compile(deSugar/DsBinds,lhs,)
570 compile(deSugar/DsCCall,lhs,)
571 compile(deSugar/DsExpr,lhs,)
572 compile(deSugar/DsGRHSs,lhs,)
573 compile(deSugar/DsHsSyn,lhs,)
574 compile(deSugar/DsListComp,lhs,)
575 compile(deSugar/DsMonad,lhs,)
576 compile(deSugar/DsUtils,lhs,)
577 compile(deSugar/Match,lhs,)
578 compile(deSugar/MatchCon,lhs,)
579 compile(deSugar/MatchLit,lhs,)
580
581 compile(main/CmdLineOpts,lhs,if_ghc(-fvia-C))
582 compile(main/ErrUtils,lhs,)
583 compile(main/Main,lhs,if_ghc(-fvia-C))
584 compile(main/MkIface,lhs,)
585
586 #if GhcWithNativeCodeGen == YES
587 compile(nativeGen/AbsCStixGen,lhs,)
588 compile(nativeGen/AsmCodeGen,lhs,-I$(COMPINFO_DIR))
589 compile(nativeGen/AsmRegAlloc,lhs,-I$(COMPINFO_DIR))
590 compile(nativeGen/MachCode,lhs,-I$(NATIVEGEN_DIR))
591 compile(nativeGen/MachMisc,lhs,-I$(NATIVEGEN_DIR))
592 compile(nativeGen/MachRegs,lhs,-I$(NATIVEGEN_DIR))
593 compile(nativeGen/PprMach,lhs,-I$(NATIVEGEN_DIR) if_ghc(-K2m))
594 compile(nativeGen/RegAllocInfo,lhs,-I$(NATIVEGEN_DIR))
595 compile(nativeGen/Stix,lhs,)
596 compile(nativeGen/StixInfo,lhs,)
597 compile(nativeGen/StixInteger,lhs,)
598 compile(nativeGen/StixMacro,lhs,)
599 compile(nativeGen/StixPrim,lhs,)
600 #endif
601
602 compile(prelude/PrelInfo,lhs,)
603 compile(prelude/PrelMods,lhs,)
604 compile(prelude/PrelVals,lhs,)
605 compile(prelude/PrimRep,lhs,-I$(COMPINFO_DIR))
606 compile(prelude/PrimOp,lhs,-K3m -H10m)
607 compile(prelude/TysPrim,lhs,)
608 compile(prelude/TysWiredIn,lhs,)
609
610 compile(profiling/SCCfinal,lhs,)
611 compile(profiling/CostCentre,lhs,)
612
613 compile(reader/PrefixSyn,lhs,)
614 compile(reader/PrefixToHs,lhs,)
615 compile(reader/ReadPrefix,lhs,if_ghc(-fvia-C -I$(COMPINFO_DIR) -Iparser '-#include"hspincl.h"'))
616 compile(reader/RdrHsSyn,lhs,)
617
618 compile(rename/ParseIface,hs,-Onot) /* sigh */
619 compile(rename/ParseUtils,lhs,)
620 compile(rename/RnHsSyn,lhs,)
621 compile(rename/RnMonad,lhs,if_ghc(-fvia-C))
622 compile(rename/Rename,lhs,)
623 compile(rename/RnNames,lhs,)
624 compile(rename/RnSource,lhs,-H12m)
625 compile(rename/RnBinds,lhs,)
626 compile(rename/RnExpr,lhs,)
627 compile(rename/RnIfaces,lhs,)
628 compile(rename/RnUtils,lhs,)
629
630 compile(simplCore/BinderInfo,lhs,)
631 compile(simplCore/ConFold,lhs,)
632 compile(simplCore/FloatIn,lhs,)
633 compile(simplCore/FloatOut,lhs,)
634 compile(simplCore/LiberateCase,lhs,)
635 compile(simplCore/MagicUFs,lhs,)
636 compile(simplCore/OccurAnal,lhs,)
637
638 compile(simplCore/AnalFBWW,lhs,)
639 compile(simplCore/FoldrBuildWW,lhs,)
640
641 compile(simplCore/SAT,lhs,)
642 compile(simplCore/SATMonad,lhs,)
643 compile(simplCore/SetLevels,lhs,)
644 compile(simplCore/SimplCase,lhs,)
645 compile(simplCore/SimplCore,lhs,)
646 compile(simplCore/SimplEnv,lhs,)
647 compile(simplCore/SimplMonad,lhs,)
648 compile(simplCore/SimplPgm,lhs,)
649 compile(simplCore/SimplUtils,lhs,)
650 compile(simplCore/SimplVar,lhs,)
651 compile(simplCore/Simplify,lhs,)
652
653 compile(simplStg/SatStgRhs,lhs,)
654 compile(simplStg/LambdaLift,lhs,)
655 compile(simplStg/StgVarInfo,lhs,)
656 compile(simplStg/UpdAnal,lhs,)
657 compile(simplStg/StgStats,lhs,)
658 compile(simplStg/StgSATMonad,lhs,)
659 compile(simplStg/StgSAT,lhs,)
660 compile(simplStg/SimplStg,lhs,)
661
662 #if GhcWithDeforester == YES
663 compile(deforest/Core2Def,lhs,)
664 compile(deforest/Cyclic,lhs,)
665 compile(deforest/Def2Core,lhs,)
666 compile(deforest/DefExpr,lhs,)
667 compile(deforest/DefSyn,lhs,)
668 compile(deforest/DefUtils,lhs,)
669 compile(deforest/Deforest,lhs,)
670 compile(deforest/TreelessForm,lhs,)
671 #endif
672
673 compile(specialise/Specialise,lhs,-H12m if_ghc(-Onot)) /* -Onot for compile-space reasons */
674 compile(specialise/SpecEnv,lhs,)
675 compile(specialise/SpecUtils,lhs,)
676
677 compile(stgSyn/CoreToStg,lhs,)
678 compile(stgSyn/StgUtils,lhs,)
679 compile(stgSyn/StgLint,lhs,)
680 compile(stgSyn/StgSyn,lhs,if_ghc(-fno-omit-reexported-instances))
681
682 compile(stranal/SaAbsInt,lhs,)
683 compile(stranal/SaLib,lhs,)
684 compile(stranal/StrictAnal,lhs,)
685 compile(stranal/WorkWrap,lhs,)
686 compile(stranal/WwLib,lhs,)
687
688 compile(typecheck/GenSpecEtc,lhs,)
689 compile(typecheck/Inst,lhs,)
690 compile(typecheck/TcHsSyn,lhs,)
691 compile(typecheck/TcBinds,lhs,)
692 compile(typecheck/TcClassDcl,lhs,)
693 compile(typecheck/TcDefaults,lhs,)
694 compile(typecheck/TcDeriv,lhs,)
695 compile(typecheck/TcExpr,lhs,)
696 compile(typecheck/TcGRHSs,lhs,)
697 compile(typecheck/TcGenDeriv,lhs,)
698 compile(typecheck/TcIfaceSig,lhs,)
699 compile(typecheck/TcInstDcls,lhs,)
700 compile(typecheck/TcInstUtil,lhs,)
701 compile(typecheck/TcMatches,lhs,)
702 compile(typecheck/TcModule,lhs,)
703 compile(typecheck/TcMonad,lhs,if_ghc(-fvia-C))
704 compile(typecheck/TcKind,lhs,)
705 compile(typecheck/TcType,lhs,)
706 compile(typecheck/TcEnv,lhs,)
707 compile(typecheck/TcMonoType,lhs,)
708 compile(typecheck/TcPat,lhs,)
709 compile(typecheck/TcPragmas,lhs,)
710 compile(typecheck/TcSimplify,lhs,)
711 compile(typecheck/TcTyClsDecls,lhs,)
712 compile(typecheck/TcTyDecls,lhs,)
713 compile(typecheck/Unify,lhs,)
714
715 compile(types/Class,lhs,)
716 compile(types/Kind,lhs,)
717 compile(types/PprType,lhs,if_ghc26(-Onot)) /* avoid a 0.26 bug */
718 compile(types/TyCon,lhs,)
719 compile(types/TyVar,lhs,)
720 compile(types/Usage,lhs,)
721 compile(types/Type,lhs,)
722
723 compile(utils/Argv,lhs,if_ghc(-fvia-C))
724 compile(utils/Bag,lhs,)
725 compile(utils/BitSet,lhs,if_ghc26(-monly-4-regs))
726 compile(utils/CharSeq,lhs,if_ghc(-fvia-C)) /* uses stg_putc */
727 compile(utils/Digraph,lhs,)
728 compile(utils/FiniteMap,lhs,)
729 compile(utils/ListSetOps,lhs,)
730 compile(utils/Maybes,lhs,)
731 compile(utils/OrdList,lhs,)
732 compile(utils/Outputable,lhs,)
733 compile(utils/PprStyle,lhs,)
734 compile(utils/Pretty,lhs,)
735 compile(utils/SST,lhs,if_ghc(-fvia-C))
736 compile(utils/UniqFM,lhs,)
737 compile(utils/UniqSet,lhs,)
738 compile(utils/Unpretty,lhs,)
739 compile(utils/MatchEnv,lhs,)
740 compile(utils/Util,lhs,)
741
742 /* for convenience in cross-compiling */
743 objs:: $(ALLOBJS)
744
745 /* *** parser ************************************************* */
746
747 YACC_OPTS = -d
748 CC_OPTS = -Iparser -I. -I$(COMPINFO_DIR) -DUGEN_DEBUG=1 /*-DHSP_DEBUG=1*/ -g
749
750 /* add to these on the command line with, e.g., EXTRA_YACC_OPTS=-v */
751
752 XCOMM D_DEBUG = -DDEBUG
753
754 CPP_DEFINES = $(D_DEBUG)
755
756 HSP_SRCS_C =    parser/constr.c         \
757                 parser/binding.c        \
758                 parser/pbinding.c       \
759                 parser/entidt.c         \
760                 parser/hslexer.c        \
761                 parser/hsparser.tab.c   \
762                 parser/id.c             \
763                 parser/infix.c          \
764                 parser/list.c           \
765                 parser/literal.c        \
766                 parser/maybe.c          \
767                 parser/either.c         \
768                 parser/qid.c            \
769                 parser/syntax.c         \
770                 parser/tree.c           \
771                 parser/ttype.c          \
772                 parser/type2context.c   \
773                 parser/util.c
774
775 HSP_OBJS_O =    parser/constr.o         \
776                 parser/binding.o        \
777                 parser/pbinding.o       \
778                 parser/entidt.o         \
779                 parser/hslexer.o        \
780                 parser/hsparser.tab.o   \
781                 parser/id.o             \
782                 parser/infix.o          \
783                 parser/list.o           \
784                 parser/literal.o        \
785                 parser/maybe.o          \
786                 parser/either.o         \
787                 parser/qid.o            \
788                 parser/syntax.o         \
789                 parser/tree.o           \
790                 parser/ttype.o          \
791                 parser/type2context.o   \
792                 parser/util.o
793
794 /* this is for etags */
795 REAL_HSP_SRCS_C = parser/main.c         \
796                 parser/hschooks.c       \
797                 parser/hsclink.c        \
798                 parser/id.c             \
799                 parser/util.c           \
800                 parser/syntax.c         \
801                 parser/type2context.c   \
802                 parser/infix.c          \
803                 parser/printtree.c
804
805 UgenNeededHere(all depend)
806
807 /* Most hsp files are in libhsp.a, so we can either make
808    a standalone parser, or incorporate the files into
809    the hsc compiler directly (WDP 94/10)
810 */
811 NormalLibraryTarget(hsp,$(HSP_OBJS_O))
812
813 /* We need the hsp program for hstags to work! */
814 /* BuildPgmFromCFiles(hsp,parser/printtree.o parser/main.o,,libhsp.a) */
815
816 #if DoInstallGHCSystem == YES
817 MakeDirectories(install, $(INSTLIBDIR_GHC))
818 InstallBinaryTarget(hsp,$(INSTLIBDIR_GHC))
819 #endif /* DoInstall... */
820
821 YaccRunWithExpectMsg(parser/hsparser,12,0)
822
823 parser/hslexer.o : parser/hslexer.c parser/hsparser.tab.h
824         $(RM) $@
825         $(CC) $(CFLAGS) -c $<
826         @if [ \( $(@D) != '.' \) -a \( $(@D) != './' \) ] ; then echo mv $(@F) $@ ; mv $(@F) $@ ; else exit 0 ; fi
827
828 UgenTarget(parser,constr)
829 UgenTarget(parser,binding)
830 UgenTarget(parser,pbinding)
831 UgenTarget(parser,entidt)
832 UgenTarget(parser,list)
833 UgenTarget(parser,literal)
834 UgenTarget(parser,maybe)
835 UgenTarget(parser,either)
836 UgenTarget(parser,qid)
837 UgenTarget(parser,tree)
838 UgenTarget(parser,ttype)
839
840 UGENS_C = parser/constr.c       \
841         parser/binding.c        \
842         parser/pbinding.c       \
843         parser/entidt.c         \
844         parser/literal.c        \
845         parser/list.c           \
846         parser/maybe.c          \
847         parser/either.c         \
848         parser/qid.c            \
849         parser/tree.c           \
850         parser/ttype.c
851
852 /* Putting the -#include"hspincl.h" option into the
853    PARSER_HS_OPTS line really does not work (it depends
854    on the 'make' that you use).
855 */
856 PARSER_HS_OPTS = if_ghc(-fvia-C -I$(COMPINFO_DIR) -Iparser)
857
858 compile(parser/UgenAll,lhs,if_ghc(-fvia-C))
859 compile(parser/UgenUtil,lhs,$(PARSER_HS_OPTS) '-#include"hspincl.h"')
860 compile(parser/U_constr,hs,$(PARSER_HS_OPTS) '-#include"hspincl.h"')
861 compile(parser/U_binding,hs,$(PARSER_HS_OPTS) '-#include"hspincl.h"')
862 compile(parser/U_pbinding,hs,$(PARSER_HS_OPTS) '-#include"hspincl.h"')
863 compile(parser/U_entidt,hs,$(PARSER_HS_OPTS) '-#include"hspincl.h"')
864 compile(parser/U_list,hs,$(PARSER_HS_OPTS) '-#include"hspincl.h"')
865 compile(parser/U_literal,hs,$(PARSER_HS_OPTS) '-#include"hspincl.h"')
866 compile(parser/U_maybe,hs,$(PARSER_HS_OPTS) '-#include"hspincl.h"')
867 compile(parser/U_either,hs,$(PARSER_HS_OPTS) '-#include"hspincl.h"')
868 compile(parser/U_qid,hs,$(PARSER_HS_OPTS) '-#include"hspincl.h"')
869 compile(parser/U_tree,hs,$(PARSER_HS_OPTS) '-#include"hspincl.h"')
870 compile(parser/U_ttype,hs,$(PARSER_HS_OPTS) '-#include"hspincl.h"')
871
872 /* finished with local macros */
873 #undef compile
874 #undef compile_rec
875 #undef if_ghc
876
877 /* *** misc *************************************************** */
878
879 DEPSRCS = $(ALLSRCS_LHS) $(ALLSRCS_HS)
880
881 #if GhcBuilderVersion < 200
882 /* this will go away soon enough... (once 1.3 is settled in) */
883 MKDEPENDHS = mkdependHS-1.2
884 #endif
885
886 #if GhcWithHscBuiltViaC == NO
887 MKDEPENDHS_OPTS= -I$(MAIN_INCLUDE_DIR) -I$(COMPINFO_DIR) -x HsVersions.h
888 #else /* booting from .hc */
889 MKDEPENDHS_OPTS= -o .hc -I$(MAIN_INCLUDE_DIR) -I$(COMPINFO_DIR)  -x HsVersions.h
890 #endif /* booting from .hc files */
891
892 #if HaskellCompilerType != HC_USE_HC_FILES
893     /* otherwise, the dependencies jeopardize our .hc files --
894         which are all we have! */
895 depend :: $(DELOOP_HIs)
896 HaskellDependTarget( $(DEPSRCS) )
897 #endif
898
899 ExtraStuffToClean( $(ALLOBJS) $(HSP_OBJS_O) )
900 #if GhcWithHscBuiltViaC == YES
901 ExtraStuffToClean( $(ALLHCS) )
902 #endif
903 ExtraStuffToBeVeryClean( $(STD_VERY_CLEAN) )
904
905 ClearTagsFile()
906 HsTagsTarget( $(ALLSRCS_LHS) )
907 HSTAGS_OPTS = $(HC_OPTS) -I$(MAIN_INCLUDE_DIR)
908
909 /* count the number of lines in the source files */
910 count_lines ::
911         ./count_lines $(ALLSRCS_LHS) $(ALLSRCS_HS)
912
913 /* accumulate similar info about the sizes of object files */
914 count_bytes ::
915         ./count_bytes $(ALLSRCS_LHS) $(ALLSRCS_HS)