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
A
AADLib
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
AADLib
Commits
02328206
Commit
02328206
authored
Jun 08, 2018
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Turn build_air into a generic rule
parent
4c976daa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
examples/Makefile.common
examples/Makefile.common
+11
-0
No files found.
examples/Makefile.common
View file @
02328206
...
...
@@ -136,6 +136,17 @@ real:
# -real_lib $(top_srcdir)/src/real/electricity.real
# -real_lib $(top_srcdir)/src/real/consumption.real
###############################################################################
# Building for AIR requires
#
# a) removing the root makefile generated by Ocarina,
# b) call configure that will replace the root makefile with its own,
# c) while preserving the partition-specific makefile
# d) finally run make ;-)
build_air
:
(
cd
hello_impl
&&
rm
Makefile
&&
(
echo
"K"
| configure
)
&&
make
)
clean-local
:
-
rm
-rf
*
~
*
aadl_xml.xml
*
_cheddar.xml mast-model.txt
$(CLEANFILES)
\
mast_parser.lis cheddar_bug.xml model.nd model.cami fta instances imv
\
...
...
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