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

[wip/hpp-plot] Initial Release

parent b9649171
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ SUBDIR+= hpp-baxter
SUBDIR+= hpp-bezier-com-traj
SUBDIR+= hpp-centroidal-dynamics
SUBDIR+= hpp-environments
SUBDIR+= hpp-plot
SUBDIR+= hpp-rbprm
SUBDIR+= hpp-rbprm-corba
SUBDIR+= hpp-rbprm-robot-data
......
Graphical utilities for constraint graphs in hpp-manipulation
# robotpkg Makefile for: wip/hpp-plot
# Created: Guilhem Saurel on Tue, 26 Feb 2019
#
HPP_PACKAGE= hpp-plot
HPP_COMMENT= Plotting tools for hpp
HPP_VERSION= 4.3.1
CATEGORIES= wip
include ../../meta-pkgs/hpp/Makefile.common
include ../../graphics/gepetto-viewer-corba/depend.mk
include ../../path/hpp-corbaserver/depend.mk
include ../../path/hpp-manipulation-corba/depend.mk
include ../../wip/qgv/depend.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Tue Feb 26 11:24:12 CET 2019
bin/hpp-plot-manipulation-graph
include/hpp/plot/config.hh
include/hpp/plot/deprecated.hh
include/hpp/plot/graph-widget.hh
include/hpp/plot/hpp-manipulation-graph.hh
include/hpp/plot/warning.hh
lib/gepetto-gui-plugins/hppmanipulationplugin.so
lib/gepetto-gui-plugins/hppmonitoringplugin.so
lib/libhpp-plot.so
lib/pkgconfig/hpp-plot.pc
# robotpkg depend.mk for: wip/hpp-plot
# Created: Guilhem Saurel on Tue, 26 Feb 2019
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
HPP_PLOT_DEPEND_MK:= ${HPP_PLOT_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= hpp-plot
endif
ifeq (+,$(HPP_PLOT_DEPEND_MK)) # --------------------------------------
PREFER.hpp-plot?= robotpkg
DEPEND_USE+= hpp-plot
DEPEND_ABI.hpp-plot?= hpp-plot>=4.3.0
DEPEND_DIR.hpp-plot?= ../../wip/hpp-plot
SYSTEM_SEARCH.hpp-plot=\
include/hpp/plot/config.hh \
lib/libhpp-plot.so \
'lib/pkgconfig/hpp-plot.pc:/Version/s/[^0-9.]//gp'
endif # HPP_PLOT_DEPEND_MK --------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (hpp-plot-4.3.1.tar.gz) = 2d80da42ec4ba8c488518fd48d0486de84f14156
RMD160 (hpp-plot-4.3.1.tar.gz) = 43bc8c4e8c61510adedb123771d56bf8568d780e
Size (hpp-plot-4.3.1.tar.gz) = 783286 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