[openrtm-commit:03168] r3218 - branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2018年 2月 9日 (金) 23:45:43 JST


Author: n-ando
Date: 2018-02-09 23:45:43 +0900 (Fri, 09 Feb 2018)
New Revision: 3218

Modified:
   branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/Makefile.am
Log:
[build,->trunk] Dependency rules have been added for linking statically ComponentObserver.

Modified: branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/Makefile.am
===================================================================
--- branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/Makefile.am	2018-02-07 06:24:54 UTC (rev 3217)
+++ branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/Makefile.am	2018-02-09 14:45:43 UTC (rev 3218)
@@ -142,6 +142,7 @@
 #------------------------------
 # Component observer embedded
 if ENABLE_OBSERVER
+FactoryInit.cpp: ComponentObserverConsumer.h ComponentObserverSkel.h 
 OBSERVER_LA = \
 	libComponentObserverStub.la \
 	libComponentObserverConsumer.la
@@ -154,6 +155,11 @@
 	(cd $(top_builddir)/src/ext/sdo/observer ; make)
 libComponentObserverConsumer.la: libComponentObserverStub.la
 	(cd $(top_builddir)/src/ext/sdo/observer ; make)
+ComponentObserverConsumer.h: ComponentObserverSkel.h
+ComponentObserverSkel.h:
+	(cd $(top_builddir)/src/ext/sdo/observer ; make)
+
+
 #------------------------------
 
 libRTC_la_LIBADD = \
@@ -169,7 +175,6 @@
 	-release $(PACKAGE_VERSION)       \
 	$(OBSERVER_LDFLAGS)
 
-
 rtmheaderdir = $(rtm_includedir)/rtm
 
 rtmheader_HEADERS = \



More information about the openrtm-commit mailing list