Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
86256b6f
Commit
86256b6f
authored
Jun 16, 2015
by
yoogx
Browse files
* Update packaging of Python files
parent
7ac06523
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/runtime/python/Makefile.am
View file @
86256b6f
AUTOMAKE_OPTIONS
=
no-dependencies
PYTHON_FILES
=
$(srcdir)
/ocarina.py
\
$(srcdir)
/ocarina_common_tools.py
PYTHON_FILES
=
$(srcdir)
/ocarina/ocarina.py
\
$(srcdir)
/ocarina/__init.py__
\
$(srcdir)
/ocarina/ocarina_common_tools.py
$(srcdir)
/setup.py
if
INSTALL_PYTHON
PYTHON_FILES
+=
\
...
...
@@ -15,4 +16,4 @@ ocarina_python = ${shell $(CYGPATH_U) '$(includedir)/ocarina/runtime/python'}
install-data-local
:
$(INSTALL)
-d
$(DESTDIR)$(ocarina_python)
for
f
in
$(PYTHON_FILES)
;
do
$(INSTALL)
-m
444
$$
f
$(DESTDIR)$(ocarina_python)
;
done
pip
install
--user
.
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