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
c80df7e8
Commit
c80df7e8
authored
Jun 11, 2018
by
Maxime Perrotin
Browse files
Fix makefile template
parent
c095ed97
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/skeletons/makefile.tmplt
View file @
c80df7e8
...
...
@@ -23,10 +23,20 @@ dataviews:
@@TABLE@@
@@IF@@
@_Unique_Languages_@
/=
"GUI"
@@IF@@
@_Unique_Languages_@
=
"Ada"
or
@_Unique_Languages_@
=
"SDL"
if [ ! -d dataview/Ada ]; then mkdir dataview/Ada && mono $(shell which asn1.exe) -Ada -typePrefix asn1Scc -o dataview/Ada dataview/dataview-uniq.asn @_REPLACE(,/ )
:
CP_Files_@ ; fi
@@INLINE()()(;
fi\n)@@
if
[
!
-d
dataview/Ada
];
then
mkdir
dataview/Ada
&&
mono
$(shell
which
asn1.exe)
-Ada
-typePrefix
asn1Scc
-o
dataview/Ada
dataview/dataview-uniq.asn
@@TABLE@@
@_REPLACE(,/ )
:
CP_Files_@
@
@END_TABLE@@
@
@END_INLINE@@
cd
dataview/Ada
&&
rm
-f
gnat.cfg GPS_project.gpr IgnoredExaminerWarnings.wrn runSpark.sh
@
@ELSIF@@ @_Unique_Languages_@
=
"C"
or @_Unique_Languages_@
=
"CPP"
or @_Unique_Languages_@
=
"Blackbox_C"
if
[
!
-d
dataview/C
]
;
then
mkdir
dataview/C
&&
mono
$(
shell
which asn1.exe
)
-c
-typePrefix
asn1Scc
-o
dataview/C dataview/dataview-uniq.asn @_REPLACE
(
,/
)
:CP_Files_@
;
fi
@
@INLINE
()()(
;
fi
\n
)
@@
if
[
!
-d
dataview/C
]
;
then
mkdir
dataview/C
&&
mono
$(
shell
which asn1.exe
)
-c
-typePrefix
asn1Scc
-o
dataview/C dataview/dataview-uniq.asn
@
@TABLE@@
@
_REPLACE
(
,/
)
:CP_Files_@
@
@END_TABLE@@
@
@END_INLINE@@
@
@ELSE@@
mkdir
-p
dataview/@_Unique_Languages_@
asn2dataModel
-o
dataview/@_Unique_Languages_@
-to
@_Unique_Languages_@ dataview/dataview-uniq.asn
...
...
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