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

Remove hpp-util package.

hpp-util is now available in robotpkg
in devel/hpp-util.
parent 5291e72c
No related branches found
No related tags found
No related merge requests found
This package gathers technical tools shared amongs HPP packages such
as debugging facilities.
# $LAAS: depend.mk 2010/21/04 15:59:08 tmoulard $
#
# Copyright (c) 2010 LAAS/CNRS
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# 1. Redistributions of source code must retain the above copyright
# notice and this list of conditions.
# 2. Redistributions in binary form must reproduce the above copyright
# notice and this list of conditions in the documentation and/or
# other materials provided with the distribution.
#
# Thomas Moulard on Wed Apr 21 2010
#
HPP_PACKAGE= hpp-util
VERSION= 0.1
CATEGORIES= devel
COMMENT= Technical tools shared amongst HPP.
GNU_CONFIGURE= yes
include ../../wip/hpp/Makefile.common
include ../../mk/robotpkg.mk
@comment Wed Apr 21 16:17:59 CEST 2010
include/hpp/util/config.hh
include/hpp/util/debug.hh
include/hpp/util/deprecated.hh
include/hpp/util.hh
include/hpp/util/indent.hh
include/hpp/util/portability.hh
include/hpp/util/timer.hh
lib/libhpp-util.la
lib/pkgconfig/hpp-util.pc
# $LAAS: depend.mk 2010/21/04 15:59:08 tmoulard $
#
# Copyright (c) 2010 LAAS/CNRS
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# 1. Redistributions of source code must retain the above copyright
# notice and this list of conditions.
# 2. Redistributions in binary form must reproduce the above copyright
# notice and this list of conditions in the documentation and/or
# other materials provided with the distribution.
#
# Thomas Moulard on Wed Apr 21 2010
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
HPPUTIL_DEPEND_MK:=${HPPUTIL_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= hpp-util
endif
ifeq (+,$(HPPUTIL_DEPEND_MK)) # ---------------------------
PREFER.hpp-util?= robotpkg
DEPEND_USE+= hpp-util
DEPEND_ABI.hpp-util?=hpp-util>=0.1
DEPEND_DIR.hpp-util?=../../wip/hpp-util
SYSTEM_SEARCH.hpp-util= \
include/hpp/util/debug.hh \
lib/libhpp-util.la
endif # HPPUTIL_DEPEND_MK ---------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (hpp-util-0.1.tar.gz) = a42f28cc4229bb5ece0053c037ef7f663f15534f
RMD160 (hpp-util-0.1.tar.gz) = 42e6c0bf29f7a17145c034770ab1eaabcbc9b905
Size (hpp-util-0.1.tar.gz) = 439305 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