Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LabComm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anders Blomdell
LabComm
Commits
04550b7a
Commit
04550b7a
authored
9 years ago
by
Sven Gestegård Robertz
Browse files
Options
Downloads
Patches
Plain Diff
added python handler example to makefile
parent
efbb3264
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/user_types/Makefile
+10
-0
10 additions, 0 deletions
examples/user_types/Makefile
with
10 additions
and
0 deletions
examples/user_types/Makefile
+
10
−
0
View file @
04550b7a
...
@@ -83,6 +83,9 @@ run:
...
@@ -83,6 +83,9 @@ run:
@echo "************ running python decoder (from wiki_example)
:
"
@echo "************ running python decoder (from wiki_example)
:
"
@
PYTHONPATH
=
${
LCDIR
}
/lib/python ../wiki_example/example_decoder.py encoded_data_j LabComm2014
@
PYTHONPATH
=
${
LCDIR
}
/lib/python ../wiki_example/example_decoder.py encoded_data_j LabComm2014
@echo "************ running python decoder (with handlers)
:
"
@
PYTHONPATH
=
${
LCDIR
}
/lib/python:gen:. ./example_handlers.py encoded_data_j LabComm2014
@echo "************ running C encoder
:
*****************"
@echo "************ running C encoder
:
*****************"
@${
LD_LIBRARY_PATH_NAME
}
=
${
LCDIR
}
/lib/c/ ./example_encoder encoded_data_c
@${
LD_LIBRARY_PATH_NAME
}
=
${
LCDIR
}
/lib/c/ ./example_encoder encoded_data_c
...
@@ -95,6 +98,9 @@ run:
...
@@ -95,6 +98,9 @@ run:
@echo "************ running python decoder (from wiki_example)
:
"
@echo "************ running python decoder (from wiki_example)
:
"
@
PYTHONPATH
=
${
LCDIR
}
/lib/python ../wiki_example/example_decoder.py encoded_data_c LabComm2014
@
PYTHONPATH
=
${
LCDIR
}
/lib/python ../wiki_example/example_decoder.py encoded_data_c LabComm2014
@echo "************ running python decoder (with handlers)
:
"
@
PYTHONPATH
=
${
LCDIR
}
/lib/python:gen:. ./example_handlers.py encoded_data_j LabComm2014
@echo "************ running python encoder
:
*****************"
@echo "************ running python encoder
:
*****************"
@
PYTHONPATH
=
${
LCDIR
}
/lib/python:
${
GENDIR
}
./example_encoder.py encoded_data_p LabComm2014
@
PYTHONPATH
=
${
LCDIR
}
/lib/python:
${
GENDIR
}
./example_encoder.py encoded_data_p LabComm2014
...
@@ -107,6 +113,10 @@ run:
...
@@ -107,6 +113,10 @@ run:
@echo "************ running python decoder (from wiki_example)
:
"
@echo "************ running python decoder (from wiki_example)
:
"
PYTHONPATH
=
${
LCDIR
}
/lib/python ../wiki_example/example_decoder.py encoded_data_p LabComm2014
PYTHONPATH
=
${
LCDIR
}
/lib/python ../wiki_example/example_decoder.py encoded_data_p LabComm2014
@echo "************ running python decoder (with handlers)
:
"
@
PYTHONPATH
=
${
LCDIR
}
/lib/python:gen:. ./example_handlers.py encoded_data_j LabComm2014
runwcs
:
build ExampleEncoder.exe ExampleDecoder.exe
runwcs
:
build ExampleEncoder.exe ExampleDecoder.exe
@
echo
@
echo
@
echo
"********************************************"
@
echo
"********************************************"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment