summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow
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/Portable_Interceptors/Request_Interceptor_Flow
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/Portable_Interceptors/Request_Interceptor_Flow')
-rw-r--r--TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am54
1 files changed, 27 insertions, 27 deletions
diff --git a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am
index 16342607c04..21213474084 100644
--- a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am
+++ b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am
@@ -46,37 +46,32 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP)
noinst_HEADERS = \
test.idl
-## Makefile.PI_Request_Interceptor_Flow_Server.am
+## Makefile.PI_Request_Interceptor_Flow_Client.am
if BUILD_EXCEPTIONS
if BUILD_INTERCEPTORS
-noinst_PROGRAMS += server
+noinst_PROGRAMS += client
-server_CPPFLAGS = \
+client_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR)
-server_SOURCES = \
+client_SOURCES = \
+ Client_ORBInitializer.cpp \
+ Client_Request_Interceptor.cpp \
Request_Interceptor.cpp \
- Server_ORBInitializer.cpp \
- Server_Request_Interceptor.cpp \
- server.cpp \
+ client.cpp \
testC.cpp \
- testS.cpp \
- test_i.cpp \
- Request_Interceptor.h \
- Server_ORBInitializer.h \
- Server_Request_Interceptor.h \
- test_i.h
+ Client_ORBInitializer.h \
+ Client_Request_Interceptor.h \
+ Request_Interceptor.h
-server_LDADD = \
- $(TAO_BUILDDIR)/tao/libTAO_PI_Server.la \
+client_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO_PI.la \
$(TAO_BUILDDIR)/tao/libTAO_CodecFactory.la \
- $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
$(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
@@ -84,32 +79,37 @@ server_LDADD = \
endif BUILD_INTERCEPTORS
endif BUILD_EXCEPTIONS
-## Makefile.PI_Request_Interceptor_Flow_Client.am
+## Makefile.PI_Request_Interceptor_Flow_Server.am
if BUILD_EXCEPTIONS
if BUILD_INTERCEPTORS
-noinst_PROGRAMS += client
+noinst_PROGRAMS += server
-client_CPPFLAGS = \
+server_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR)
-client_SOURCES = \
- Client_ORBInitializer.cpp \
- Client_Request_Interceptor.cpp \
+server_SOURCES = \
Request_Interceptor.cpp \
- client.cpp \
+ Server_ORBInitializer.cpp \
+ Server_Request_Interceptor.cpp \
+ server.cpp \
testC.cpp \
- Client_ORBInitializer.h \
- Client_Request_Interceptor.h \
- Request_Interceptor.h
+ testS.cpp \
+ test_i.cpp \
+ Request_Interceptor.h \
+ Server_ORBInitializer.h \
+ Server_Request_Interceptor.h \
+ test_i.h
-client_LDADD = \
+server_LDADD = \
+ $(TAO_BUILDDIR)/tao/libTAO_PI_Server.la \
$(TAO_BUILDDIR)/tao/libTAO_PI.la \
$(TAO_BUILDDIR)/tao/libTAO_CodecFactory.la \
+ $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
$(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la