summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-06 13:47:52 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-06 13:47:52 +0000
commit7aa8d76b3b572d73fb808215bcec6c862841776c (patch)
treeedae30b3e2f3d6ad34170c9f4913adb7e6df1457 /TAO/tests/Param_Test
parent33e9abe4a16e0e9b41d3fc6e73c495b96bf37a79 (diff)
downloadATCD-7aa8d76b3b572d73fb808215bcec6c862841776c.tar.gz
ChangeLogTag: Wed Dec 6 13:40:52 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/tests/Param_Test')
-rw-r--r--TAO/tests/Param_Test/Makefile.am116
1 files changed, 58 insertions, 58 deletions
diff --git a/TAO/tests/Param_Test/Makefile.am b/TAO/tests/Param_Test/Makefile.am
index 29555f35c9b..24b6f0f7c20 100644
--- a/TAO/tests/Param_Test/Makefile.am
+++ b/TAO/tests/Param_Test/Makefile.am
@@ -47,26 +47,66 @@ param_test-stamp: $(srcdir)/param_test.idl $(TAO_IDL_DEP)
noinst_HEADERS = \
param_test.idl
-## Makefile.Param_Test_Server.am
+## Makefile.Param_Test_Anyop.am
if BUILD_EXCEPTIONS
-noinst_PROGRAMS += server
+noinst_PROGRAMS += anyop
-server_CPPFLAGS = \
+anyop_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR)
-server_SOURCES = \
+anyop_SOURCES = \
+ anyop.cpp \
param_testC.cpp \
- param_testS.cpp \
- param_test_i.cpp \
- server.cpp \
- param_test_i.h
+ any.h \
+ bd_array_seq.h \
+ bd_long_seq.h \
+ bd_short_seq.h \
+ bd_str_seq.h \
+ bd_string.h \
+ bd_struct_seq.h \
+ bd_wstr_seq.h \
+ bd_wstring.h \
+ big_union.h \
+ client.h \
+ complex_any.h \
+ driver.h \
+ except.h \
+ fixed_array.h \
+ fixed_struct.h \
+ helper.h \
+ multdim_array.h \
+ nested_struct.h \
+ objref.h \
+ objref_struct.h \
+ options.h \
+ param_test_i.h \
+ recursive_struct.h \
+ recursive_union.h \
+ results.h \
+ short.h \
+ small_union.h \
+ tests.h \
+ typecode.h \
+ ub_any_seq.h \
+ ub_array_seq.h \
+ ub_long_seq.h \
+ ub_objref_seq.h \
+ ub_short_seq.h \
+ ub_str_seq.h \
+ ub_string.h \
+ ub_struct_seq.h \
+ ub_wstr_seq.h \
+ ub_wstring.h \
+ ulonglong.h \
+ var_array.h \
+ var_struct.h
-server_LDADD = \
+anyop_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
$(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
$(TAO_BUILDDIR)/tao/libTAO.la \
@@ -188,66 +228,26 @@ endif !BUILD_ACE_FOR_TAO
endif BUILD_EXCEPTIONS
endif BUILD_CORBA_MESSAGING
-## Makefile.Param_Test_Anyop.am
+## Makefile.Param_Test_Server.am
if BUILD_EXCEPTIONS
-noinst_PROGRAMS += anyop
+noinst_PROGRAMS += server
-anyop_CPPFLAGS = \
+server_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR)
-anyop_SOURCES = \
- anyop.cpp \
+server_SOURCES = \
param_testC.cpp \
- any.h \
- bd_array_seq.h \
- bd_long_seq.h \
- bd_short_seq.h \
- bd_str_seq.h \
- bd_string.h \
- bd_struct_seq.h \
- bd_wstr_seq.h \
- bd_wstring.h \
- big_union.h \
- client.h \
- complex_any.h \
- driver.h \
- except.h \
- fixed_array.h \
- fixed_struct.h \
- helper.h \
- multdim_array.h \
- nested_struct.h \
- objref.h \
- objref_struct.h \
- options.h \
- param_test_i.h \
- recursive_struct.h \
- recursive_union.h \
- results.h \
- short.h \
- small_union.h \
- tests.h \
- typecode.h \
- ub_any_seq.h \
- ub_array_seq.h \
- ub_long_seq.h \
- ub_objref_seq.h \
- ub_short_seq.h \
- ub_str_seq.h \
- ub_string.h \
- ub_struct_seq.h \
- ub_wstr_seq.h \
- ub_wstring.h \
- ulonglong.h \
- var_array.h \
- var_struct.h
+ param_testS.cpp \
+ param_test_i.cpp \
+ server.cpp \
+ param_test_i.h
-anyop_LDADD = \
+server_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
$(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
$(TAO_BUILDDIR)/tao/libTAO.la \