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
3de948d2
Commit
3de948d2
authored
Apr 08, 2015
by
Julien
Browse files
Merge branch 'master' of
https://github.com/yoogx/ocarina
parents
989a5c42
7beed569
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
3de948d2
...
...
@@ -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 @
3de948d2
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 @
3de948d2
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