Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
874d3092
Commit
874d3092
authored
Mar 04, 2001
by
qrczak
Browse files
[project @ 2001-03-04 08:31:13 by qrczak]
Properly clean PrelPrimopWrappers for all ways.
parent
f0273cc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/lib/std/Makefile
View file @
874d3092
...
...
@@ -37,6 +37,8 @@ HSLIB = std
# we don't want PrelMain in the GHCi library.
GHCI_LIBOBJS
=
$(
filter-out
PrelMain.
$(way_)
o,
$(HS_OBJS)
)
BOOT_SRCS
+=
PrelPrimopWrappers.hs
HSC_SRCS
=
$(
wildcard
*
.hsc
)
HSC_HS
=
$(
patsubst
%.hsc,%.hs,
$(HSC_SRCS)
)
HS_SRCS
:=
$(HSC_HS)
$(
filter-out
$(HSC_HS)
,
$(HS_SRCS)
)
...
...
@@ -82,7 +84,7 @@ HS_SRCS := $(filter-out PrelMain.lhs, $(HS_SRCS))
all
::
PrelMain.dll_o
endif
CLEAN_FILES
+=
PrelPrimopWrappers.hs
PrelGHC.hi
$(
foreach
way,
$(WAYS)
, PrelGHC.
$(way)
_hi
)
CLEAN_FILES
+=
PrelGHC.hi
$(
foreach
way,
$(WAYS)
, PrelGHC.
$(way)
_hi
)
CLEAN_FILES
+=
\
$(
patsubst
%.hsc, %.hs,
$(HSC_SRCS)
)
\
...
...
mk/paths.mk
View file @
874d3092
...
...
@@ -99,7 +99,7 @@ INSTALL_DIR = $(FPTOOLS_TOP)/glafp-utils/mkdirhier/mkdirhier
SRCS
=
$(
wildcard
*
.lhs
*
.hs
*
.c
*
.lc
*
.prl
*
.lprl
*
.lit
*
.verb
)
HS_SRCS
=
$(
filter
%.lhs %.hs %.hc,
$(SRCS)
$(BOOT_SRCS)
)
HS_SRCS
=
$(
filter
%.lhs %.hs %.hc,
$(
sort
$(SRCS)
$(BOOT_SRCS)
)
)
HS_OBJS
=
$(
addsuffix
.
$(way_)
o,
$(
basename
$(HS_SRCS)
))
HS_HCS
=
$(
addsuffix
.
$(way_)
hc,
$(
basename
$(HS_SRCS)
))
HS_SS
=
$(
addsuffix
.
$(way_)
s,
$(
basename
$(HS_SRCS)
))
...
...
Write
Preview
Supports
Markdown
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