Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kazoo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
kazoo
Commits
0b0c7de8
Commit
0b0c7de8
authored
Sep 30, 2019
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ConcurrencyView_Properties.aadl as dependency
parent
28c8b81e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
templates/skeletons/makefile.tmplt
templates/skeletons/makefile.tmplt
+5
-0
No files found.
templates/skeletons/makefile.tmplt
View file @
0b0c7de8
...
@@ -75,6 +75,11 @@ build/deploymentview_final/Makefile: build/main.aadl ${DATAVIEW_AADLV2} ../Concu
...
@@ -75,6 +75,11 @@ build/deploymentview_final/Makefile: build/main.aadl ${DATAVIEW_AADLV2} ../Concu
taste-patch-cv-properties.py build/system.aadl ../ConcurrencyView_Properties.aadl
taste-patch-cv-properties.py build/system.aadl ../ConcurrencyView_Properties.aadl
cd build && ocarina -x main.aadl
cd build && ocarina -x main.aadl
@@-- ConcurrencyView_Properties is normally always present (even if empty) as
@@-- it is generated by the GUIs... Just in case it is not there, create it.
../ConcurrencyView_Properties.aadl:
touch $@
# Create dataview-uniq.asn by concatenating all asn1 input files
# Create dataview-uniq.asn by concatenating all asn1 input files
${DATAVIEW_UNIQ}: @_REPLACE_ALL(,/):ASN1_Files_@
${DATAVIEW_UNIQ}: @_REPLACE_ALL(,/):ASN1_Files_@
mkdir -p ${PROJECT_CACHE} && mkdir -p ${DATAVIEW_PATH}
mkdir -p ${PROJECT_CACHE} && mkdir -p ${DATAVIEW_PATH}
...
...
Write
Preview
Markdown
is supported
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