summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-24 13:43:17 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-24 13:43:17 +0000
commit791935cd579a11cdbb3fad4fdf26a797e2f649ae (patch)
tree50cb01c15c9d73d65fd35de605fa682f969dce31
parent13cddc399e7f89b3be1404bbcdd754246c3b9bb7 (diff)
downloadATCD-791935cd579a11cdbb3fad4fdf26a797e2f649ae.tar.gz
ChangeLogTag: Fri Nov 24 13:39:13 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--TAO/ChangeLog14
-rw-r--r--TAO/configure.ac1
-rw-r--r--TAO/docs/tutorials/Quoter/Makefile.am3
-rw-r--r--TAO/docs/tutorials/Quoter/RTCORBA/Makefile.am249
4 files changed, 265 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 955c6327b55..3878c100a93 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,17 @@
+Fri Nov 24 13:39:13 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * configure.ac:
+
+ Configure RTCORBA Quoter tutorial.
+
+ * docs/tutorials/Quoter/Makefile.am
+
+ Regenerated to include RTCORBA subdirectory.
+
+ * docs/tutorials/Quoter/RTCORBA/Makefile.am
+
+ New file, Makefile.am for new-ish tutorial.
+
Fri Nov 24 13:24:56 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
* performance-tests/Cubit/TAO/DII_Cubit/Makefile.am:
diff --git a/TAO/configure.ac b/TAO/configure.ac
index 9c137b3f1c8..d6b3c990650 100644
--- a/TAO/configure.ac
+++ b/TAO/configure.ac
@@ -202,6 +202,7 @@ AC_CONFIG_FILES([
docs/tutorials/Quoter/Makefile
docs/tutorials/Quoter/Naming_Service/Makefile
docs/tutorials/Quoter/On_Demand_Activation/Makefile
+ docs/tutorials/Quoter/RTCORBA/Makefile
docs/tutorials/Quoter/RT_Event_Service/Makefile
docs/tutorials/Quoter/Simple/Client/Makefile
docs/tutorials/Quoter/Simple/Impl-Repo/Makefile
diff --git a/TAO/docs/tutorials/Quoter/Makefile.am b/TAO/docs/tutorials/Quoter/Makefile.am
index 5b97a6880f9..83aa0ad74b0 100644
--- a/TAO/docs/tutorials/Quoter/Makefile.am
+++ b/TAO/docs/tutorials/Quoter/Makefile.am
@@ -12,10 +12,9 @@ SUBDIRS = \
AMI \
Event_Service \
On_Demand_Activation \
+ RTCORBA \
RT_Event_Service \
idl \
Simple \
Naming_Service
-# RTCORBA
-
diff --git a/TAO/docs/tutorials/Quoter/RTCORBA/Makefile.am b/TAO/docs/tutorials/Quoter/RTCORBA/Makefile.am
new file mode 100644
index 00000000000..506c1d551a1
--- /dev/null
+++ b/TAO/docs/tutorials/Quoter/RTCORBA/Makefile.am
@@ -0,0 +1,249 @@
+## Process this file with automake to create Makefile.in
+##
+## $Id$
+##
+## This file was generated by MPC. Any changes made directly to
+## this file will be lost the next time it is generated.
+##
+## MPC Command:
+## ../bin/mwc.pl -type automake -noreldefs TAO.mwc
+
+ACE_BUILDDIR = $(top_builddir)/..
+ACE_ROOT = $(top_srcdir)/..
+TAO_BUILDDIR = $(top_builddir)
+TAO_IDL = ACE_ROOT=$(ACE_ROOT) TAO_ROOT=$(TAO_ROOT) $(TAO_BUILDDIR)/TAO_IDL/tao_idl
+TAO_IDL_DEP = $(TAO_BUILDDIR)/TAO_IDL/tao_idl
+TAO_IDLFLAGS = -Ge 1 -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -I$(TAO_ROOT) -I$(srcdir) -g $(ACE_BUILDDIR)/apps/gperf/src/gperf
+TAO_ROOT = $(top_srcdir)
+
+CLEANFILES =
+noinst_PROGRAMS =
+BUILT_SOURCES =
+
+## Makefile.RTCORBA_Quoter_Common.am
+
+if BUILD_EXCEPTIONS
+if BUILD_RT_CORBA
+
+BUILT_SOURCES += \
+ DistributorC.cpp \
+ DistributorC.h \
+ DistributorC.inl \
+ DistributorS.inl
+
+CLEANFILES += \
+ Distributor-stamp \
+ DistributorC.cpp \
+ DistributorC.h \
+ DistributorC.inl \
+ DistributorS.inl
+
+DistributorC.cpp DistributorC.h DistributorC.inl DistributorS.inl: Distributor-stamp
+
+Distributor-stamp: $(srcdir)/Distributor.idl $(TAO_IDL_DEP)
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,stub_export_macro=RTCORBA_Quoter_Common_Export -Wb,stub_export_include=Common_Export.h $(srcdir)/Distributor.idl
+ @touch $@
+
+BUILT_SOURCES += \
+ BrokerC.cpp \
+ BrokerC.h \
+ BrokerC.inl \
+ BrokerS.inl
+
+CLEANFILES += \
+ Broker-stamp \
+ BrokerC.cpp \
+ BrokerC.h \
+ BrokerC.inl \
+ BrokerS.inl
+
+BrokerC.cpp BrokerC.h BrokerC.inl BrokerS.inl: Broker-stamp
+
+Broker-stamp: $(srcdir)/Broker.idl $(TAO_IDL_DEP)
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,stub_export_macro=RTCORBA_Quoter_Common_Export -Wb,stub_export_include=Common_Export.h $(srcdir)/Broker.idl
+ @touch $@
+
+BUILT_SOURCES += \
+ CommonC.cpp \
+ CommonC.h \
+ CommonC.inl \
+ CommonS.h \
+ CommonS.inl
+
+CLEANFILES += \
+ Common-stamp \
+ CommonC.cpp \
+ CommonC.h \
+ CommonC.inl \
+ CommonS.h \
+ CommonS.inl
+
+CommonC.cpp CommonC.h CommonC.inl CommonS.h CommonS.inl: Common-stamp
+
+Common-stamp: $(srcdir)/Common.idl $(TAO_IDL_DEP)
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,stub_export_macro=RTCORBA_Quoter_Common_Export -Wb,stub_export_include=Common_Export.h $(srcdir)/Common.idl
+ @touch $@
+
+noinst_LTLIBRARIES = libRTCORBA_Quoter_Common.la
+
+libRTCORBA_Quoter_Common_la_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(TAO_ROOT) \
+ -I$(TAO_BUILDDIR) \
+ -DRTCORBA_QUOTER_COMMON_BUILD_DLL
+
+libRTCORBA_Quoter_Common_la_SOURCES = \
+ BrokerC.cpp \
+ CommonC.cpp \
+ DistributorC.cpp \
+ Stock_PriorityMapping.cpp
+
+noinst_HEADERS = \
+ Broker.idl \
+ BrokerC.h \
+ BrokerC.inl \
+ BrokerS.inl \
+ Common.idl \
+ CommonC.h \
+ CommonC.inl \
+ CommonS.h \
+ CommonS.inl \
+ Distributor.idl \
+ DistributorC.h \
+ DistributorC.inl \
+ DistributorS.inl \
+ Stock_PriorityMapping.h
+
+endif BUILD_RT_CORBA
+endif BUILD_EXCEPTIONS
+
+## Makefile.RTCORBA_Quoter_Admin.am
+
+if BUILD_EXCEPTIONS
+if BUILD_RT_CORBA
+if BUILD_STL
+
+noinst_PROGRAMS += Admin
+
+Admin_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(TAO_ROOT) \
+ -I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs
+
+Admin_SOURCES = \
+ Admin.cpp
+
+Admin_LDADD = \
+ libRTCORBA_Quoter_Common.la \
+ $(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_CosNaming.la \
+ $(TAO_BUILDDIR)/tao/libTAO_RTCORBA.la \
+ $(TAO_BUILDDIR)/tao/libTAO_PI.la \
+ $(TAO_BUILDDIR)/tao/libTAO_CodecFactory.la \
+ $(TAO_BUILDDIR)/tao/libTAO_Valuetype.la \
+ $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
+ $(TAO_BUILDDIR)/tao/libTAO.la \
+ $(ACE_BUILDDIR)/ace/libACE.la
+
+endif BUILD_STL
+endif BUILD_RT_CORBA
+endif BUILD_EXCEPTIONS
+
+## Makefile.RTCORBA_Quoter_Broker.am
+
+if BUILD_EXCEPTIONS
+if BUILD_RT_CORBA
+if BUILD_STL
+
+noinst_PROGRAMS += Broker
+
+Broker_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(TAO_ROOT) \
+ -I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs
+
+Broker_SOURCES = \
+ Broker.cpp \
+ BrokerS.cpp \
+ Broker_i.cpp \
+ CommonS.cpp \
+ StockNameConsumer_i.cpp \
+ BrokerS.h \
+ Broker_i.h \
+ StockNameConsumer_i.h \
+ Stock_Database.h
+
+Broker_LDADD = \
+ libRTCORBA_Quoter_Common.la \
+ $(TAO_BUILDDIR)/tao/libTAO_Utils.la \
+ $(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_CosNaming.la \
+ $(TAO_BUILDDIR)/tao/libTAO_RTPortableServer.la \
+ $(TAO_BUILDDIR)/tao/libTAO_RTCORBA.la \
+ $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
+ $(TAO_BUILDDIR)/tao/libTAO_PI.la \
+ $(TAO_BUILDDIR)/tao/libTAO_CodecFactory.la \
+ $(TAO_BUILDDIR)/tao/libTAO_Valuetype.la \
+ $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
+ $(TAO_BUILDDIR)/tao/libTAO.la \
+ $(ACE_BUILDDIR)/ace/libACE.la
+
+endif BUILD_STL
+endif BUILD_RT_CORBA
+endif BUILD_EXCEPTIONS
+
+## Makefile.RTCORBA_Quoter_Distributor.am
+
+if BUILD_EXCEPTIONS
+if BUILD_RT_CORBA
+if BUILD_STL
+
+noinst_PROGRAMS += Distributor
+
+Distributor_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(TAO_ROOT) \
+ -I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs
+
+Distributor_SOURCES = \
+ CommonS.cpp \
+ Distributor.cpp \
+ DistributorS.cpp \
+ Distributor_i.cpp \
+ DistributorS.h \
+ Distributor_i.h \
+ Stock_Database.h
+
+Distributor_LDADD = \
+ libRTCORBA_Quoter_Common.la \
+ $(TAO_BUILDDIR)/tao/libTAO_Utils.la \
+ $(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_CosNaming.la \
+ $(TAO_BUILDDIR)/tao/libTAO_RTPortableServer.la \
+ $(TAO_BUILDDIR)/tao/libTAO_RTCORBA.la \
+ $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
+ $(TAO_BUILDDIR)/tao/libTAO_PI.la \
+ $(TAO_BUILDDIR)/tao/libTAO_CodecFactory.la \
+ $(TAO_BUILDDIR)/tao/libTAO_Valuetype.la \
+ $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
+ $(TAO_BUILDDIR)/tao/libTAO.la \
+ $(ACE_BUILDDIR)/ace/libACE.la
+
+endif BUILD_STL
+endif BUILD_RT_CORBA
+endif BUILD_EXCEPTIONS
+
+## Clean up template repositories, etc.
+clean-local:
+ -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*
+ -rm -f gcctemp.c gcctemp so_locations *.ics
+ -rm -rf cxx_repository ptrepository ti_files
+ -rm -rf templateregistry ir.out
+ -rm -rf ptrepository SunWS_cache Templates.DB