Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
d35fa1b2
Commit
d35fa1b2
authored
Mar 10, 2018
by
Albert Gräf
Browse files
Add the install prefix (only used on Linux) to the toplevel Makefile.
parent
f972de1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d35fa1b2
...
...
@@ -49,11 +49,21 @@
.PHONY
:
all incremental checkout clean realclean dist
# Installation prefix under which Pd-l2ork is installed (Linux only). If this
# isn't set, a default location will be used (usually /usr/local). NOTE: The
# default prefs file assumes /usr, if you choose anything else then you'll
# have to edit $prefix/lib/pd-l2ork/default.settings accordingly.
prefix
=
/usr
ifneq
($(prefix),)
env
=
inst_dir
=
"
$(prefix)
"
endif
all
:
cd
l2ork_addons
&&
./tar_em_up.sh
-Tk
cd
l2ork_addons
&&
$(env)
./tar_em_up.sh
-Tk
incremental
:
cd
l2ork_addons
&&
./tar_em_up.sh
-tk
cd
l2ork_addons
&&
$(env)
./tar_em_up.sh
-tk
checkout
:
git submodule update
--init
...
...
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