[openrtm-commit:02031] r2770 - in branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist: . examples examples/Fsm ext/sdo ext/sdo/extended_fsm ext/sdo/fsm4rtc_observer hrtm hrtm/idls
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 10月 7日 (金) 16:31:58 JST
Author: n-ando
Date: 2016-10-07 16:31:58 +0900 (Fri, 07 Oct 2016)
New Revision: 2770
Added:
branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/examples/Fsm/
branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/examples/Fsm/Makefile.am
branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/extended_fsm/
branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/extended_fsm/Makefile.am
branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/fsm4rtc_observer/
branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/fsm4rtc_observer/Makefile.am
branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/hrtm/
branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/hrtm/Makefile.am
branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/hrtm/idls/
branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/hrtm/idls/Makefile.am
Modified:
branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/Makefile.am
branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/examples/Makefile.am
branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/Makefile.am
Log:
[FSM4RTC,2.0,win32] libHRTM source and build proj file prepared for win32. refs #3653
Modified: branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/Makefile.am
===================================================================
--- branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/Makefile.am 2016-10-07 05:55:49 UTC (rev 2769)
+++ branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/Makefile.am 2016-10-07 07:31:58 UTC (rev 2770)
@@ -4,7 +4,7 @@
##
## $Id$
##---------------------------------------------------------------------------
-SUBDIRS = bin etc cmake build docs examples ext utils coil rtm installer .
+SUBDIRS = bin etc cmake build docs examples ext utils coil rtm hrtm installer .
clean-local:
Property changes on: branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/examples/Fsm
___________________________________________________________________
Added: svn:ignore
+ Makefile.in
Makefile
Added: branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/examples/Fsm/Makefile.am
===================================================================
--- branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/examples/Fsm/Makefile.am (rev 0)
+++ branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/examples/Fsm/Makefile.am 2016-10-07 07:31:58 UTC (rev 2770)
@@ -0,0 +1,24 @@
+## -*- Makefile -*-
+##---------------------------------------------------------------------------
+## Makefile.am for win32/OpenRTM-aist/examples/Fsm
+##
+## $Id: Makefile.am 2556 2014-04-09 17:05:15Z n-ando $
+##---------------------------------------------------------------------------
+clean-local:
+ rm -rf Debug Release
+ rm -rf *~ *.cpp *.h *.idl rtc.conf
+ rm -rf *.vcproj *.vcxproj *.user *.ncb *.suo
+ rm -rf FsmComp
+
+src:
+ cp -p $(top_srcdir)/examples/Fsm/*.cpp .
+ cp -p $(top_srcdir)/examples/Fsm/*.cc .
+ cp -p $(top_srcdir)/examples/Fsm/*.h .
+ cp -p $(top_srcdir)/examples/Fsm/*.hpp .
+ cp -p $(top_srcdir)/examples/Fsm/rtc.conf .
+ qkc -O- -ms *.cpp
+ qkc -O- -ms *.cc
+ qkc -O- -ms *.h
+ qkc -O- -ms *.hpp
+
+dist-hook: src
Property changes on: branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/examples/Fsm/Makefile.am
___________________________________________________________________
Added: svn:executable
+ *
Modified: branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/examples/Makefile.am
===================================================================
--- branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/examples/Makefile.am 2016-10-07 05:55:49 UTC (rev 2769)
+++ branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/examples/Makefile.am 2016-10-07 07:31:58 UTC (rev 2770)
@@ -4,7 +4,7 @@
##
## $Id$
##---------------------------------------------------------------------------
-SUBDIRS = Composite ConfigSample LTTSample SimpleIO SeqIO SimpleService USBCamera .
+SUBDIRS = Composite ConfigSample LTTSample SimpleIO SeqIO SimpleService USBCamera Fsm .
wxs:
cp -p *.yaml ../installer/
Modified: branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/Makefile.am
===================================================================
--- branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/Makefile.am 2016-10-07 05:55:49 UTC (rev 2769)
+++ branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/Makefile.am 2016-10-07 07:31:58 UTC (rev 2770)
@@ -4,7 +4,7 @@
##
## $Id: Makefile.am 1680 2010-01-17 15:12:59Z n-ando $
##---------------------------------------------------------------------------
-SUBDIRS = observer .
+SUBDIRS = extended_fsm fsm4rtc_observer observer .
wxs:
cp -p sdo.yaml ../../installer/
Property changes on: branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/extended_fsm
___________________________________________________________________
Added: svn:ignore
+ Makefile.in
Makefile
Added: branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/extended_fsm/Makefile.am
===================================================================
--- branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/extended_fsm/Makefile.am (rev 0)
+++ branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/extended_fsm/Makefile.am 2016-10-07 07:31:58 UTC (rev 2770)
@@ -0,0 +1,21 @@
+## -*- Makefile -*-
+##---------------------------------------------------------------------------
+## Makefile.am for win32/OpenRTM-aist/ext/sdo/extended_fsm
+##
+## $Id$
+##---------------------------------------------------------------------------
+clean-local:
+ rm -rf Debug Release
+ rm -rf *~ *.cpp *.h *.hh *.cc *.idl rtc.conf
+ rm -rf *.vcproj *.vcxproj *.user *.ncb *.suo
+ rm -rf ExtendedFsmServiceProvider
+
+src:
+ cp -p $(top_srcdir)/src/ext/sdo/extended_fsm/*.cpp .
+ cp -p $(top_srcdir)/src/ext/sdo/extended_fsm/*.h .
+ cp -p $(top_srcdir)/src/ext/sdo/extended_fsm/*.idl .
+ qkc -O- -ms *.cpp
+ qkc -O- -ms *.h
+ qkc -O- -ms *.idl
+
+dist-hook: src
Property changes on: branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/fsm4rtc_observer
___________________________________________________________________
Added: svn:ignore
+ Makefile.in
Makefile
Added: branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/fsm4rtc_observer/Makefile.am
===================================================================
--- branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/fsm4rtc_observer/Makefile.am (rev 0)
+++ branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/fsm4rtc_observer/Makefile.am 2016-10-07 07:31:58 UTC (rev 2770)
@@ -0,0 +1,21 @@
+## -*- Makefile -*-
+##---------------------------------------------------------------------------
+## Makefile.am for win32/OpenRTM-aist/ext/sdo/fsm4rtc_observer
+##
+## $Id$
+##---------------------------------------------------------------------------
+clean-local:
+ rm -rf Debug Release
+ rm -rf *~ *.cpp *.h *.hh *.cc *.idl rtc.conf
+ rm -rf *.vcproj *.vcxproj *.user *.ncb *.suo
+ rm -rf ComponentObserverConsumer
+
+src:
+ cp -p $(top_srcdir)/src/ext/sdo/fsm4rtc_observer/*.cpp .
+ cp -p $(top_srcdir)/src/ext/sdo/fsm4rtc_observer/*.h .
+ cp -p $(top_srcdir)/src/ext/sdo/fsm4rtc_observer/*.idl .
+ qkc -O- -ms *.cpp
+ qkc -O- -ms *.h
+ qkc -O- -ms *.idl
+
+dist-hook: src
Property changes on: branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/hrtm
___________________________________________________________________
Added: svn:ignore
+ Makefile.in
Makefile
Added: branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/hrtm/Makefile.am
===================================================================
--- branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/hrtm/Makefile.am (rev 0)
+++ branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/hrtm/Makefile.am 2016-10-07 07:31:58 UTC (rev 2770)
@@ -0,0 +1,21 @@
+## -*- Makefile -*-
+##---------------------------------------------------------------------------
+## Makefile.am for win32/OpenRTM-aist/hrtm
+##
+## $Id: Makefile.am 2720 2016-05-20 10:35:25Z n-ando $
+##---------------------------------------------------------------------------
+SUBDIRS = idls
+
+clean-local:
+ rm -rf Debug Release
+ rm -f *~ *.cpp *.h *.cc *.hh version.txt
+ rm -f *.sln *.suo *.ncb *.user *.vcproj *.vcxproj *.def
+
+src:
+ cp -p $(top_srcdir)/src/lib/hrtm/*.cpp .
+ cp -p $(top_srcdir)/src/lib/hrtm/*.h .
+ qkc -O- -ms *.cpp
+ qkc -O- -ms *.h
+
+dist-hook: src
+
Property changes on: branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/hrtm/Makefile.am
___________________________________________________________________
Added: svn:executable
+ *
Property changes on: branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/hrtm/idls
___________________________________________________________________
Added: svn:ignore
+ Makefile.in
Makefile
Added: branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/hrtm/idls/Makefile.am
===================================================================
--- branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/hrtm/idls/Makefile.am (rev 0)
+++ branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/hrtm/idls/Makefile.am 2016-10-07 07:31:58 UTC (rev 2770)
@@ -0,0 +1,20 @@
+## -*- Makefile -*-
+##---------------------------------------------------------------------------
+## Makefile.am for win32/OpenRTM-aist/hrtm/idls
+##
+## $Id: Makefile.am 2720 2016-05-20 10:35:25Z n-ando $
+##---------------------------------------------------------------------------
+
+clean-local:
+ rm -rf Debug Release
+ rm -f *~ *.cpp *.h *.cc *.hh version.txt
+ rm -f *.sln *.suo *.ncb *.user *.vcproj *.vcxproj *.def
+
+src:
+ cp -p $(top_srcdir)/src/lib/hrtm/idls/*.cpp .
+ cp -p $(top_srcdir)/src/lib/hrtm/idls/*.h .
+ qkc -O- -ms *.cpp
+ qkc -O- -ms *.h
+
+dist-hook: src
+
Property changes on: branches/FSM4RTC/OpenRTM-aist/win32/OpenRTM-aist/hrtm/idls/Makefile.am
___________________________________________________________________
Added: svn:executable
+ *
More information about the openrtm-commit
mailing list