Skip to content
Snippets Groups Projects
Commit 6e5f8a57 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/sot-doc] initial import

parent 6915749d
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,7 @@ SUBDIR+= rqt-dynamic-graph
SUBDIR+= rviz-plugin-covariance
SUBDIR+= simple-grasping-action
SUBDIR+= sot-core-v3
SUBDIR+= sot-doc
SUBDIR+= sot-dynamic-pinocchio-v3
#SUBDIR+= sot-dyninv
#SUBDIR+= sot-dyninv-v3
......
Documentation entry point for the Stack-Of-Tasks
# robotpkg Makefile for: wip/sot-doc
# Created: Guilhem Saurel on Fri, 12 Feb 2021
#
ORG= stack-of-tasks
NAME= sot-doc
VERSION= 1.0.0
CATEGORIES= wip
COMMENT= Documentation entry point for the Stack-Of-Tasks
LICENSE= 2-clause-bsd
MAINTAINER= gsaurel@laas.fr
include ../../devel/jrl-cmakemodules/Makefile.common
include ../../mk/sysdep/doxygen.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Fri Feb 12 13:42:03 CET 2021
include/sot/doc/config.hh
include/sot/doc/deprecated.hh
include/sot/doc/warning.hh
lib/cmake/sot-doc/sot-docConfig.cmake
lib/cmake/sot-doc/sot-docConfigVersion.cmake
lib/cmake/sot-doc/sot-docTargets.cmake
lib/pkgconfig/sot-doc.pc
# robotpkg depend.mk for: wip/sot-doc
# Created: Guilhem Saurel on Fri, 12 Feb 2021
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
SOT_DOC_DEPEND_MK:= ${SOT_DOC_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= sot-doc
endif
ifeq (+,$(SOT_DOC_DEPEND_MK)) # ------------------------------------------
PREFER.sot-doc?= robotpkg
SYSTEM_SEARCH.sot-doc= \
'include/example/adder/config.hh:/SOT_DOC_VERSION /s/[^0-9.]//gp' \
'lib/cmake/sot-doc/sot-docConfigVersion.cmake:/PACKAGE_VERSION/s/[^0-9.]//gp' \
'lib/libsot-doc.so' \
'lib/pkgconfig/sot-doc.pc:/Version/s/[^0-9.]//gp'
DEPEND_USE+= sot-doc
DEPEND_ABI.sot-doc?= sot-doc>=1.0.0
DEPEND_DIR.sot-doc?= ../../wip/sot-doc
endif # SOT_DOC_DEPEND_MK ------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (sot-doc-1.0.0.tar.gz) = 9ac708af885ddb7de9f409411611882f0a6ed88b
RMD160 (sot-doc-1.0.0.tar.gz) = 006e1b2852d993abb02bb98f15ca07cc61e4e63d
Size (sot-doc-1.0.0.tar.gz) = 853650 bytes
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