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 | b2a24d685798640f557395355a7bcdb037904002 (patch) | |
tree | 07f08b04e31d377945fcd0f4ede6a3a34467d3ba /TAO/examples/PluggableUDP | |
parent | d6e846656fb0c0e6068020037471da1548468600 (diff) | |
download | ATCD-b2a24d685798640f557395355a7bcdb037904002.tar.gz |
ChangeLogTag: Sat Jun 10 04:34:32 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/examples/PluggableUDP')
3 files changed, 9 insertions, 27 deletions
diff --git a/TAO/examples/PluggableUDP/tests/Basic/Makefile.am b/TAO/examples/PluggableUDP/tests/Basic/Makefile.am index 5cbf1074b07..d95ae421691 100644 --- a/TAO/examples/PluggableUDP/tests/Basic/Makefile.am +++ b/TAO/examples/PluggableUDP/tests/Basic/Makefile.am @@ -26,10 +26,7 @@ BUILT_SOURCES = \ UDPC.inl \ UDPS.cpp \ UDPS.h \ - UDPS.inl \ - UDPS_T.cpp \ - UDPS_T.h \ - UDPS_T.inl + UDPS.inl CLEANFILES = \ UDP-stamp \ @@ -38,12 +35,9 @@ CLEANFILES = \ UDPC.inl \ UDPS.cpp \ UDPS.h \ - UDPS.inl \ - UDPS_T.cpp \ - UDPS_T.h \ - UDPS_T.inl + UDPS.inl -UDPC.cpp UDPC.h UDPC.inl UDPS.cpp UDPS.h UDPS.inl UDPS_T.cpp UDPS_T.h UDPS_T.inl: UDP-stamp +UDPC.cpp UDPC.h UDPC.inl UDPS.cpp UDPS.h UDPS.inl: UDP-stamp UDP-stamp: $(srcdir)/UDP.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Sp -Sd $(srcdir)/UDP.idl diff --git a/TAO/examples/PluggableUDP/tests/Performance/Makefile.am b/TAO/examples/PluggableUDP/tests/Performance/Makefile.am index 3af4c109dc8..d7e6378ffe8 100644 --- a/TAO/examples/PluggableUDP/tests/Performance/Makefile.am +++ b/TAO/examples/PluggableUDP/tests/Performance/Makefile.am @@ -26,10 +26,7 @@ BUILT_SOURCES = \ UDPC.inl \ UDPS.cpp \ UDPS.h \ - UDPS.inl \ - UDPS_T.cpp \ - UDPS_T.h \ - UDPS_T.inl + UDPS.inl CLEANFILES = \ UDP-stamp \ @@ -38,12 +35,9 @@ CLEANFILES = \ UDPC.inl \ UDPS.cpp \ UDPS.h \ - UDPS.inl \ - UDPS_T.cpp \ - UDPS_T.h \ - UDPS_T.inl + UDPS.inl -UDPC.cpp UDPC.h UDPC.inl UDPS.cpp UDPS.h UDPS.inl UDPS_T.cpp UDPS_T.h UDPS_T.inl: UDP-stamp +UDPC.cpp UDPC.h UDPC.inl UDPS.cpp UDPS.h UDPS.inl: UDP-stamp UDP-stamp: $(srcdir)/UDP.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Sd -Sp $(srcdir)/UDP.idl diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/Makefile.am b/TAO/examples/PluggableUDP/tests/SimplePerformance/Makefile.am index 59e9a849534..c1dcffd04f4 100644 --- a/TAO/examples/PluggableUDP/tests/SimplePerformance/Makefile.am +++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/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 -Sp -Sd $(srcdir)/test.idl |