summaryrefslogtreecommitdiff
path: root/TAO/tests/GIOP_Fragments
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/GIOP_Fragments
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/GIOP_Fragments')
-rw-r--r--TAO/tests/GIOP_Fragments/Java_Big_Reply/Makefile.am19
-rw-r--r--TAO/tests/GIOP_Fragments/Java_Big_Request/Makefile.am19
-rw-r--r--TAO/tests/GIOP_Fragments/PMB_With_Fragments/Makefile.am2
3 files changed, 17 insertions, 23 deletions
diff --git a/TAO/tests/GIOP_Fragments/Java_Big_Reply/Makefile.am b/TAO/tests/GIOP_Fragments/Java_Big_Reply/Makefile.am
index 00861fb0155..edbf0c80fba 100644
--- a/TAO/tests/GIOP_Fragments/Java_Big_Reply/Makefile.am
+++ b/TAO/tests/GIOP_Fragments/Java_Big_Reply/Makefile.am
@@ -60,7 +60,7 @@ CLEANFILES += \
TestC.cpp TestC.h TestC.inl TestS.cpp TestS.h TestS.inl: Test-stamp
Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl
@touch $@
BUILT_SOURCES += \
@@ -72,31 +72,28 @@ CLEANFILES += \
server.class: $(srcdir)/server.java
javac -d . $(srcdir)/server.java
-noinst_PROGRAMS = client
+noinst_LTLIBRARIES = libJava_Big_Reply.la
-client_CPPFLAGS = \
+libJava_Big_Reply_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR)
-client_SOURCES = \
+libJava_Big_Reply_la_SOURCES = \
Client_Task.cpp \
TestC.cpp \
TestS.cpp \
- client.cpp \
+ client.cpp
+
+noinst_HEADERS = \
Client_Task.h \
+ Test.idl \
TestC.h \
TestC.inl \
TestS.h \
TestS.inl
-client_LDADD = \
- $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
- $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
- $(TAO_BUILDDIR)/tao/libTAO.la \
- $(ACE_BUILDDIR)/ace/libACE.la
-
endif BUILD_JAVA
endif BUILD_EXCEPTIONS
diff --git a/TAO/tests/GIOP_Fragments/Java_Big_Request/Makefile.am b/TAO/tests/GIOP_Fragments/Java_Big_Request/Makefile.am
index 9755a7f0030..13080efda49 100644
--- a/TAO/tests/GIOP_Fragments/Java_Big_Request/Makefile.am
+++ b/TAO/tests/GIOP_Fragments/Java_Big_Request/Makefile.am
@@ -60,7 +60,7 @@ CLEANFILES += \
TestC.cpp TestC.h TestC.inl TestS.cpp TestS.h TestS.inl: Test-stamp
Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl
@touch $@
BUILT_SOURCES += \
@@ -72,31 +72,28 @@ CLEANFILES += \
client.class: $(srcdir)/client.java
javac -d . $(srcdir)/client.java
-noinst_PROGRAMS = server
+noinst_LTLIBRARIES = libJava_Big_Request.la
-server_CPPFLAGS = \
+libJava_Big_Request_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR)
-server_SOURCES = \
+libJava_Big_Request_la_SOURCES = \
Payload_Receiver.cpp \
TestC.cpp \
TestS.cpp \
- server.cpp \
+ server.cpp
+
+noinst_HEADERS = \
Payload_Receiver.h \
+ Test.idl \
TestC.h \
TestC.inl \
TestS.h \
TestS.inl
-server_LDADD = \
- $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
- $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
- $(TAO_BUILDDIR)/tao/libTAO.la \
- $(ACE_BUILDDIR)/ace/libACE.la
-
endif BUILD_JAVA
endif BUILD_EXCEPTIONS
diff --git a/TAO/tests/GIOP_Fragments/PMB_With_Fragments/Makefile.am b/TAO/tests/GIOP_Fragments/PMB_With_Fragments/Makefile.am
index b475617d0ac..1f81d546b90 100644
--- a/TAO/tests/GIOP_Fragments/PMB_With_Fragments/Makefile.am
+++ b/TAO/tests/GIOP_Fragments/PMB_With_Fragments/Makefile.am
@@ -41,7 +41,7 @@ CLEANFILES = \
TestC.cpp TestC.h TestC.inl TestS.cpp TestS.h TestS.inl: Test-stamp
Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl
@touch $@
noinst_PROGRAMS = server