Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
980cfc98
Commit
980cfc98
authored
Apr 11, 2014
by
yoogx
Browse files
* Add --enable-python flag in configure to activate Python bindings
parent
19bb5807
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
980cfc98
...
...
@@ -325,6 +325,19 @@ AS_HELP_STRING([--with-aadl-version=x], [choose AADL version (v1)]),
AC_MSG_RESULT(${newval})
AC_SUBST(AADL_VERSION)
#############################
# Python
#############################
AC_ARG_ENABLE(python,
[ --enable-python Build Python bindings [default=no]],
[if [[ "$enableval" = "yes" ]]; then
PYTHON_PRJ=ocarina-python.gpr
fi],
[])
AC_SUBST(PYTHON_PRJ)
##########################################
# Some version control stuff
##########################################
...
...
projects/Makefile.am
View file @
980cfc98
...
...
@@ -8,8 +8,7 @@ BUILD_PROJECTS=\
ocarina-backends.gpr
\
ocarina-config.gpr
\
ocarina-transfo.gpr
\
ocarina-main.gpr
\
ocarina-python.gpr
ocarina-main.gpr
$(PYTHON_PRJ)
# All project files have to be packaged with "make dist"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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