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

[wip/rfid-genom] Timeout: broken on all platforms, untouched for >2 years

parent c7554790
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,6 @@ SUBDIR+= py-laaswm
SUBDIR+= py-mavlink
SUBDIR+= py-morse
SUBDIR+= py-sot-tools-v3
SUBDIR+= rfid-genom
SUBDIR+= robot-capsule-urdf
SUBDIR+= roralink
SUBDIR+= robotModelParser-libs
......
Genom module for RFID acquisition and detection
# robotpkg Makefile for: hardware/rfid-genom
# Created: Xavier Broquere on Wed, 27 Oct 2010
#
DISTNAME= rfid-genom-1.1
CATEGORIES= hardware
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=rfid-genom/}
MASTER_REPOSITORY= git ssh://trac.laas.fr/git/robots/rfid-genom
MAINTAINER= openrobots@laas.fr
COMMENT= Genom module for the RFID system
LICENSE= gnu-lgpl-v3
GENOM_MODULE= rfid
include ../../architecture/genom/depend.mk
include ../../localization/pom-genom/depend.mk
include ../../interfaces/genBasic-genom/depend.mk
include ../../hardware/platine-genom/depend.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Thu Dec 9 13:32:48 CET 2010
bin/rfid
bin/rfidSendInitRqst
bin/rfidTest
include/rfid/rfidConst.h
include/rfid/rfidStruct.h
include/rfid/server/openprs/rfidDecodeOpenprs.h
include/rfid/server/openprs/rfidEncodeOpenprs.h
include/rfid/server/openprs/rfidRequestsOpenprsProto.h
include/rfid/server/rfidEndian.h
include/rfid/server/rfidError.h
include/rfid/server/rfidMsgLib.h
include/rfid/server/rfidPosterLib.h
include/rfid/server/rfidPosterLibStruct.h
include/rfid/server/rfidPosterReadLibProto.h
include/rfid/server/rfidPosterShowLib.h
include/rfid/server/rfidPosterWriteLibProto.h
include/rfid/server/rfidPosterXMLLib.h
include/rfid/server/rfidPrint.h
include/rfid/server/rfidPrintXML.h
include/rfid/server/rfidScan.h
include/rfid/server/rfidType.h
lib/librfidClient.la
lib/openprs/librfidOpenprs.la
lib/pkgconfig/rfid-oprs.pc
lib/pkgconfig/rfid.pc
lib/tclserv/librfidTclServ.la
share/modules/gen/rfid.gen
share/modules/openprs/rfidOpenprs.inc
share/modules/openprs/rfidOpenprs.opf
share/modules/openprs/rfidOpenprs.sym
share/modules/tcl/rfidClient.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.
#
# Xavier BROQUERE on Tue 31 Aug 2010
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
RFID-GENOM_DEPEND_MK:= ${RFID-GENOM_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= rfid-genom
endif
ifeq (+,$(RFID-GENOM_DEPEND_MK)) # ----------------------------------
PREFER.rfid-genom?= robotpkg
SYSTEM_SEARCH.rfid-genom=\
include/rfid/rfidStruct.h \
lib/pkgconfig/rfid.pc \
bin/rfid
DEPEND_USE+= rfid-genom
DEPEND_ABI.rfid-genom?=rfid-genom>=1.1
DEPEND_DIR.rfid-genom?=../../wip/rfid-genom
endif # RFID-GENOM_DEPEND_MK ----------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (rfid-genom-1.1.tar.gz) = 3a3a74203ebf7463ed4b08b8d815ebfebe11c0c6
RMD160 (rfid-genom-1.1.tar.gz) = 947c118c5fe721e4ea9700dd9cbf1dbcfe71efbc
Size (rfid-genom-1.1.tar.gz) = 317895 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