summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2007-07-09 16:03:32 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2007-07-09 16:03:32 +0000
commite79e655e43db1d2ce41a5899c95fad267a6f7685 (patch)
tree7ceb4bcab887a7b9e8961495113590c26cf03341 /TAO/docs
parente51f28c7c826da7ce1327580b693a7ff1207a0a5 (diff)
downloadATCD-e79e655e43db1d2ce41a5899c95fad267a6f7685.tar.gz
Mon Jul 9 15:40:40 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/tutorials/Quoter/RTCORBA/Makefile.am26
-rw-r--r--TAO/docs/tutorials/Quoter/idl/Makefile.am3
2 files changed, 15 insertions, 14 deletions
diff --git a/TAO/docs/tutorials/Quoter/RTCORBA/Makefile.am b/TAO/docs/tutorials/Quoter/RTCORBA/Makefile.am
index 4b87d4e87ec..42edde4e5e2 100644
--- a/TAO/docs/tutorials/Quoter/RTCORBA/Makefile.am
+++ b/TAO/docs/tutorials/Quoter/RTCORBA/Makefile.am
@@ -16,9 +16,9 @@ TAO_IDL_DEP = $(TAO_BUILDDIR)/TAO_IDL/tao_idl
TAO_IDLFLAGS = -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 =
+CLEANFILES =
## Makefile.RTCORBA_Quoter_Common.am
@@ -124,9 +124,9 @@ if BUILD_EXCEPTIONS
if BUILD_RT_CORBA
if BUILD_STL
-noinst_PROGRAMS += Admin
+noinst_PROGRAMS += admin
-Admin_CPPFLAGS = \
+admin_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
@@ -134,10 +134,10 @@ Admin_CPPFLAGS = \
-I$(TAO_ROOT)/orbsvcs \
-I$(TAO_BUILDDIR)/orbsvcs
-Admin_SOURCES = \
+admin_SOURCES = \
Admin.cpp
-Admin_LDADD = \
+admin_LDADD = \
libRTCORBA_Quoter_Common.la \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_CosNaming.la \
$(TAO_BUILDDIR)/tao/libTAO_RTCORBA.la \
@@ -158,9 +158,9 @@ if BUILD_EXCEPTIONS
if BUILD_RT_CORBA
if BUILD_STL
-noinst_PROGRAMS += Broker
+noinst_PROGRAMS += broker
-Broker_CPPFLAGS = \
+broker_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
@@ -168,7 +168,7 @@ Broker_CPPFLAGS = \
-I$(TAO_ROOT)/orbsvcs \
-I$(TAO_BUILDDIR)/orbsvcs
-Broker_SOURCES = \
+broker_SOURCES = \
Broker.cpp \
BrokerS.cpp \
Broker_i.cpp \
@@ -179,7 +179,7 @@ Broker_SOURCES = \
StockNameConsumer_i.h \
Stock_Database.h
-Broker_LDADD = \
+broker_LDADD = \
libRTCORBA_Quoter_Common.la \
$(TAO_BUILDDIR)/tao/libTAO_Utils.la \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_CosNaming.la \
@@ -203,9 +203,9 @@ if BUILD_EXCEPTIONS
if BUILD_RT_CORBA
if BUILD_STL
-noinst_PROGRAMS += Distributor
+noinst_PROGRAMS += distributor
-Distributor_CPPFLAGS = \
+distributor_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
@@ -213,7 +213,7 @@ Distributor_CPPFLAGS = \
-I$(TAO_ROOT)/orbsvcs \
-I$(TAO_BUILDDIR)/orbsvcs
-Distributor_SOURCES = \
+distributor_SOURCES = \
CommonS.cpp \
Distributor.cpp \
DistributorS.cpp \
@@ -222,7 +222,7 @@ Distributor_SOURCES = \
Distributor_i.h \
Stock_Database.h
-Distributor_LDADD = \
+distributor_LDADD = \
libRTCORBA_Quoter_Common.la \
$(TAO_BUILDDIR)/tao/libTAO_Utils.la \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_CosNaming.la \
diff --git a/TAO/docs/tutorials/Quoter/idl/Makefile.am b/TAO/docs/tutorials/Quoter/idl/Makefile.am
index 8e882c13c78..ff2eed6c4b7 100644
--- a/TAO/docs/tutorials/Quoter/idl/Makefile.am
+++ b/TAO/docs/tutorials/Quoter/idl/Makefile.am
@@ -45,7 +45,7 @@ CLEANFILES = \
QuoterC.cpp QuoterC.h QuoterC.inl QuoterS.cpp QuoterS.h QuoterS.inl QuoterS_T.cpp QuoterS_T.h: Quoter-stamp
Quoter-stamp: $(srcdir)/Quoter.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=QUOTER_COMMON_Export -Wb,export_include=quoter_common_export.h -GT $(srcdir)/Quoter.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Wb,export_macro=QUOTER_COMMON_Export -Wb,export_include=quoter_common_export.h -GT $(srcdir)/Quoter.idl
@touch $@
noinst_LTLIBRARIES = libQuoter_Idl_Lib.la
@@ -67,6 +67,7 @@ noinst_HEADERS = \
QuoterC.inl \
QuoterS.h \
QuoterS.inl \
+ QuoterS_T.cpp \
QuoterS_T.h \
quoter_common_export.h