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