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
Terraform modules
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
Gesh
GHC
Commits
5e6684ac
Commit
5e6684ac
authored
28 years ago
by
sof
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1997-03-20 22:26:00 by sof]
Place all include files in one installation dir
parent
7d5a9249
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/includes/Makefile
+5
-8
5 additions, 8 deletions
ghc/includes/Makefile
with
5 additions
and
8 deletions
ghc/includes/Makefile
+
5
−
8
View file @
5e6684ac
...
...
@@ -90,16 +90,13 @@ boot :: all
# Install all header files
#
# Hackily set the install destination here:
INSTALL_DATAS
+=
$(
DELIT_H_FILES
)
$(
H_FILES
)
$(
TARGETPLATFORM
)
.h
#
# We want the configuration header files for the different platforms
# to be put inside the lib/../$(HOSTPLATFORM)/ directory
# Note: we keep per-platform copies of all the include files
# (ditto for interface files). This is not *really* needed, but
# it gives (perhaps) a cleaner binary dist structure..might change.
#
install
::
$(H_CONFIG)
$(
INSTALL_DIR
)
$(
libdir
)
/includes
$(
INSTALL_DATA
)
$(
INSTALL_OPTS
)
$(
H_CONFIG
)
$(
libdir
)
/includes
datadir
:=
$(
libdir
)
/includes
INSTALL_DATAS
+=
$(
DELIT_H_FILES
)
$(
H_FILES
)
$(
TARGETPLATFORM
)
.h
$(
H_CONFIG
)
#
# `make clean' settings:
...
...
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