summaryrefslogtreecommitdiff
path: root/TAO/tests/Two_Objects
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/tests/Two_Objects
parente51f28c7c826da7ce1327580b693a7ff1207a0a5 (diff)
downloadATCD-e79e655e43db1d2ce41a5899c95fad267a6f7685.tar.gz
Mon Jul 9 15:40:40 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tests/Two_Objects')
-rw-r--r--TAO/tests/Two_Objects/Makefile.am36
1 files changed, 18 insertions, 18 deletions
diff --git a/TAO/tests/Two_Objects/Makefile.am b/TAO/tests/Two_Objects/Makefile.am
index aebb6f9ad12..dcdbf5a4f71 100644
--- a/TAO/tests/Two_Objects/Makefile.am
+++ b/TAO/tests/Two_Objects/Makefile.am
@@ -46,60 +46,60 @@ Two_Objects-stamp: $(srcdir)/Two_Objects.idl $(TAO_IDL_DEP)
noinst_HEADERS = \
Two_Objects.idl
-## Makefile.Two_Objects_Server.am
+## Makefile.Two_Objects_Client.am
if BUILD_EXCEPTIONS
-noinst_PROGRAMS += server
+noinst_PROGRAMS += client
-server_CPPFLAGS = \
+client_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR)
-server_SOURCES = \
- First_i.cpp \
- Object_Factory_i.cpp \
- Second_i.cpp \
+client_SOURCES = \
Two_ObjectsC.cpp \
- Two_ObjectsS.cpp \
- server.cpp \
- worker.cpp \
+ client.cpp \
First_i.h \
Object_Factory_i.h \
Second_i.h \
worker.h
-server_LDADD = \
- $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
+client_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
endif BUILD_EXCEPTIONS
-## Makefile.Two_Objects_Client.am
+## Makefile.Two_Objects_Server.am
if BUILD_EXCEPTIONS
-noinst_PROGRAMS += client
+noinst_PROGRAMS += server
-client_CPPFLAGS = \
+server_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR)
-client_SOURCES = \
+server_SOURCES = \
+ First_i.cpp \
+ Object_Factory_i.cpp \
+ Second_i.cpp \
Two_ObjectsC.cpp \
- client.cpp \
+ Two_ObjectsS.cpp \
+ server.cpp \
+ worker.cpp \
First_i.h \
Object_Factory_i.h \
Second_i.h \
worker.h
-client_LDADD = \
+server_LDADD = \
+ $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
$(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la