Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
a9203379
Commit
a9203379
authored
9 years ago
by
olivier stasse
Committed by
Matthieu Herrb
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[mk/sysdep/openrtm-aist] Add openrtm-aist detection
parent
7aec52e9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mk/sysdep/openrtm-aist.mk
+43
-0
43 additions, 0 deletions
mk/sysdep/openrtm-aist.mk
with
43 additions
and
0 deletions
mk/sysdep/openrtm-aist.mk
0 → 100644
+
43
−
0
View file @
a9203379
#
# Copyright (c) 2016 LAAS/CNRS
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for any purpose
# with or without fee is hereby granted, provided that the above copyright
# notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
# Olivier Stasse on Wed Feb 3 2016
#
DEPEND_DEPTH
:=
${
DEPEND_DEPTH
}
+
OPENRTM_AIST_DEPEND_MK
:=
${
OPENRTM_AIST_DEPEND_MK
}
+
ifeq
(+,$(DEPEND_DEPTH))
DEPEND_PKG
+=
openrtm-aist
endif
ifeq
(+,$(OPENRTM_AIST_DEPEND_MK))
# ---------------------------------------------
PREFER.openrtm-aist
?=
system
DEPEND_USE
+=
openrtm-aist
DEPEND_ABI.openrtm-aist
?=
openrtm-aist>
=
1.0.0
SYSTEM_SEARCH.openrtm-aist
=
\
'include/rtm/RTObject.h'
\
'lib/pkgconfig/openrtm-aist.pc:/Version/s/[^.0-9]//gp'
\
'lib/libRTC.so'
SYSTEM_PKG.Ubuntu.openrtm-aist
=
openrtm-aist-grx
endif
# OPENRTM_AIST_DEPEND_MK --------------------------------------------------
DEPEND_DEPTH
:=
${
DEPEND_DEPTH:+
=
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment