Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
102394e7
Commit
102394e7
authored
Sep 17, 1996
by
sof
Browse files
[project @ 1996-09-17 00:16:30 by sof]
Changed to properly generate deps. for way X files
parent
731362ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/Jmakefile
View file @
102394e7
...
...
@@ -46,6 +46,9 @@ GHC_OPTS=-recomp -cpp \
-fusing-ghc-internals \
HcMaxHeapFlag $(EXTRA_HC_OPTS)
EXTRA_MKDEPENDHS_OPTS = -irequired:prelude:ghc:hbc:glaExts:concurrent
PREL_OPTS=/*???-fcompiling-ghc-internals -fno-implicit-prelude*/
/* per-build options: shared with RTS */
...
...
@@ -199,7 +202,35 @@ HSTAGS_OPTS=-cpp -fglasgow-exts
/* otherwise, the dependencies jeopardize our .hc files --
which are all we have! */
MAIN_INCLUDE_DIR = $(TOP_PWD)/$(CURRENT_DIR)/$(GHC_INCLUDES)
MKDEPENDHS_OPTS= -o .hc -I$(MAIN_INCLUDE_DIR)
HaskellDependTarget( $(BASIC_HS_PREL) )
MKDEPENDHS_OPTS= \
IfBuild_mc(-s mc) \
IfBuild_mr(-s mr) \
IfBuild_mt(-s mt) \
IfBuild_mp(-s mp) \
IfBuild_mg(-s mg) \
IfBuild_2s(-s 2s) \
IfBuild_1s(-s 1s) \
IfBuild_du(-s du) \
IfBuild_p(-s p) \
IfBuild_t(-s t) \
IfBuild_a(-s a) \
IfBuild_b(-s b) \
IfBuild_c(-s c) \
IfBuild_d(-s d) \
IfBuild_e(-s e) \
IfBuild_f(-s f) \
IfBuild_g(-s g) \
IfBuild_h(-s h) \
IfBuild_i(-s i) \
IfBuild_j(-s j) \
IfBuild_k(-s k) \
IfBuild_l(-s l) \
IfBuild_m(-s m) \
IfBuild_n(-s n) \
IfBuild_o(-s o) \
IfBuild_A(-s A) \
IfBuild_B(-s B) \
-o hc -I$(MAIN_INCLUDE_DIR)
HaskellDependTarget( $(BASIC_HS) )
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment