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
7beed569
Commit
7beed569
authored
Apr 08, 2015
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Adjust packaging of Python runtime
parent
1e63a777
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
configure.ac
configure.ac
+1
-0
resources/runtime/Makefile.am
resources/runtime/Makefile.am
+1
-1
resources/runtime/python/Makefile.am
resources/runtime/python/Makefile.am
+5
-1
No files found.
configure.ac
View file @
7beed569
...
...
@@ -335,6 +335,7 @@ fi],
AC_SUBST(PYTHON_PRJ)
AC_SUBST(PYTHON_TARGET)
AC_SUBST(PYTHON_RUNTIME)
AM_CONDITIONAL(INSTALL_PYTHON,[test x"$PYTHON_RUNTIME" = xpython])
##########################################
# Some version control stuff
...
...
resources/runtime/Makefile.am
View file @
7beed569
SUBDIRS
=
cheddar aadl_xml
${PYTHON_RUNTIME}
SUBDIRS
=
cheddar aadl_xml
python
@DEBUG_FALSE@
DEBUG_FLAG
=
--disable-debug
@DEBUG_TRUE@
DEBUG_FLAG
=
--enable-debug
...
...
resources/runtime/python/Makefile.am
View file @
7beed569
AUTOMAKE_OPTIONS
=
no-dependencies
PYTHON_FILES
=
$(srcdir)
/ocarina.py
\
PYTHON_FILES
=
$(srcdir)
/ocarina.py
if
INSTALL_PYTHON
PYTHON_FILES
+
=
\
$(top_builddir)/src/python/ocarina_me_aadl_aadl_instances_nodes.py
\
$(top_builddir)/src/python/ocarina_me_aadl_aadl_tree_nodes.py
endif
EXTRA_DIST
=
$(PYTHON_FILES)
...
...
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