[openrtm-commit:02032] r2771 - in branches/FSM4RTC/OpenRTM-aist/examples: . Fsm

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 10月 7日 (金) 16:33:27 JST


Author: n-ando
Date: 2016-10-07 16:33:27 +0900 (Fri, 07 Oct 2016)
New Revision: 2771

Modified:
   branches/FSM4RTC/OpenRTM-aist/examples/Fsm/Makefile.am
   branches/FSM4RTC/OpenRTM-aist/examples/Makefile.am
Log:
[FSM4RTC,2.0,win32] Fsm example win32 proj file prepared. refs #3655

Modified: branches/FSM4RTC/OpenRTM-aist/examples/Fsm/Makefile.am
===================================================================
--- branches/FSM4RTC/OpenRTM-aist/examples/Fsm/Makefile.am	2016-10-07 07:31:58 UTC (rev 2770)
+++ branches/FSM4RTC/OpenRTM-aist/examples/Fsm/Makefile.am	2016-10-07 07:33:27 UTC (rev 2771)
@@ -49,9 +49,9 @@
 # Extra distributed files
 #------------------------------------------------------------
 EXTRA_DIST =                \
-	README.Fsm    \
+	CMakeLists.txt       \
 	rtc.conf            \
-	fsm.conf
+	rtc_shared.conf
 
 ALL_SRC =               \
 	FsmMain.cc          \

Modified: branches/FSM4RTC/OpenRTM-aist/examples/Makefile.am
===================================================================
--- branches/FSM4RTC/OpenRTM-aist/examples/Makefile.am	2016-10-07 07:31:58 UTC (rev 2770)
+++ branches/FSM4RTC/OpenRTM-aist/examples/Makefile.am	2016-10-07 07:33:27 UTC (rev 2771)
@@ -8,10 +8,10 @@
 
 AUTOMAKE_OPTIONS = 1.4
 
-SUBDIRS = Composite ConfigSample SimpleIO SeqIO SimpleService ExtTrigger Templates @UNITTEST@
+SUBDIRS = Composite ConfigSample SimpleIO SeqIO SimpleService ExtTrigger Fsm Templates @UNITTEST@
 
 EXTRA_DIST =               \
 	rtc.vcproj.yaml    \
 	rtcdll.vcproj.yaml
 
-DIST_SUBDIRS = Composite ConfigSample SimpleIO SeqIO SimpleService ExtTrigger AutoTest Templates tests
+DIST_SUBDIRS = Composite ConfigSample SimpleIO SeqIO SimpleService ExtTrigger AutoTest Fsm Templates tests



More information about the openrtm-commit mailing list