[project @ 2001-08-15 14:36:21 by rrt]
[ghc-hetmet.git] / ghc / compiler / Makefile
1 # -----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.187 2001/08/15 14:36:21 rrt Exp $
3
4 TOP = ..
5 include $(TOP)/mk/boilerplate.mk
6
7 #-----------------------------------------------------------------------------
8 # Building ghc different ways (default is just `normal' sequential)
9 WAYS=$(GhcCompilerWays)
10
11 # -----------------------------------------------------------------------------
12 #               Set HS_PROG
13
14 # Note: there have been reports of people running up against the ARG_MAX limit
15 # when linking ghc with all its constituent object files. The likely source of 
16 # the problem is that the environment is a bit too big, so a workaround could
17 # be to do ` env PATH=$(PATH) make ghc 'to minimise the environment. (or the
18 # equivalent of `env' if it doesn't exist locally).
19 #
20 ifneq "$(way)" "dll"
21 HS_PROG=ghc$(_way)-$(ProjectVersion)
22 else
23 HS_PROG=ghc-$(ProjectVersion)
24 endif
25
26 # -----------------------------------------------------------------------------
27 # Create compiler configuration
28 #
29 # The 'echo' commands simply spit the values of various make variables
30 # into Config.hs, whence they can be compiled and used by GHC itself
31
32 CONFIG_HS       = main/Config.hs
33 boot :: $(CONFIG_HS)
34
35 $(CONFIG_HS) : $(FPTOOLS_TOP)/mk/config.mk Makefile
36         @$(RM) -f $(CONFIG_HS)
37         @echo -n "Creating $(CONFIG_HS) ... "
38         @echo "module Config where" >>$(CONFIG_HS)
39         @echo "cProjectName          = \"$(ProjectName)\"" >> $(CONFIG_HS)
40         @echo "cProjectVersion       = \"$(ProjectVersion)\"" >> $(CONFIG_HS)
41         @echo "cProjectVersionInt    = \"$(ProjectVersionInt)\"" >> $(CONFIG_HS)
42         @echo "cBooterVersion        = \"$(GhcVersion)\"" >> $(CONFIG_HS)
43         @echo "cHscIfaceFileVersion  = \"$(HscIfaceFileVersion)\"" >> $(CONFIG_HS)
44         @echo "cHOSTPLATFORM         = \"$(HOSTPLATFORM)\"" >> $(CONFIG_HS)
45         @echo "cTARGETPLATFORM       = \"$(TARGETPLATFORM)\"" >> $(CONFIG_HS)
46         @echo "cGhcWithNativeCodeGen = \"$(GhcWithNativeCodeGen)\"" >> $(CONFIG_HS)
47         @echo "cGhcUnregisterised    = \"$(GhcUnregisterised)\"" >> $(CONFIG_HS)
48         @echo "cLeadingUnderscore    = \"$(LeadingUnderscore)\"" >> $(CONFIG_HS)
49         @echo "cRAWCPP_FLAGS         = \"$(RAWCPP_FLAGS)\"" >> $(CONFIG_HS)
50         @echo "cGCC                  = \"$(WhatGccIsCalled)\"" >> $(CONFIG_HS)
51         @echo "cMKDLL                = \"$(BLD_DLL)\"" >> $(CONFIG_HS)
52         @echo "cGHC_DRIVER_DIR       = \"$(GHC_DRIVER_DIR)\"" >> $(CONFIG_HS)
53         @echo "cGHC_TOUCHY           = \"$(GHC_TOUCHY)\"" >> $(CONFIG_HS)
54         @echo "cGHC_TOUCHY_DIR       = \"$(GHC_TOUCHY_DIR)\"" >> $(CONFIG_HS)
55         @echo "cGHC_UNLIT            = \"$(GHC_UNLIT)\"" >> $(CONFIG_HS)
56         @echo "cGHC_UNLIT_DIR        = \"$(GHC_UNLIT_DIR)\"" >> $(CONFIG_HS)
57         @echo "cGHC_MANGLER          = \"$(GHC_MANGLER)\"" >> $(CONFIG_HS)
58         @echo "cGHC_MANGLER_DIR      = \"$(GHC_MANGLER_DIR)\"" >> $(CONFIG_HS)
59         @echo "cGHC_SPLIT            = \"$(GHC_SPLIT)\"" >> $(CONFIG_HS)
60         @echo "cGHC_SPLIT_DIR        = \"$(GHC_SPLIT_DIR)\"" >> $(CONFIG_HS)
61         @echo "cGHC_SYSMAN           = \"$(GHC_SYSMAN)\"" >> $(CONFIG_HS)
62         @echo "cGHC_SYSMAN_DIR       = \"$(GHC_SYSMAN_DIR)\"" >> $(CONFIG_HS)
63         @echo "cGHC_CP               = \"$(GHC_CP)\"" >> $(CONFIG_HS)
64         @echo "cGHC_PERL             = \"$(GHC_PERL)\"" >> $(CONFIG_HS)
65 ifeq ($(GhcWithIlx),YES)
66         @echo "cILX2IL               = \"$(ILX2IL)\"" >> $(CONFIG_HS)
67         @echo "cILASM                = \"$(ILASM)\"" >> $(CONFIG_HS)
68 endif
69         @echo "cEnableWin32DLLs      = \"$(EnableWin32DLLs)\"" >> $(CONFIG_HS)
70         @echo "cCONTEXT_DIFF         = \"$(CONTEXT_DIFF)\"" >> $(CONFIG_HS)
71         @echo "cHaveLibGmp           = \"$(HaveLibGmp)\"" >> $(CONFIG_HS)
72         @echo "cUSER_WAY_NAMES       = \"$(USER_WAY_NAMES)\"" >> $(CONFIG_HS)
73         @echo "cUSER_WAY_OPTS        = \"$(USER_WAY_OPTS)\"" >> $(CONFIG_HS)
74         @echo "cDEFAULT_TMPDIR       = \"$(DEFAULT_TMPDIR)\"" >> $(CONFIG_HS)
75         @echo done.
76
77 CLEAN_FILES += $(CONFIG_HS)
78
79 # -----------------------------------------------------------------------------
80 #               Set SRCS, HCS, OBJS
81 #
82 # First figure out DIRS, the source sub-directories
83 # Then derive SRCS by looking in them
84 #
85
86 DIRS = \
87   utils basicTypes types hsSyn prelude rename typecheck deSugar coreSyn \
88   specialise simplCore stranal stgSyn simplStg codeGen absCSyn main \
89   profiling parser usageSP cprAnalysis javaGen compMan
90
91 ifeq ($(GhcWithNativeCodeGen),YES)
92 DIRS += nativeGen
93 else
94 SRC_HC_OPTS += -DOMIT_NATIVE_CODEGEN
95 endif
96
97 ifeq ($(GhcWithIlx),YES)
98 DIRS += ilxGen
99 SRC_HC_OPTS += -DILX
100 endif
101
102 #
103 # Canonicalize the GHC version number - assume it is has the form x.yy.[z] or 
104 # x.yy[.date] where date = yyyymmdd
105 #
106 # [First sed substitution gets rid of the '.', second gets rid of the date portion,
107 #  third appends a '0' if the z portion is missing]
108 #
109 CANON_HC_VERSION=$(shell echo "$(GhcVersion)" | sed -e 's/\.//g;s/^\(...\)........$$/\1/g;s/^\(...\)$$/\10/g')
110
111 # 20010625
112
113 ifeq "$(BootingFromHc)" "YES"
114 # HC files are always from a self-booted compiler
115 bootstrapped = YES
116 compiling_with_4xx=NO
117 else
118 bootstrapped = $(shell if (test $(CANON_HC_VERSION) -ge $(ProjectVersionInt)0); then echo YES; else echo NO; fi)
119 compiling_with_4xx = $(shell if (test $(CANON_HC_VERSION) -lt 5000); then echo YES; else echo NO; fi)
120 ghc_502_at_least = $(shell if (test $(CANON_HC_VERSION) -ge 5020); then echo YES; else echo NO; fi)
121 endif
122
123 # Only include GHCi if we're bootstrapping with at least version 411
124 ifeq "$(GhcWithInterpreter)" "YES"
125 ifeq "$(bootstrapped)" "YES"
126 SRC_HC_OPTS += -DGHCI
127 DIRS += ghci
128 endif
129 endif
130
131 # Enable code that assumes a MSDOSish subshell. See mk/config.mk.in
132 # for explanatory comment as to what this does.
133 ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
134 ghc_501_at_least = $(shell if (test $(CANON_HC_VERSION) -ge 5010); then echo YES; else echo NO; fi)
135
136 HS_SRCS := $(foreach dir,$(DIRS),$(wildcard $(dir)/*.lhs) $(wildcard $(dir)/*.hs))
137 HS_SRCS := $(filter-out rename/ParseIface.hs parser/Parser.hs main/ParsePkgConf.hs $(CONFIG_HS), $(HS_SRCS))
138 HS_SRCS += $(CONFIG_HS)
139
140 # -----------------------------------------------
141 # GHCi calls the C procedure 'rawSystem'; but alas GHC 4.08 
142 # does not have this.  Everything is fine if you are compiling
143 # GHC with GHC 5.02 or better, but lacking that we have the following
144 # hack: 
145 #       copy rawSystem.c from hslibs/lang/cbits
146 #       into main/ (where it'll be compiled and linked with the compiler)
147 #       (the Haskell-side code is ifdefed into main/SysTools.lhs)
148
149 ifneq "$(ghc_502_at_least)" "YES"
150 C_SRCS += main/rawSystem.c
151 SRC_CC_OPTS += -I$(GHC_LIB_DIR)/std/cbits
152 SRC_MKDEPENDC_OPTS += -I$(GHC_LIB_DIR)/std/cbits
153 HS_OBJS += main/rawSystem.o
154 main/rawSystem.c : $(FPTOOLS_TOP)/hslibs/lang/cbits/rawSystem.c
155         $(CP) $< main
156 endif
157 endif
158 #               End of system hack
159 # -----------------------------------------------
160
161 ifneq "$(BootingFromHc)" "YES"
162 HS_SRCS += rename/ParseIface.hs parser/Parser.hs main/ParsePkgConf.hs
163 endif
164
165 HCS      = $(patsubst %.lhs, %.hc, $(patsubst %.hs, %.hc, $(HS_SRCS)))
166
167 ifeq "$(BootingFromHc)" "YES"
168 HCS     += rename/ParseIface.hc parser/Parser.hc main/ParsePkgConf.hc
169 endif
170
171 #
172 # Add misc .c helper code (used by the frontend.)
173 #
174 C_SRCS += parser/hschooks.c
175
176 HS_OBJS = \
177   $(patsubst %.hc, %.o, $(HCS)) \
178   $(patsubst %.c, %.o, $(C_SRCS))
179
180 DESTDIR       = $(INSTALL_LIBRARY_DIR_GHC)
181
182 #
183 # Big Fudge to get around inherent problem that Makefile setup
184 # has got with 'mkdependC'.
185
186 SRC_MKDEPENDC_OPTS += -D__GLASGOW_HASKELL__=$(ProjectVersionInt) -I$(GHC_INCLUDE_DIR)
187
188 # -----------------------------------------------------------------------------
189 #               Haskell compilations
190
191 #
192 # Compiler to use for building ghc, use the build tree
193 # driver when booting.
194 #
195 HC=$(GHC)
196
197 #
198 # Use GHC for compiling C bits
199 #
200 ifeq "$(BootingFromHc)" "YES"
201 SRC_CC_OPTS += -D__GLASGOW_HASKELL__=$(ProjectVersionInt)
202 else
203 CC = $(HC)
204 CC_OPTS := $(addprefix -optc, $(CC_OPTS))
205 endif
206
207 # magic from GNU make manual to convert a list of values
208 # into a colon-separated list
209 empty:=
210 space:= $(empty) $(empty)
211
212 SRC_HC_OPTS += \
213   -cpp -fglasgow-exts -Rghc-timing \
214   -I. -IcodeGen -InativeGen -Iparser \
215   -i$(subst $(space),:,$(DIRS)) 
216
217 # Omitted:      -I$(GHC_INCLUDE_DIR)
218 # We should have -I$(GHC_INCLUDE_DIR) in SRC_HC_OPTS, 
219 # to avoid the use of an explicit path in GHC source files
220 #       (include "../includes/config.h"
221 # But alas GHC 4.08 (and others for all I know) uses this very
222 # same include path when compiling the .hc files it generates.
223 # Disaster!  Then the hc file sees the GHC 5.02 (or whatever)
224 # include files.   For the moment we've reverted to using
225 # an explicit path in the .hs sources
226
227 ifneq "$(mingw32_TARGET_OS)" "1"
228 SRC_HC_OPTS += -package concurrent -package posix -package text -package util
229 else
230 SRC_HC_OPTS += -package concurrent -package text -package util
231 endif
232
233 SRC_CC_OPTS += -Iparser -I. -I$(TOP)/includes -O
234 SRC_HC_OPTS += -recomp $(GhcHcOpts)
235 SRC_HC_OPTS += -H16M
236
237 #       Special flags for particular modules
238 #       The standard suffix rule for compiling a Haskell file
239 #       adds these flags to the command line
240
241 # not sure if this is required --SDM
242 main/Main_HC_OPTS               = -fvia-C
243
244 prelude/PrimOp_HC_OPTS          = -no-recomp -H80m
245
246 # because the NCG can't handle the 64-bit math in here
247 prelude/PrelRules_HC_OPTS       = -fvia-C
248
249 rename/ParseIface_HC_OPTS       += -Onot -H45m -fno-warn-incomplete-patterns
250 parser/Parser_HC_OPTS           += -Onot -fno-warn-incomplete-patterns
251 main/ParsePkgConf_HC_OPTS       += -fno-warn-incomplete-patterns
252
253 # The latest GHC version doesn't have a -K option yet, and it doesn't
254 # seem to be necessary anymore for the modules below.
255 ifeq "$(compiling_with_4xx)" "YES"
256 rename/ParseIface_HC_OPTS       += -K2m
257 parser/Parser_HC_OPTS           += -K2m
258 endif
259
260 ifeq "$(TARGETPLATFORM)" "hppa1.1-hp-hpux9"
261 rename/RnMonad_HC_OPTS          =  -O2 -O2-for-C
262 endif
263
264 utils/StringBuffer_HC_OPTS      = -fvia-C -fno-prune-tydecls
265 utils/Digraph_HC_OPTS           = -fglasgow-exts 
266
267 # flags for PrimPacked:
268 #
269 # -monly-3-regs 
270 #       because it contains a 'ccall strlen', which gets inlined by
271 #       gcc, causing a lack of registers.
272 #
273 utils/PrimPacked_HC_OPTS        = -fvia-C -monly-3-regs
274
275 # ByteCodeItbls uses primops that the NCG doesn't support yet.
276 ghci/ByteCodeItbls_HC_OPTS      = -fvia-C
277 ghci/ByteCodeLink_HC_OPTS       = -fvia-C
278
279 # CSE interacts badly with top-level IORefs (reportedly in DriverState and
280 # DriverMkDepend), causing some of them to be commoned up.  We have a fix for
281 # this in 5.00+, but earlier versions of the compiler will need CSE turned off.
282 # To be on the safe side, we disable CSE in *all* modules with top-level IORefs.
283 compMan/CompManager_HC_OPTS     = -fno-cse
284 ghci/InteractiveUI_HC_OPTS      = -fno-cse
285 main/CmdLineOpts_HC_OPTS        = -fno-cse
286 main/DriverFlags_HC_OPTS        = -fno-cse
287 main/DriverMkDepend_HC_OPTS     = -fno-cse
288 main/DriverPipeline_HC_OPTS     = -fno-cse
289 main/DriverState_HC_OPTS        = -fno-cse
290 main/DriverUtil_HC_OPTS         = -fno-cse
291 main/Finder_HC_OPTS             = -fno-cse
292 main/SysTools_HC_OPTS           = -fno-cse
293
294 # The #include is vital for the via-C route, else the C
295 # compiler doesn't realise that the stcall foreign imports are indeed
296 # stdcall, and doesn't generate the Foo@8 name for them
297 ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
298 main/SysTools_HC_OPTS           += '-\#include <windows.h>'
299 endif
300
301 # ----------------------------------------------------------------------------
302 #               C compilations
303
304 SRC_C_OPTS     += -O -I. -IcodeGen
305
306
307 # ----------------------------------------------------------------------------
308 #               Generate supporting stuff for prelude/PrimOp.lhs 
309 #               from prelude/primops.txt
310
311 CLEAN_FILES += prelude/primops.txt
312
313 GENPOC=$(TOP)/utils/genprimopcode/genprimopcode
314
315 PRIMOP_BITS=primop-data-decl.hs-incl \
316             primop-tag.hs-incl  \
317             primop-list.hs-incl  \
318             primop-has-side-effects.hs-incl  \
319             primop-out-of-line.hs-incl  \
320             primop-commutable.hs-incl  \
321             primop-needs-wrapper.hs-incl  \
322             primop-can-fail.hs-incl  \
323             primop-strictness.hs-incl  \
324             primop-usage.hs-incl  \
325             primop-primop-info.hs-incl
326
327 ifneq "$(BootingFromHc)" "YES"
328 prelude/PrimOp.lhs prelude/PrimOp.o: $(PRIMOP_BITS)
329 endif
330
331 ifneq "$(BootingFromHc)" "YES"
332 depend :: $(PRIMOP_BITS)
333 endif
334
335 primop-data-decl.hs-incl: prelude/primops.txt
336         $(GENPOC) --data-decl          < $< > $@
337 primop-tag.hs-incl: prelude/primops.txt
338         $(GENPOC) --primop-tag         < $< > $@
339 primop-list.hs-incl: prelude/primops.txt
340         $(GENPOC) --primop-list        < $< > $@
341 primop-has-side-effects.hs-incl: prelude/primops.txt
342         $(GENPOC) --has-side-effects   < $< > $@
343 primop-out-of-line.hs-incl: prelude/primops.txt
344         $(GENPOC) --out-of-line        < $< > $@
345 primop-commutable.hs-incl: prelude/primops.txt
346         $(GENPOC) --commutable         < $< > $@
347 primop-needs-wrapper.hs-incl: prelude/primops.txt
348         $(GENPOC) --needs-wrapper      < $< > $@
349 primop-can-fail.hs-incl: prelude/primops.txt
350         $(GENPOC) --can-fail           < $< > $@
351 primop-strictness.hs-incl: prelude/primops.txt
352         $(GENPOC) --strictness         < $< > $@
353 primop-usage.hs-incl: prelude/primops.txt
354         $(GENPOC) --usage              < $< > $@
355 primop-primop-info.hs-incl: prelude/primops.txt
356         $(GENPOC) --primop-primop-info < $< > $@
357
358
359
360 # ----------------------------------------------------------------------------
361 #               Parsers/lexers
362
363 SRC_HAPPY_OPTS += +RTS -K2m -H16m -RTS  $(GHC_HAPPY_OPTS)
364
365 #-----------------------------------------------------------------------------
366 #               Linking
367
368 SRC_LD_OPTS += -no-link-chk 
369
370 # -----------------------------------------------------------------------------
371 # create ghc-inplace, a convenient way to run ghc from the build tree...
372
373 all :: ghc-inplace
374
375 ghc-inplace : $(HS_PROG)
376         @$(RM) $@
377         echo '#!/bin/sh' >>$@
378         echo exec $(FPTOOLS_TOP_ABS_UNIX)/ghc/compiler/$(HS_PROG) -B$(FPTOOLS_TOP_ABS) '"$$@"' >>$@
379         chmod 755 $@
380 ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
381         @$(RM) $@.bat
382         echo "@"$(subst /,\\,$(FPTOOLS_TOP_ABS)/ghc/compiler/$(HS_PROG)) "-B$(FPTOOLS_TOP_ABS) %1 %2 %3 %4 %5 %6 %7 %8 %9" >$@.bat
383         chmod 755 $@.bat
384 endif
385
386 CLEAN_FILES += ghc-inplace
387
388 #-----------------------------------------------------------------------------
389 #               install
390
391 # We don't want ghc treated as an ordinary executable,
392 # but put it together with the libraries.
393 # Also don't want any interface files intstalled
394
395 INSTALL_LIBEXECS += $(HS_PROG)
396
397 #-----------------------------------------------------------------------------
398 #               clean
399
400 CLEAN_FILES += $(wildcard */*.$(way_)o */*.$(way_)hi)
401 CLEAN_FILES += $(PRIMOP_BITS)
402
403 # Extra tidy, remove the .hc files (if you've got them).
404 MAINTAINER_CLEAN_FILES += $(wildcard */*.hc) \
405         parser/Parser.info rename/ParseIface.info main/ParsePkgConf.info \
406         parser/Parser.hs rename/ParseIface.hs main/ParsePkgConf.hs
407
408 #-----------------------------------------------------------------------------
409 #               Include target-rule boilerplate
410
411 include $(TOP)/mk/target.mk