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
7beed569
Commit
7beed569
authored
Apr 08, 2015
by
yoogx
Browse files
* Adjust packaging of Python runtime
parent
1e63a777
Changes
3
Hide whitespace changes
Inline
Side-by-side
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
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