Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alex D
GHC
Commits
6bd4017c
Commit
6bd4017c
authored
Mar 01, 2013
by
ian@well-typed.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make ghc.mk a little prettier
parent
77d1a44a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
45 deletions
+34
-45
ghc.mk
ghc.mk
+34
-45
No files found.
ghc.mk
View file @
6bd4017c
...
...
@@ -587,29 +587,24 @@ endif
# variables defined by their dependencies
ifneq
"$(BINDIST)" "YES"
BUILD_DIRS
+=
\
$(GHC_MKDIRHIER_DIR)
BUILD_DIRS
+=
$(GHC_MKDIRHIER_DIR)
endif
ifeq
"$(Windows_Host)" "YES"
BUILD_DIRS
+=
\
$(GHC_TOUCHY_DIR)
BUILD_DIRS
+=
$(GHC_TOUCHY_DIR)
endif
BUILD_DIRS
+=
\
docs/users_guide
\
docs/man
\
$(GHC_UNLIT_DIR)
\
$(GHC_HP2PS_DIR)
BUILD_DIRS
+=
docs/users_guide
BUILD_DIRS
+=
docs/man
BUILD_DIRS
+=
$(GHC_UNLIT_DIR)
BUILD_DIRS
+=
$(GHC_HP2PS_DIR)
ifneq
"$(GhcUnregisterised)" "YES"
BUILD_DIRS
+=
\
$(GHC_SPLIT_DIR)
BUILD_DIRS
+=
$(GHC_SPLIT_DIR)
endif
ifneq
"$(BINDIST)" "YES"
BUILD_DIRS
+=
\
$(GHC_GENPRIMOP_DIR)
BUILD_DIRS
+=
$(GHC_GENPRIMOP_DIR)
endif
ifeq
"$(Stage1Only)-$(phase)" "YES-final"
...
...
@@ -618,24 +613,21 @@ else
MAYBE_GHCI
=
driver/ghci
endif
BUILD_DIRS
+=
\
driver
\
$(MAYBE_GHCI)
\
driver/ghc
\
driver/haddock
\
libffi
\
includes
\
rts
BUILD_DIRS
+=
driver
BUILD_DIRS
+=
$(MAYBE_GHCI)
BUILD_DIRS
+=
driver/ghc
BUILD_DIRS
+=
driver/haddock
BUILD_DIRS
+=
libffi
BUILD_DIRS
+=
includes
BUILD_DIRS
+=
rts
ifneq
"$(BINDIST)" "YES"
BUILD_DIRS
+=
\
bindisttest
\
$(GHC_GENAPPLY_DIR)
BUILD_DIRS
+=
bindisttest
BUILD_DIRS
+=
$(GHC_GENAPPLY_DIR)
endif
ifneq
"$(CLEANING)" "YES"
BUILD_DIRS
+=
\
$(
patsubst
%, libraries/%,
$(PACKAGES_STAGE1)
)
BUILD_DIRS
+=
$(
patsubst
%, libraries/%,
$(PACKAGES_STAGE1)
)
endif
...
...
@@ -655,31 +647,28 @@ MAYBE_HPC=utils/hpc
MAYBE_RUNGHC
=
utils/runghc
endif
BUILD_DIRS
+=
\
utils/haddock
\
utils/haddock/doc
\
compiler
\
$(GHC_HSC2HS_DIR)
\
$(GHC_PKG_DIR)
\
utils/deriveConstants
\
utils/testremove
\
$(MAYBE_GHCTAGS)
\
utils/ghc-pwd
\
$(GHC_CABAL_DIR)
\
$(MAYBE_HPC)
\
$(MAYBE_RUNGHC)
\
ghc
BUILD_DIRS
+=
utils/haddock
BUILD_DIRS
+=
utils/haddock/doc
BUILD_DIRS
+=
compiler
BUILD_DIRS
+=
$(GHC_HSC2HS_DIR)
BUILD_DIRS
+=
$(GHC_PKG_DIR)
BUILD_DIRS
+=
utils/deriveConstants
BUILD_DIRS
+=
utils/testremove
BUILD_DIRS
+=
$(MAYBE_GHCTAGS)
BUILD_DIRS
+=
utils/ghc-pwd
BUILD_DIRS
+=
$(GHC_CABAL_DIR)
BUILD_DIRS
+=
$(MAYBE_HPC)
BUILD_DIRS
+=
$(MAYBE_RUNGHC)
BUILD_DIRS
+=
ghc
ifneq
"$(CLEANING)" "YES"
BUILD_DIRS
+=
\
$(
patsubst
%, libraries/%,
$(PACKAGES_STAGE2)
)
\
libraries/dph
BUILD_DIRS
+=
$(
patsubst
%, libraries/%,
$(PACKAGES_STAGE2)
)
BUILD_DIRS
+=
libraries/dph
endif
ifneq
"$(BINDIST)" "YES"
ifneq
"$(CrossCompiling)-$(phase)" "YES-final"
BUILD_DIRS
+=
\
utils/mkUserGuidePart
BUILD_DIRS
+=
utils/mkUserGuidePart
endif
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