Skip to content
Snippets Groups Projects
Commit 7d581a31 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/roscpp-core] Add a depend.mk

parent 4c2f1377
No related branches found
No related tags found
No related merge requests found
# robotpkg depend.mk for: sysutils/py-rospkg
# Created: Anthony Mallet on Sun, 15 Jul 2012
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
ROSCPP_CORE_DEPEND_MK:= ${ROSCPP_CORE_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= roscpp-core
endif
ifeq (+,$(ROSCPP_CORE_DEPEND_MK)) # ----------------------------------------
PREFER.roscpp-core?= robotpkg
DEPEND_USE+= roscpp-core
DEPEND_ABI.roscpp-core?= roscpp-core>=0.2.6
DEPEND_DIR.roscpp-core?= ../../wip/roscpp-core
SYSTEM_SEARCH.roscpp-core=\
include/ros/types.h \
lib/libcpp_common.so \
'lib/pkgconfig/cpp_common.pc:/Version/s/[^0-9.]//gp'
endif # ROSCPP_CORE_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