[openrtm-commit:02925] r3080 - in trunk/OpenRTM-aist/win32/OpenRTM-aist/ext: . ec ec/artlinux ec/rtpreempt logger logger/fluentbit_stream
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 11月 17日 (金) 17:53:21 JST
Author: kawauchi
Date: 2017-11-17 17:53:21 +0900 (Fri, 17 Nov 2017)
New Revision: 3080
Added:
trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/ec/artlinux/
trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/ec/artlinux/Makefile.am
trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/ec/rtpreempt/
trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/ec/rtpreempt/Makefile.am
trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/logger/
trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/logger/Makefile.am
trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/logger/fluentbit_stream/
trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/logger/fluentbit_stream/Makefile.am
Log:
[incompat,->RELENG_1_2] Extension modules under src/ext have been added to dist packages. refs #4368
Added: trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/ec/artlinux/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/ec/artlinux/Makefile.am (rev 0)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/ec/artlinux/Makefile.am 2017-11-17 08:53:21 UTC (rev 3080)
@@ -0,0 +1,17 @@
+## -*- Makefile -*-
+##---------------------------------------------------------------------------
+## Makefile.am for win32/OpenRTM-aist/ext/ec/artlinux
+##
+## $Id$
+##---------------------------------------------------------------------------
+clean-local:
+ rm -rf *~ *.cpp *.h rtc.conf.sample Makefile.in
+
+src:
+ cp -p $(top_srcdir)/src/ext/ec/artlinux/rtc.conf.sample .
+ cp -p $(top_srcdir)/src/ext/ec/artlinux/*.cpp .
+ cp -p $(top_srcdir)/src/ext/ec/artlinux/*.h .
+ qkc -O- -ms *.cpp
+ qkc -O- -ms *.h
+
+dist-hook: src
Added: trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/ec/rtpreempt/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/ec/rtpreempt/Makefile.am (rev 0)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/ec/rtpreempt/Makefile.am 2017-11-17 08:53:21 UTC (rev 3080)
@@ -0,0 +1,17 @@
+## -*- Makefile -*-
+##---------------------------------------------------------------------------
+## Makefile.am for win32/OpenRTM-aist/ext/ec/rtpreempt
+##
+## $Id$
+##---------------------------------------------------------------------------
+clean-local:
+ rm -rf *~ *.cpp *.h rtc.conf.sample *.conf Makefile.in
+
+src:
+ cp -p $(top_srcdir)/src/ext/ec/rtpreempt/rtc.conf.sample .
+ cp -p $(top_srcdir)/src/ext/ec/rtpreempt/*.cpp .
+ cp -p $(top_srcdir)/src/ext/ec/rtpreempt/*.h .
+ qkc -O- -ms *.cpp
+ qkc -O- -ms *.h
+
+dist-hook: src
Added: trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/logger/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/logger/Makefile.am (rev 0)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/logger/Makefile.am 2017-11-17 08:53:21 UTC (rev 3080)
@@ -0,0 +1,13 @@
+## -*- Makefile -*-
+##---------------------------------------------------------------------------
+## Makefile.am for external libraries
+##
+## $Id$
+##---------------------------------------------------------------------------
+
+AUTOMAKE_OPTIONS = 1.4
+
+SUBDIRS = fluentbit_stream
+
+clean-local:
+ rm -f *~ Makefile.in
Added: trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/logger/fluentbit_stream/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/logger/fluentbit_stream/Makefile.am (rev 0)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/ext/logger/fluentbit_stream/Makefile.am 2017-11-17 08:53:21 UTC (rev 3080)
@@ -0,0 +1,17 @@
+## -*- Makefile -*-
+##---------------------------------------------------------------------------
+## Makefile.am for win32/OpenRTM-aist/ext/logger/fluentbit_stream
+##
+## $Id$
+##---------------------------------------------------------------------------
+clean-local:
+ rm -rf *~ *.cpp *.h *.conf Makefile.in
+
+src:
+ cp -p $(top_srcdir)/src/ext/logger/fluentbit_stream/*.conf .
+ cp -p $(top_srcdir)/src/ext/logger/fluentbit_stream/*.cpp .
+ cp -p $(top_srcdir)/src/ext/logger/fluentbit_stream/*.h .
+ qkc -O- -ms *.cpp
+ qkc -O- -ms *.h
+
+dist-hook: src
More information about the openrtm-commit
mailing list