[openrtm-commit:00077] r2108 - in trunk/OpenRTM-aist/win32/OpenRTM-aist: rtm rtm/idl utils/rtcd utils/rtcprof

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 5月 23日 (月) 12:00:57 JST


Author: n-ando
Date: 2011-05-23 12:00:57 +0900 (Mon, 23 May 2011)
New Revision: 2108

Modified:
   trunk/OpenRTM-aist/win32/OpenRTM-aist/rtm/Makefile.am
   trunk/OpenRTM-aist/win32/OpenRTM-aist/rtm/idl/Makefile.am
   trunk/OpenRTM-aist/win32/OpenRTM-aist/utils/rtcd/Makefile.am
   trunk/OpenRTM-aist/win32/OpenRTM-aist/utils/rtcprof/Makefile.am
Log:
"rm *vcxproj" is added to clean-local. refs #2131


Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/rtm/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/rtm/Makefile.am	2011-05-23 02:54:49 UTC (rev 2107)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/rtm/Makefile.am	2011-05-23 03:00:57 UTC (rev 2108)
@@ -12,7 +12,7 @@
 clean-local:
 	rm -rf Debug Release
 	rm -f *~ *.cpp *.h *.cc *.hh
-	rm -f *.sln *.suo *.ncb *.user *.vcproj *.def
+	rm -f *.sln *.suo *.ncb *.user *.vcproj *.vcxproj *.def
 
 src:
 	cp -p $(top_srcdir)/src/lib/rtm/*.cpp .

Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/rtm/idl/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/rtm/idl/Makefile.am	2011-05-23 02:54:49 UTC (rev 2107)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/rtm/idl/Makefile.am	2011-05-23 03:00:57 UTC (rev 2108)
@@ -6,7 +6,8 @@
 ##---------------------------------------------------------------------------
 clean-local:
 	rm -rf Debug Release
-	rm -f *~ *.idl *.cpp *.h *.cc *.hh *.sln *.suo *.ncb *.user *.vcproj
+	rm -f *~ *.idl *.cpp *.h *.cc *.hh
+	rm -f *.sln *.suo *.ncb *.user *.vcproj *.vcxproj
 
 src:
 	cp -p $(top_srcdir)/src/lib/rtm/idl/*.idl .

Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/utils/rtcd/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/utils/rtcd/Makefile.am	2011-05-23 02:54:49 UTC (rev 2107)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/utils/rtcd/Makefile.am	2011-05-23 03:00:57 UTC (rev 2108)
@@ -6,7 +6,7 @@
 ##---------------------------------------------------------------------------
 
 clean-local:
-	rm -rf *~ *core *.cpp *.vcproj *.user *.exe
+	rm -rf *~ *core *.cpp *.vcproj *.vcxproj *.user *.exe
 	rm -rf rtc.conf
 	rm -rf rtcprof
 

Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/utils/rtcprof/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/utils/rtcprof/Makefile.am	2011-05-23 02:54:49 UTC (rev 2107)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/utils/rtcprof/Makefile.am	2011-05-23 03:00:57 UTC (rev 2108)
@@ -6,7 +6,7 @@
 ##---------------------------------------------------------------------------
 
 clean-local:
-	rm -rf *~ *core *.cpp *.vcproj *.user *.exe
+	rm -rf *~ *core *.cpp *.vcproj *.vcxproj *.user *.exe
 	rm -rf rtc.conf
 	rm -rf rtcprof
 



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