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
kazoo
Commits
e8a46dda
Commit
e8a46dda
authored
Nov 23, 2021
by
Maxime Perrotin
Browse files
Add a Makefile to generate timer code in simulation mode
parent
3668515b
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/skeletons/timer-manager-body-simu/makefile-filename.tmplt
View file @
e8a46dda
Makefile
templates/skeletons/timer-manager-body-simu/makefile.tmplt
View file @
e8a46dda
OPENGEODE
?=
opengeode
all
:
compile-linux
clean
:
rm
-rf
obj
edit
:
cd
src
&&
$(OPENGEODE)
@_LOWER:Name_@.pr
generate-code
:
mkdir
-p
code
&&
cd
code
&&
\
cp
../../../dataview/dataview-uniq.asn ../src
&&
\
$(OPENGEODE)
--taste
--toAda
../src/@_LOWER:Name_@.pr
&&
\
mv
*
.gpr ..
compile-linux
:
generate-code
CODE_PATH
=
code
ADA_INCLUDE_PATH
=
../../../dataview/Ada gprbuild
-p
-P
@_LOWER:Name_@_ada.gpr
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