Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
994e5bd4
Commit
994e5bd4
authored
Aug 09, 2019
by
Maxime Perrotin
Browse files
More on GUI
parent
7b8850b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/skeletons/makefile.tmplt
View file @
994e5bd4
...
...
@@ -129,6 +129,12 @@ dataview/@_Lang_@/built: ${DATAVIEW_UNIQ}
@@IF@@
@_Lang_@
=
Python
$(MAKE)
-C
dataview/Python
-f
Makefile.python
cp dataview/Python/* @_LOWER
:
Function_Names_@/GUI/wrappers/python
cp
dataview/C/
*
@_LOWER:Function_Names_@/GUI/wrappers/python
cp
dataview/C/
*
@_LOWER:Function_Names_@/GUI/wrappers/python
cd
@_LOWER:Function_Names_@/GUI/wrappers/python
&&
\
gcc
-g
-fPIC
-c
`
python-config
--cflags
`
gui_api.c ../../src/queue_manager.c timeInMS.c debug_messages.c
-I
.
-I
../../src
&&
\
gcc
-g
-shared
-o
PythonAccess.so gui_api.o queue_manager.o timeInMS.o debug_messages.o
`
python-config
--ldflags
`
-lrt
@
@END_IF@@
touch
$@
@
@END_IF@@
...
...
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