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
d91a84bd
Commit
d91a84bd
authored
Jan 29, 2015
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Install Python runtime only if configured by user
Fix for ticket #24
parent
e72c152d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
configure.ac
configure.ac
+2
-0
resources/runtime/Makefile.am
resources/runtime/Makefile.am
+1
-1
No files found.
configure.ac
View file @
d91a84bd
...
...
@@ -328,11 +328,13 @@ AC_ARG_ENABLE(python,
[if [[ "$enableval" = "yes" ]]; then
PYTHON_PRJ=ocarina-python.gpr
PYTHON_TARGET=python_tree
PYTHON_RUNTIME=python
fi],
[])
AC_SUBST(PYTHON_PRJ)
AC_SUBST(PYTHON_TARGET)
AC_SUBST(PYTHON_RUNTIME)
##########################################
# Some version control stuff
...
...
resources/runtime/Makefile.am
View file @
d91a84bd
SUBDIRS
=
cheddar aadl_xml
python
SUBDIRS
=
cheddar aadl_xml
${PYTHON_RUNTIME}
@DEBUG_FALSE@
DEBUG_FLAG
=
--disable-debug
@DEBUG_TRUE@
DEBUG_FLAG
=
--enable-debug
...
...
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