[openrtm-commit:00078] r2109 - in trunk/OpenRTM-aist/win32/OpenRTM-aist: . ext ext/sdo ext/sdo/observer
openrtm @ openrtm.org
openrtm @ openrtm.org
2011年 5月 23日 (月) 12:05:42 JST
Author: n-ando
Date: 2011-05-23 12:05:42 +0900 (Mon, 23 May 2011)
New Revision: 2109
Added:
trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/
trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/Makefile.am
trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/
trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/Makefile.am
trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/observer/
trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/observer/Makefile.am
trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/sdo.yaml
Log:
ext/sdo and observer is introduced win32 environment. refs #2129
Added: trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/Makefile.am (rev 0)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/Makefile.am 2011-05-23 03:05:42 UTC (rev 2109)
@@ -0,0 +1,12 @@
+## -*- Makefile -*-
+##---------------------------------------------------------------------------
+## Makefile.am for win32/OpenRTM-aist/ext
+##
+## $Id$
+##---------------------------------------------------------------------------
+SUBDIRS = sdo .
+
+clean-local:
+ rm -f *~
+
+dist-hook: clean-local
Property changes on: trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/Makefile.am
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/Makefile.am (rev 0)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/Makefile.am 2011-05-23 03:05:42 UTC (rev 2109)
@@ -0,0 +1,17 @@
+## -*- Makefile -*-
+##---------------------------------------------------------------------------
+## Makefile.am for win32/OpenRTM-aist/ext/sdo
+##
+## $Id: Makefile.am 1680 2010-01-17 15:12:59Z n-ando $
+##---------------------------------------------------------------------------
+SUBDIRS = observer .
+
+wxs:
+ cp -p sdo.yaml ../../installer/
+
+clean-local:
+ rm -f *~
+
+dist-hook: clean-local wxs
+
+EXTRA_DIST = sdo.yaml
Added: trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/observer/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/observer/Makefile.am (rev 0)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/observer/Makefile.am 2011-05-23 03:05:42 UTC (rev 2109)
@@ -0,0 +1,21 @@
+## -*- Makefile -*-
+##---------------------------------------------------------------------------
+## Makefile.am for win32/OpenRTM-aist/ext/sdo/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/observer/*.cpp .
+ cp -p $(top_srcdir)/src/ext/sdo/observer/*.h .
+ cp -p $(top_srcdir)/src/ext/sdo/observer/*.idl .
+ qkc -ms *.cpp
+ qkc -ms *.h
+ qkc -ms *.idl
+
+dist-hook: src
Added: trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/sdo.yaml
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/sdo.yaml (rev 0)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/sdo/sdo.yaml 2011-05-23 03:05:42 UTC (rev 2109)
@@ -0,0 +1,7 @@
+SDOService:
+ GUID: FD1558E1-7C3B-11E0-A37E-000C290BB873
+ Files:
+ - Id: ComponentObserverConsumer.dll
+ ShortName: CompObsC.dll
+ Name: ComponentObserverConsumer.dll
+ Source: ..\\ext\\sdo\\observer\\Release\\ComponentObserverConsumer.dll
openrtm-commit メーリングリストの案内