Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
39870dde
Commit
39870dde
authored
Jan 06, 2016
by
Matthias Braun
Browse files
Makefile: Actually use the INSTALL variable
parent
04580e62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
39870dde
...
...
@@ -181,13 +181,13 @@ PREFIX ?= /usr/local
INSTALL
?=
install
INSTALLPREFIX
=
$(DESTDIR)$(PREFIX)
install
:
$(libfirm_a)
install
-d
"
$(INSTALLPREFIX)
/include/libfirm"
install
-m0644
include/libfirm/
*
.h
"
$(INSTALLPREFIX)
/include/libfirm"
install
-m0644
"
$(gendir)
"
/include/libfirm/
*
.h
"
$(INSTALLPREFIX)
/include/libfirm"
install
-d
"
$(INSTALLPREFIX)
/include/libfirm/adt"
install
-m0644
include/libfirm/adt/
*
.h
"
$(INSTALLPREFIX)
/include/libfirm/adt"
install
-d
"
$(INSTALLPREFIX)
/lib"
install
-m0644
$<
"
$(INSTALLPREFIX)
/lib"
$(INSTALL)
-d
"
$(INSTALLPREFIX)
/include/libfirm"
$(INSTALL)
-m0644
include/libfirm/
*
.h
"
$(INSTALLPREFIX)
/include/libfirm"
$(INSTALL)
-m0644
"
$(gendir)
"
/include/libfirm/
*
.h
"
$(INSTALLPREFIX)
/include/libfirm"
$(INSTALL)
-d
"
$(INSTALLPREFIX)
/include/libfirm/adt"
$(INSTALL)
-m0644
include/libfirm/adt/
*
.h
"
$(INSTALLPREFIX)
/include/libfirm/adt"
$(INSTALL)
-d
"
$(INSTALLPREFIX)
/lib"
$(INSTALL)
-m0644
$<
"
$(INSTALLPREFIX)
/lib"
# Ensure all output directories are created
UNUSED1
:=
$(
shell
mkdir
-p
$(libfirm_BUILDDIRS)
)
...
...
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