Skip to content
Snippets Groups Projects
Commit ab8f4714 authored by Quentin Labourey's avatar Quentin Labourey
Browse files

[wip/infuse-crips-genom3] v0.1 : genom3 interface for infuse-pom-crisp

parent 3736904f
No related branches found
No related tags found
No related merge requests found
GenoM3 interface module the Common Robot Internal State Publisher (CRISP)
# robotpkg Makefile for: wip/infuse-crisp-genom3
# Created: Quentin Labourey on Tue, 21 Aug 2018
#
VERSION= 0.1
DISTNAME= infuse_crisp-genom3-${VERSION}
CATEGORIES= wip
MASTER_SITES= http://homepages.laas.fr/qlaboure/infuse/
MASTER_REPOSITORY= ssh://git@redmine.laas.fr/laas/users/simon/infuse/infuse-crisp-genom3.git
MAINTAINER= laas-infuse@laas.fr
COMMENT= GenoM3 interface module the Common Robot Internal State Publisher (CRISP)
LICENSE= 2-clause-bsd
# The .gen file is not (yet) prefixed with 'infuse_', so we need the following lines.
GENOM_MODULE= infuse_crisp
WRKSRC= ${WRKDIR}/infuse_crisp-genom3-${VERSION}
include ../../architecture/genom3/module.mk
# In InFuse we use ROS, so keep these options enabled by default
PKG_SUGGESTED_OPTIONS+= ros-client-c ros-client-ros ros-server
include ../../interfaces/openrobots-idl/depend.mk
include ../../wip/infuse-idl/depend.mk
include ../../wip/infuse-pom-crisp/depend.mk
include ../../wip/infuse-pom-base/depend.mk
include ../../wip/infuse-asn1-conversions/depend.mk
include ../../wip/infuse-asn1-types/depend.mk
include ../../wip/sysdep/autoconf-archive.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Wed Aug 22 10:44:21 CEST 2018
${PLIST.codels}lib/lib${GENOM_MODULE}_codels.la
${PLIST.codels}lib/pkgconfig/${GENOM_MODULE}-genom3.pc
${PLIST.codels}share/doc/${GENOM_MODULE}-genom3/README.adoc
${PLIST.codels}share/doc/${GENOM_MODULE}-genom3/README.html
${PLIST.codels}share/idl/${GENOM_MODULE}/${GENOM_MODULE}.gen
@comment includes architecture/genom3/PLIST.templates
# robotpkg depend.mk for: wip/infuse-crisp-genom3
# Created: Quentin Labourey on Tue, 21 Aug 2018
#
SHA1 (infuse_crisp-genom3-0.1.tar.gz) = 0ffcce3a26fb5d8bcac68ccde3b3e23477d500b2
RMD160 (infuse_crisp-genom3-0.1.tar.gz) = 77a45ea380f7d882c41c3538f445a2cf726c29ed
Size (infuse_crisp-genom3-0.1.tar.gz) = 375980 bytes
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
AUTOCONF_ARCHIVE_DEPEND_MK:= ${AUTOCONF_ARCHIVE_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= autoconf-archive
endif
ifeq (+,$(AUTOCONF_ARCHIVE_DEPEND_MK)) # ---------------------------------------------
PREFER.autoconf-archive?= system
DEPEND_USE+= autoconf-archive
DEPEND_ABI.autoconf-archive?= autoconf-archive>=20150925
SYSTEM_SEARCH.autoconf-archive= \
'share/doc/autoconf-archive/' \
SYSTEM_PKG.Ubuntu.autoconf-archive=autoconf-archive
SYSTEM_PKG.Debian.autoconf-archive=autoconf-archive
endif # AUTOCONF_ARCHIVE_DEPEND_MK ---------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment