[openrtm-commit:02772] r3020 - trunk/OpenRTM-aist/examples/Analyzer

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 8月 29日 (火) 15:27:08 JST


Author: n-ando
Date: 2017-08-29 15:27:08 +0900 (Tue, 29 Aug 2017)
New Revision: 3020

Modified:
   trunk/OpenRTM-aist/examples/Analyzer/Makefile.am
Log:
[incompat,example,build] Unused ConnectorComp rules have been removed.

Modified: trunk/OpenRTM-aist/examples/Analyzer/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/examples/Analyzer/Makefile.am	2017-08-29 04:56:09 UTC (rev 3019)
+++ trunk/OpenRTM-aist/examples/Analyzer/Makefile.am	2017-08-29 06:27:08 UTC (rev 3020)
@@ -35,8 +35,7 @@
 
 # Standalone RTCs
 example_PROGRAMS = AnalyzerComp Analyzer_testComp
-noinst_PROGRAMS = ConnectorComp
-example_DATA = rtc.conf consin.conf consout.conf component.conf
+example_DATA = rtc.conf
 
 AnalyzerComp_SOURCES = AnalyzerComp.cpp 
 AnalyzerComp_DEPENDENCIES = Analyzer.la
@@ -52,11 +51,6 @@
 	$(top_builddir)/src/lib/rtm/libRTC.la \
 	$(top_builddir)/src/lib/coil/lib/libcoil.la
 
-ConnectorComp_SOURCES = ConnectorComp.cpp
-ConnectorComp_LDFLAGS = -L$(top_builddir)/src/lib/rtm/.libs
-ConnectorComp_LDADD   = $(top_builddir)/src/lib/rtm/libRTC.la \
-	$(top_builddir)/src/lib/coil/lib/libcoil.la
-
 # Example sources
 source_DATA = $(ALL_SRC) $(EXTRA_DIST)
 
@@ -64,26 +58,18 @@
 # Extra distributed files
 #------------------------------------------------------------
 EXTRA_DIST =                \
-	run.sh              \
-	gen.sh              \
-	Makefile.Analyzer  \
-	Makefile.Analyzer_test \
-	README.Analyzer    \
-	README.Analyzer_test   \
-	rtc.conf            \
-	consin.conf         \
-	consout.conf        \
-	component.conf      
+	CMakeLists.txt      \
+	rtc.conf
 
-ALL_SRC =                  \
-	AnalyzerComp.cpp  \
-	Analyzer.cpp      \
-	Analyzer.h        \
+ALL_SRC =                     \
+	AnalyzerComp.cpp      \
+	Analyzer.cpp          \
+	Analyzer.h            \
 	Analyzer_testComp.cpp \
 	Analyzer_test.cpp     \
-	Analyzer_test.h       \
-	ConnectorComp.cpp
+	Analyzer_test.h
 
+
 #------------------------------------------------------------
 # File list for deb/ports packages
 #------------------------------------------------------------



More information about the openrtm-commit mailing list