Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jberryman
GHC
Commits
f4bce9ad
Commit
f4bce9ad
authored
16 years ago
by
Ian Lynagh
Browse files
Options
Downloads
Patches
Plain Diff
Add a Makefile in libraries/
parent
f986a831
Loading
Loading
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
boot
+1
-0
1 addition, 0 deletions
boot
ghc.mk
+3
-0
3 additions, 0 deletions
ghc.mk
libraries/Makefile
+3
-0
3 additions, 0 deletions
libraries/Makefile
rules/build-package.mk
+5
-0
5 additions, 0 deletions
rules/build-package.mk
with
12 additions
and
0 deletions
boot
+
1
−
0
View file @
f4bce9ad
...
@@ -58,6 +58,7 @@ for f in $libraries; do
...
@@ -58,6 +58,7 @@ for f in $libraries; do
fi
fi
top
=
`
echo
$f
|
sed
's#[^/]\+#..#g'
`
top
=
`
echo
$f
|
sed
's#[^/]\+#..#g'
`
echo
"
${
f
}
_PACKAGE =
${
pkg
}
"
>>
$f
/ghc.mk
echo
"
${
f
}
_PACKAGE =
${
pkg
}
"
>>
$f
/ghc.mk
echo
"
${
f
}
_dist-install_GROUP = libraries"
>>
$f
/ghc.mk
echo
"
\$
(eval
\$
(call build-package,
${
f
}
,dist-install,
${
stage
}
))"
>>
$f
/ghc.mk
echo
"
\$
(eval
\$
(call build-package,
${
f
}
,dist-install,
${
stage
}
))"
>>
$f
/ghc.mk
rm
-f
$f
/GNUmakefile
rm
-f
$f
/GNUmakefile
echo
"Creating
$f
/GNUmakefile"
echo
"Creating
$f
/GNUmakefile"
...
...
This diff is collapsed.
Click to expand it.
ghc.mk
+
3
−
0
View file @
f4bce9ad
...
@@ -895,3 +895,6 @@ maintainer-clean : distclean
...
@@ -895,3 +895,6 @@ maintainer-clean : distclean
$(
RM
)
libraries/process/include/HsProcessConfig.h.in
$(
RM
)
libraries/process/include/HsProcessConfig.h.in
$(
RM
)
libraries/unix/include/HsUnixConfig.h.in
$(
RM
)
libraries/unix/include/HsUnixConfig.h.in
$(
RM
)
libraries/old-time/include/HsTimeConfig.h.in
$(
RM
)
libraries/old-time/include/HsTimeConfig.h.in
.PHONY
:
all_libraries
This diff is collapsed.
Click to expand it.
libraries/Makefile
0 → 100644
+
3
−
0
View file @
f4bce9ad
dir
=
libraries
TOP
=
..
include
$(TOP)/mk/sub-makefile.mk
This diff is collapsed.
Click to expand it.
rules/build-package.mk
+
5
−
0
View file @
f4bce9ad
...
@@ -42,6 +42,11 @@ endif
...
@@ -42,6 +42,11 @@ endif
ifneq
"$(BINDIST) $3" "YES 0"
ifneq
"$(BINDIST) $3" "YES 0"
$(
call
all-target,
$1
,all_
$1_$2
)
$(
call
all-target,
$1
,all_
$1_$2
)
# This give us things like
# all_libraries: all_libraries/base_dist-install
ifneq
"$$($1_$2_GROUP)" ""
all_$$($1_$2_GROUP)
:
all_$1_$2
endif
$(
call
clean-target,
$1
,
$2
,
$1
/
$2
)
$(
call
clean-target,
$1
,
$2
,
$1
/
$2
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment