Skip to content
Snippets Groups Projects
Commit f66f2e1b authored by Thomas Moulard's avatar Thomas Moulard
Browse files

[wip/hpp-util] Factorize work by using Makefile.common in hpp meta-pkg.

parent 21955b34
No related branches found
No related tags found
No related merge requests found
......@@ -16,34 +16,10 @@
# Thomas Moulard on Wed Apr 21 2010
#
DISTNAME= hpp-util-${VERSION}
PKGNAME= hpp-util-${VERSION}
HPP_PACKAGE= hpp-util
VERSION= 0.1
CATEGORIES= path
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hpp-util/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_JRL}algo/hpp-util
MAINTAINER= hpp@laas.fr
#HOMEPAGE=
CATEGORIES= devel
COMMENT= Technical tools shared amongst HPP.
USE_LANGUAGES+= c c++
GNU_CONFIGURE= yes
DOXYGEN_PLIST_DIR+= share/doc/hpp-util
# options
PKG_SUPPORTED_OPTIONS+= verbose
PKG_OPTION_DESCR.verbose= Compile in verbose mode
PKG_OPTION_SET.verbose:= CPPFLAGS+=-DHPP_DEBUG
PKG_SUPPORTED_OPTIONS+= benchmark
PKG_OPTION_DESCR.benchmark= Measure computation times
PKG_OPTION_SET.benchmark:= CPPFLAGS+=-DHPP_ENABLE_BENCHMARK -DHPP_DEBUG
include ../../mk/sysdep/doxygen.mk
include ../../pkgtools/libtool/depend.mk
include ../../pkgtools/pkg-config/depend.mk
include ../../wip/hpp/Makefile.common
include ../../mk/robotpkg.mk
......@@ -29,7 +29,7 @@ PREFER.hpp-util?= robotpkg
DEPEND_USE+= hpp-util
DEPEND_ABI.hpp-util?=hpp-util>=1.1
DEPEND_ABI.hpp-util?=hpp-util>=0.1
DEPEND_DIR.hpp-util?=../../wip/hpp-util
SYSTEM_SEARCH.hpp-util= \
......
......@@ -46,4 +46,6 @@ else
PKG_SUGGESTED_OPTIONS+= verbose benchmark
include ../../mk/sysdep/doxygen.mk
include ../../pkgtools/libtool/depend.mk
include ../../pkgtools/pkg-config/depend.mk
endif # ${HPP_PACKAGE} == meta-pkg
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