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
24927529
Commit
24927529
authored
Nov 13, 2020
by
Maxime Perrotin
Browse files
Fix makefile template
parent
132097d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/skeletons/makefile.tmplt
View file @
24927529
...
...
@@ -212,11 +212,13 @@ dataview/C/built: ${DATAVIEW_UNIQ} ${DATAVIEW_ACN} ${CP_FILES}
@@ELSE@@
dataview/@_Unique_Languages_@/built
:
${DATAVIEW_UNIQ}
#
no context parameters except for C and Ada
mkdir
-p
$(
dir
$@
)
&&
asn2dataModel
-allboards
-o
$(
dir
$@
)
-to
@_Unique_Languages_@
$^
@
@TABLE@@
@
@IF@@ @_Unique_Languages_@
=
SIMULINK
cp
-u
$(
dir
$@
)
/
*
@_LOWER:Function_Names_@/@_Unique_Languages_@/src
@
@TABLE@@
@
@IF@@ @_Language_@
=
SIMULINK
cp
-u
$(
dir
$@
)
/
*
@_LOWER:Function_Names_@/SIMULINK/src
@
@END_IF@@
@
@END_TABLE@@
@
@END_IF@@
touch
$@
@
@END_IF@@
@
@END_TABLE@@
...
...
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