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

[wip/coldman-genom] Moved to robotpkg/graphics

parent 67f0a92e
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,6 @@ COMMENT= WIP packages
SUBDIR+= BioMove3D
SUBDIR+= blender
SUBDIR+= coldman-genom
SUBDIR+= coldman-libs
SUBDIR+= gest-genom
SUBDIR+= kukaFri-libs
SUBDIR+= lwr-genom
......
COLision Detection for MANipulation module based on coldman-libs
# robotpkg Makefile for: manipulation/coldman-genom
# Created: Severin Lemaignan on Tue, 31 Aug 2010
#
DISTNAME= coldman-genom-1.2
CATEGORIES= manipulation
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=coldman-genom/}
MASTER_REPOSITORY= git ssh://trac.laas.fr/git/robots/coldman-genom
MAINTAINER= xavier.broquere@laas.fr
COMMENT= COLision Detection for MANipulation module based on coldman-libs
LICENSE= gnu-lgpl-v3
USE_LANGUAGES+= c c++
GENOM_MODULE= coldman
include ../../architecture/genom/depend.mk
include ../../wip/coldman-libs/depend.mk
include ../../manipulation/genManip-genom/depend.mk
include ../../mk/robotpkg.mk
@comment Fri Sep 24 17:55:31 CEST 2010
${PLIST.noapi}bin/coldman
${PLIST.noapi}bin/coldmanSendInitRqst
${PLIST.noapi}bin/coldmanTest
include/coldman/coldmanStruct.h
include/coldman/server/coldmanEndian.h
include/coldman/server/coldmanError.h
${PLIST.noapi}include/coldman/server/coldmanMsgLib.h
include/coldman/server/coldmanPosterLib.h
include/coldman/server/coldmanPosterLibStruct.h
${PLIST.noapi}include/coldman/server/coldmanPosterReadLibProto.h
${PLIST.noapi}include/coldman/server/coldmanPosterShowLib.h
${PLIST.noapi}include/coldman/server/coldmanPosterWriteLibProto.h
${PLIST.noapi}include/coldman/server/coldmanPosterXMLLib.h
include/coldman/server/coldmanPrint.h
include/coldman/server/coldmanPrintXML.h
include/coldman/server/coldmanScan.h
include/coldman/server/coldmanType.h
lib/libcoldmanClient.la
lib/pkgconfig/coldman.pc
lib/tclserv/libcoldmanTclServ.la
share/modules/gen/coldman.gen
${PLIST.openprs}include/coldman/server/openprs/coldmanDecodeOpenprs.h
${PLIST.openprs}include/coldman/server/openprs/coldmanEncodeOpenprs.h
${PLIST.openprs}include/coldman/server/openprs/coldmanRequestsOpenprsProto.h
${PLIST.openprs}lib/openprs/libcoldmanOpenprs.la
${PLIST.openprs}lib/pkgconfig/coldman-oprs.pc
${PLIST.openprs}share/modules/openprs/coldmanOpenprs.inc
${PLIST.openprs}share/modules/openprs/coldmanOpenprs.opf
${PLIST.openprs}share/modules/openprs/coldmanOpenprs.sym
${PLIST.tclserv_client}include/coldman/server/tclservClient/coldmanTclservClientDecode.h
${PLIST.tclserv_client}include/coldman/server/tclservClient/coldmanTclservClientEncode.h
${PLIST.tclserv_client}include/coldman/server/tclservClient/coldmanTclservClientMsgLib.h
${PLIST.tclserv_client}lib/pkgconfig/coldman-tclserv_client.pc
${PLIST.tclserv_client}lib/tclservClient/libcoldmanTclservClient.la
${PLIST.noapi}${PLIST.tcl}lib/tclserv/libcoldmanTclServ.la
${PLIST.tcl}share/modules/tcl/coldmanClient.tcl
# 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, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
#
# Severin Lemaignan on Tue 31 Aug 2010
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
COLDMAN-GENOM_DEPEND_MK:= ${COLDMAN-GENOM_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= coldman-genom
endif
ifeq (+,$(COLDMAN-GENOM_DEPEND_MK)) # ----------------------------------
PREFER.coldman-genom?= robotpkg
SYSTEM_SEARCH.coldman-genom=\
include/?? \
lib/??
DEPEND_USE+= coldman-genom
DEPEND_ABI.coldman-genom?=coldman-genom>=1.0
DEPEND_DIR.coldman-genom?=../../wip/coldman-genom
endif # COLDMAN-GENOM_DEPEND_MK ----------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (coldman-genom-1.2.tar.gz) = a8b39eed2829467a03a95ffb98170fed5229a96e
RMD160 (coldman-genom-1.2.tar.gz) = c1b6b985187f188ccb17da913c46faae57266674
Size (coldman-genom-1.2.tar.gz) = 903479 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