[openrtm-commit:00636] r2286 - in branches/test/OpenRTM-aist: src/lib/coil/ace/coil src/lib/coil/win32/coil win32/OpenRTM-aist/rtm win32/OpenRTM-aist/rtm/idl

openrtm @ openrtm.org openrtm @ openrtm.org
2012年 2月 2日 (木) 17:05:13 JST


Author: kurihara
Date: 2012-02-02 17:03:35 +0900 (Thu, 02 Feb 2012)
New Revision: 2286

Modified:
   branches/test/OpenRTM-aist/src/lib/coil/ace/coil/Makefile.am
   branches/test/OpenRTM-aist/src/lib/coil/win32/coil/Makefile.am
   branches/test/OpenRTM-aist/win32/OpenRTM-aist/rtm/Makefile.am
   branches/test/OpenRTM-aist/win32/OpenRTM-aist/rtm/idl/Makefile.am
Log:
for jenkins.

Modified: branches/test/OpenRTM-aist/src/lib/coil/ace/coil/Makefile.am
===================================================================
--- branches/test/OpenRTM-aist/src/lib/coil/ace/coil/Makefile.am	2012-02-02 07:12:58 UTC (rev 2285)
+++ branches/test/OpenRTM-aist/src/lib/coil/ace/coil/Makefile.am	2012-02-02 08:03:35 UTC (rev 2286)
@@ -62,27 +62,13 @@
 $(COIL_COMMON_SRC):
 	cp -p $(top_srcdir)/common/*.cpp .
 	cp -p $(top_srcdir)/common/*.h .
-	for x in *.cpp; do \
-	  qkc -ms $${x} > $${x}_sjis; \
-	  mv $${x}_sjis $${x}; \
-	done
-	for x in *.h; do \
-	  qkc -ms $${x} > $${x}_sjis; \
-	  mv $${x}_sjis $${x}; \
-	done
+	qkc -O- -ms *.cpp
 
+
 $(COIL_COMMON_H):
 	cp -p $(top_srcdir)/common/*.h .
-	for x in *.cpp; do \
-	  qkc -ms $${x} > $${x}_sjis; \
-	  mv $${x}_sjis $${x}; \
-	done
-	for x in *.h; do \
-	  qkc -ms $${x} > $${x}_sjis; \
-	  mv $${x}_sjis $${x}; \
-	done
+	qkc -O- -ms *.h
 
-
 coilheaderdir = $(prefix)/include/coil
 
 coilheader_HEADERS = $(COIL_H) $(top_srcdir)/include/coil/config_coil.h

Modified: branches/test/OpenRTM-aist/src/lib/coil/win32/coil/Makefile.am
===================================================================
--- branches/test/OpenRTM-aist/src/lib/coil/win32/coil/Makefile.am	2012-02-02 07:12:58 UTC (rev 2285)
+++ branches/test/OpenRTM-aist/src/lib/coil/win32/coil/Makefile.am	2012-02-02 08:03:35 UTC (rev 2286)
@@ -63,19 +63,12 @@
 
 $(COIL_COMMON_SRC):
 	cp -p $(top_srcdir)/common/*.cpp .
-	for x in *.cpp; do \
-	  qkc -ms $${x} > $${x}_sjis; \
-	  mv $${x}_sjis $${x}; \
-	done
+	qkc -O- -ms *.cpp
 
 $(COIL_COMMON_H):
 	cp -p $(top_srcdir)/common/*.h .
-	for x in *.h; do \
-	  qkc -ms $${x} > $${x}_sjis; \
-	  mv $${x}_sjis $${x}; \
-	done
+	qkc -O- -ms *.h
 
-
 clean-local:
 	rm -f *~
 	rm -f $(COIL_COMMON_SRC) $(COIL_COMMON_H)

Modified: branches/test/OpenRTM-aist/win32/OpenRTM-aist/rtm/Makefile.am
===================================================================
--- branches/test/OpenRTM-aist/win32/OpenRTM-aist/rtm/Makefile.am	2012-02-02 07:12:58 UTC (rev 2285)
+++ branches/test/OpenRTM-aist/win32/OpenRTM-aist/rtm/Makefile.am	2012-02-02 08:03:35 UTC (rev 2286)
@@ -19,14 +19,7 @@
 	cp -p $(top_srcdir)/src/lib/rtm/*.h .
 	cp -p $(top_srcdir)/src/lib/rtm/version.txt .
 	cp -p config_rtc.h.in config_rtc.h
-	for x in *.cpp; do \
-	  qkc -ms $${x} > $${x}_sjis; \
-	  mv $${x}_sjis $${x}; \
-	done
-	for x in *.h; do \
-	  qkc -ms $${x} > $${x}_sjis; \
-	  mv $${x}_sjis $${x}; \
-	done
+	qkc -O- -ms *.cpp *.h
 
 dist-hook: src
 

Modified: branches/test/OpenRTM-aist/win32/OpenRTM-aist/rtm/idl/Makefile.am
===================================================================
--- branches/test/OpenRTM-aist/win32/OpenRTM-aist/rtm/idl/Makefile.am	2012-02-02 07:12:58 UTC (rev 2285)
+++ branches/test/OpenRTM-aist/win32/OpenRTM-aist/rtm/idl/Makefile.am	2012-02-02 08:03:35 UTC (rev 2286)
@@ -11,10 +11,6 @@
 
 src:
 	cp -p $(top_srcdir)/src/lib/rtm/idl/*.idl .
-	for x in *.idl; do \
-	  qkc -ms $${x} > $${x}_sjis; \
-	  mv $${x}_sjis $${x}; \
-	done
+	qkc -O- -ms *.idl
 
-
 dist-hook: src



openrtm-commit メーリングリストの案内