Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
86256b6f
Commit
86256b6f
authored
Jun 16, 2015
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Update packaging of Python files
parent
7ac06523
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
resources/runtime/python/Makefile.am
resources/runtime/python/Makefile.am
+4
-3
No files found.
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
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