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
PolyORB-HI-C
Commits
adf08ce5
Commit
adf08ce5
authored
Sep 07, 2018
by
yoogx
Browse files
* Add StarDundee API iff using PRISE, do not build the SpW
example by default
parent
197af89e
Changes
2
Show whitespace changes
Inline
Side-by-side
examples/aadlv2/producer-consumer/Makefile.am
View file @
adf08ce5
...
...
@@ -4,10 +4,8 @@ C_FILES = $(srcdir)/producer-consumer.c $(srcdir)/devicesconf.c \
AADL_FILES
=
$(srcdir)
/producer_consumer.aadl
$(srcdir)
/software.aadl
\
$(srcdir)
/scenario_spw.aadl
SCENARIO_FILES
=
$(srcdir)
/scenario.aadl
\
$(srcdir)
/scenario_local.aadl
\
$(srcdir)
/scenario_loopback.aadl
\
$(srcdir)
/scenario_rtems.aadl
$(srcdir)
/scenario_spw2.aadl
\
SCENARIO_FILES
=
$(srcdir)
/scenario.aadl
$(srcdir)
/scenario_local.aadl
\
$(srcdir)
/scenario_loopback.aadl
$(srcdir)
/scenario_rtems.aadl
\
$(srcdir)
/scenario_loopback_rtems.aadl
include
$(srcdir)/../../Makefile.common
...
...
examples/aadlv2/producer-consumer/userdefined.mk
View file @
adf08ce5
USER_CFLAGS
=
-I
/opt/STAR-System/inc/star
# The following is specific to ISAE setting, to use SpaceWire
# API. Adapt to your own setting
HOSTNAME
:=
$(
shell
hostname
)
ifeq
($(HOSTNAME),prise-space-7)
ifeq
($(TARGET),native)
USER_CFLAGS
=
-I
/opt/prise/STAR-Dundee/inc/star
USER_LDFLAGS
=
-lstar-api
-lstar_conf_api_router
-lstar_conf_api_mk2
endif
endif
\ No newline at end of file
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