Update of /cvsroot/robotflow/RobotFlow
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25593
Modified Files:
Doxyfile Makefile.am configure.in
Log Message:
Moved from Behaviors, created new directory Sensors
Index: Doxyfile
===================================================================
RCS file: /cvsroot/robotflow/RobotFlow/Doxyfile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Doxyfile 27 May 2004 18:32:15 -0000 1.4
--- Doxyfile 27 Oct 2005 18:02:17 -0000 1.5
***************
*** 24,28 ****
# if some version control system is used.
! PROJECT_NUMBER = 0.2.3
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
--- 24,28 ----
# if some version control system is used.
! PROJECT_NUMBER = 0.2.6
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
Index: Makefile.am
===================================================================
RCS file: /cvsroot/robotflow/RobotFlow/Makefile.am,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** Makefile.am 3 Aug 2005 19:52:54 -0000 1.22
--- Makefile.am 27 Oct 2005 18:02:17 -0000 1.23
***************
*** 16,20 ****
EXTRA_DIST = RobotFlow.spec RobotFlow.spec.in
! SUBDIRS = Pioneer2 Generic Behaviors Audio Vision Control Devices Probes FSM $(MARIE_DIR) $(OPENCV_DIR)
# create the pkg-config entries
--- 16,20 ----
EXTRA_DIST = RobotFlow.spec RobotFlow.spec.in
! SUBDIRS = Pioneer2 Generic Behaviors Audio Vision Control Devices Probes FSM $(MARIE_DIR) $(OPENCV_DIR) $(PLAYER_DIR)
# create the pkg-config entries
Index: configure.in
===================================================================
RCS file: /cvsroot/robotflow/RobotFlow/configure.in,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** configure.in 5 Oct 2005 15:24:30 -0000 1.55
--- configure.in 27 Oct 2005 18:02:17 -0000 1.56
***************
*** 321,324 ****
--- 321,327 ----
OpenCV/src/Makefile \
OpenCV/n-files/Makefile \
+ Sensors/Makefile \
+ Sensors/include/Makefile \
+ Sensors/src/Makefile \
RobotFlow.spec \
RobotFlow.pc)
|