diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-06-10 04:36:13 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-06-10 04:36:13 +0000 |
commit | ca4b1521703f2e7e473933955773b86f023ec34a (patch) | |
tree | 07f08b04e31d377945fcd0f4ede6a3a34467d3ba /TAO/performance-tests/POA | |
parent | af95b2f404dd9e83081d79c12423aee2252592cd (diff) | |
download | ATCD-ca4b1521703f2e7e473933955773b86f023ec34a.tar.gz |
ChangeLogTag: Sat Jun 10 04:34:32 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/performance-tests/POA')
3 files changed, 10 insertions, 29 deletions
diff --git a/TAO/performance-tests/POA/Demux/Makefile.am b/TAO/performance-tests/POA/Demux/Makefile.am index 550c0527074..fc85f48737a 100644 --- a/TAO/performance-tests/POA/Demux/Makefile.am +++ b/TAO/performance-tests/POA/Demux/Makefile.am @@ -24,10 +24,7 @@ BUILT_SOURCES = \ demux_testC.inl \ demux_testS.cpp \ demux_testS.h \ - demux_testS.inl \ - demux_testS_T.cpp \ - demux_testS_T.h \ - demux_testS_T.inl + demux_testS.inl CLEANFILES = \ demux_test-stamp \ @@ -36,12 +33,9 @@ CLEANFILES = \ demux_testC.inl \ demux_testS.cpp \ demux_testS.h \ - demux_testS.inl \ - demux_testS_T.cpp \ - demux_testS_T.h \ - demux_testS_T.inl + demux_testS.inl -demux_testC.cpp demux_testC.h demux_testC.inl demux_testS.cpp demux_testS.h demux_testS.inl demux_testS_T.cpp demux_testS_T.h demux_testS_T.inl: demux_test-stamp +demux_testC.cpp demux_testC.h demux_testC.inl demux_testS.cpp demux_testS.h demux_testS.inl: demux_test-stamp demux_test-stamp: $(srcdir)/demux_test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/demux_test.idl diff --git a/TAO/performance-tests/POA/Implicit_Activation/Makefile.am b/TAO/performance-tests/POA/Implicit_Activation/Makefile.am index 210867fe562..d6f4aa4d3a1 100644 --- a/TAO/performance-tests/POA/Implicit_Activation/Makefile.am +++ b/TAO/performance-tests/POA/Implicit_Activation/Makefile.am @@ -26,10 +26,7 @@ BUILT_SOURCES = \ TestC.inl \ TestS.cpp \ TestS.h \ - TestS.inl \ - TestS_T.cpp \ - TestS_T.h \ - TestS_T.inl + TestS.inl CLEANFILES = \ Test-stamp \ @@ -38,12 +35,9 @@ CLEANFILES = \ TestC.inl \ TestS.cpp \ TestS.h \ - TestS.inl \ - TestS_T.cpp \ - TestS_T.h \ - TestS_T.inl + TestS.inl -TestC.cpp TestC.h TestC.inl TestS.cpp TestS.h TestS.inl TestS_T.cpp TestS_T.h TestS_T.inl: Test-stamp +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) -Sa -St -Sa -St $(srcdir)/Test.idl diff --git a/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile.am b/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile.am index 46e46dfb461..190c17dd54a 100644 --- a/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile.am +++ b/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile.am @@ -27,10 +27,7 @@ BUILT_SOURCES = \ testC.inl \ testS.cpp \ testS.h \ - testS.inl \ - testS_T.cpp \ - testS_T.h \ - testS_T.inl + testS.inl CLEANFILES = \ test-stamp \ @@ -39,12 +36,9 @@ CLEANFILES = \ testC.inl \ testS.cpp \ testS.h \ - testS.inl \ - testS_T.cpp \ - testS_T.h \ - testS_T.inl + testS.inl -testC.cpp testC.h testC.inl testS.cpp testS.h testS.inl testS_T.cpp testS_T.h testS_T.inl: test-stamp +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 @@ -65,8 +59,7 @@ registration_SOURCES = \ testC.h \ testC.inl \ testS.h \ - testS_T.h \ - testS_T.inl + testS.inl registration_LDADD = \ $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \ |