From: clement r. <kl...@us...> - 2005-11-07 21:08:11
|
Update of /cvsroot/robotflow/RobotFlow/MARIE/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8937 Modified Files: Makefile.am Log Message: add gripper and list data handling Index: Makefile.am =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/MARIE/src/Makefile.am,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** Makefile.am 12 Sep 2005 22:43:47 -0000 1.29 --- Makefile.am 7 Nov 2005 21:08:00 -0000 1.30 *************** *** 7,11 **** ! lib_LTLIBRARIES = libRFMarie.la libRFMarie_la_SOURCES = \ --- 7,11 ---- ! lib_LTLIBRARIES = libRFMarie.la libRFMarie_la_SOURCES = \ *************** *** 24,27 **** --- 24,28 ---- newMarieDataMap.cpp \ newMarieDataNull.cpp \ + newMarieDataGripper.cpp \ newMarieRequestSystem.cpp \ newMarieCommandBehavior.cpp \ *************** *** 29,32 **** --- 30,35 ---- newMarieCommandMotor.cpp \ newMarieCommandJoystick.cpp \ + newMarieCommandGripper.cpp \ + newMarieDataList.cpp \ extractMarieDataLaser.cpp \ extractMarieDataLocalisation.cpp \ *************** *** 38,41 **** --- 41,45 ---- extractMarieDataBumper.cpp \ extractMarieDataMap.cpp \ + extractMarieDataGripper.cpp \ extractMarieRequestSystem.cpp \ extractMarieCommandBehavior.cpp \ *************** *** 43,46 **** --- 47,52 ---- extractMarieCommandMotor.cpp \ extractMarieCommandJoystick.cpp \ + extractMarieCommandGripper.cpp \ + extractMarieDataList.cpp \ isMarieDataNull.cpp *************** *** 51,55 **** (cd $(libdir); rm -f RFMarie.tlb; ln -s libRFMarie.so RFMarie.tlb) - libRFMarie_la_LDFLAGS = -release $(LT_RELEASE) $(OVERFLOW_LIB) \ $(XML2_LIB) $(MARIE_LIBS) --- 57,60 ---- |