diff options
Diffstat (limited to 'TAO')
251 files changed, 142 insertions, 392 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 8d61e4fdbf7..09f92faa63a 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Tue Dec 19 18:44:02 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com> + + * */Makefile.am: + + Baseline regeneration to match recent MPC changes. + Tue Dec 19 15:29:00 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl> * tests/Bug_2345_Regression/Bug_2345_Regression.mpc: diff --git a/TAO/TAO_IDL/Makefile.am b/TAO/TAO_IDL/Makefile.am index 14b1bb21208..c4e3c9fcf92 100644 --- a/TAO/TAO_IDL/Makefile.am +++ b/TAO/TAO_IDL/Makefile.am @@ -353,6 +353,7 @@ noinst_HEADERS += \ be_include/be_visitor_valuetype_fwd.h ## Makefile.TAO_IDL_EXE.am + bin_PROGRAMS = tao_idl tao_idl_CPPFLAGS = \ diff --git a/TAO/docs/tutorials/Quoter/AMI/Makefile.am b/TAO/docs/tutorials/Quoter/AMI/Makefile.am index e9e30ee4f56..29b5c559900 100644 --- a/TAO/docs/tutorials/Quoter/AMI/Makefile.am +++ b/TAO/docs/tutorials/Quoter/AMI/Makefile.am @@ -47,7 +47,6 @@ Quoter-stamp: $(srcdir)/Quoter.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/Quoter.idl @touch $@ - noinst_HEADERS = \ Quoter.idl diff --git a/TAO/docs/tutorials/Quoter/Event_Service/Makefile.am b/TAO/docs/tutorials/Quoter/Event_Service/Makefile.am index ed1d62fc85d..7f4a5d33628 100644 --- a/TAO/docs/tutorials/Quoter/Event_Service/Makefile.am +++ b/TAO/docs/tutorials/Quoter/Event_Service/Makefile.am @@ -45,7 +45,6 @@ Quoter-stamp: $(srcdir)/Quoter.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Quoter.idl @touch $@ - noinst_HEADERS = \ Quoter.idl diff --git a/TAO/docs/tutorials/Quoter/On_Demand_Activation/Makefile.am b/TAO/docs/tutorials/Quoter/On_Demand_Activation/Makefile.am index 613902f1b88..79d41fa247f 100644 --- a/TAO/docs/tutorials/Quoter/On_Demand_Activation/Makefile.am +++ b/TAO/docs/tutorials/Quoter/On_Demand_Activation/Makefile.am @@ -47,7 +47,6 @@ Quoter-stamp: $(srcdir)/Quoter.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/Quoter.idl @touch $@ - noinst_HEADERS = \ Quoter.idl diff --git a/TAO/docs/tutorials/Quoter/RT_Event_Service/Makefile.am b/TAO/docs/tutorials/Quoter/RT_Event_Service/Makefile.am index 662251acf44..32242331b23 100644 --- a/TAO/docs/tutorials/Quoter/RT_Event_Service/Makefile.am +++ b/TAO/docs/tutorials/Quoter/RT_Event_Service/Makefile.am @@ -45,7 +45,6 @@ Quoter-stamp: $(srcdir)/Quoter.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Quoter.idl @touch $@ - noinst_HEADERS = \ Quoter.idl diff --git a/TAO/docs/tutorials/Quoter/idl/Makefile.am b/TAO/docs/tutorials/Quoter/idl/Makefile.am index efeaa4c7ba3..6a566781516 100644 --- a/TAO/docs/tutorials/Quoter/idl/Makefile.am +++ b/TAO/docs/tutorials/Quoter/idl/Makefile.am @@ -67,7 +67,6 @@ noinst_HEADERS = \ QuoterC.inl \ QuoterS.h \ QuoterS.inl \ - QuoterS_T.cpp \ QuoterS_T.h \ quoter_common_export.h diff --git a/TAO/examples/AMH/Sink_Server/Makefile.am b/TAO/examples/AMH/Sink_Server/Makefile.am index 26c05fd1362..5ec4d69654e 100644 --- a/TAO/examples/AMH/Sink_Server/Makefile.am +++ b/TAO/examples/AMH/Sink_Server/Makefile.am @@ -46,7 +46,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GH $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/examples/AMI/FL_Callback/Makefile.am b/TAO/examples/AMI/FL_Callback/Makefile.am index c5917c33839..ff832f1dfe3 100644 --- a/TAO/examples/AMI/FL_Callback/Makefile.am +++ b/TAO/examples/AMI/FL_Callback/Makefile.am @@ -47,7 +47,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/examples/Advanced/ch_3/Makefile.am b/TAO/examples/Advanced/ch_3/Makefile.am index d3aa395818f..190552b3dd6 100644 --- a/TAO/examples/Advanced/ch_3/Makefile.am +++ b/TAO/examples/Advanced/ch_3/Makefile.am @@ -45,7 +45,6 @@ time-stamp: $(srcdir)/time.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/time.idl @touch $@ - noinst_HEADERS = \ time.idl diff --git a/TAO/examples/Buffered_AMI/Makefile.am b/TAO/examples/Buffered_AMI/Makefile.am index f8d672c3d8f..96f68752ee2 100644 --- a/TAO/examples/Buffered_AMI/Makefile.am +++ b/TAO/examples/Buffered_AMI/Makefile.am @@ -47,7 +47,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/examples/Buffered_Oneways/Makefile.am b/TAO/examples/Buffered_Oneways/Makefile.am index e010fb85545..f5f212da7e0 100644 --- a/TAO/examples/Buffered_Oneways/Makefile.am +++ b/TAO/examples/Buffered_Oneways/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/examples/CSD_Strategy/ThreadPool/Makefile.am b/TAO/examples/CSD_Strategy/ThreadPool/Makefile.am index 447a680ed1d..bf95b898c6b 100644 --- a/TAO/examples/CSD_Strategy/ThreadPool/Makefile.am +++ b/TAO/examples/CSD_Strategy/ThreadPool/Makefile.am @@ -43,10 +43,34 @@ Foo-stamp: $(srcdir)/Foo.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Foo.idl @touch $@ - noinst_HEADERS = \ Foo.idl +## Makefile.CSD_Test_ThreadPool_Client.am + +if BUILD_EXCEPTIONS + +noinst_PROGRAMS += client_main + +client_main_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ + -I$(TAO_ROOT) \ + -I$(TAO_BUILDDIR) + +client_main_SOURCES = \ + ClientApp.cpp \ + FooC.cpp \ + client_main.cpp \ + ClientApp.h + +client_main_LDADD = \ + $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \ + $(TAO_BUILDDIR)/tao/libTAO.la \ + $(ACE_BUILDDIR)/ace/libACE.la + +endif BUILD_EXCEPTIONS + ## Makefile.CSD_Test_ThreadPool_Server.am if BUILD_EXCEPTIONS @@ -84,31 +108,6 @@ server_main_LDADD = \ endif BUILD_THREADS endif BUILD_EXCEPTIONS -## Makefile.CSD_Test_ThreadPool_Client.am - -if BUILD_EXCEPTIONS - -noinst_PROGRAMS += client_main - -client_main_CPPFLAGS = \ - -I$(ACE_ROOT) \ - -I$(ACE_BUILDDIR) \ - -I$(TAO_ROOT) \ - -I$(TAO_BUILDDIR) - -client_main_SOURCES = \ - ClientApp.cpp \ - FooC.cpp \ - client_main.cpp \ - ClientApp.h - -client_main_LDADD = \ - $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \ - $(TAO_BUILDDIR)/tao/libTAO.la \ - $(ACE_BUILDDIR)/ace/libACE.la - -endif BUILD_EXCEPTIONS - ## Clean up template repositories, etc. clean-local: -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* diff --git a/TAO/examples/CSD_Strategy/ThreadPool2/Makefile.am b/TAO/examples/CSD_Strategy/ThreadPool2/Makefile.am index 1b4902a8d21..c7b7bef35f9 100644 --- a/TAO/examples/CSD_Strategy/ThreadPool2/Makefile.am +++ b/TAO/examples/CSD_Strategy/ThreadPool2/Makefile.am @@ -43,10 +43,34 @@ Foo-stamp: $(srcdir)/Foo.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Foo.idl @touch $@ - noinst_HEADERS = \ Foo.idl +## Makefile.CSD_Test_ThreadPool2_Client.am + +if BUILD_EXCEPTIONS + +noinst_PROGRAMS += client_main + +client_main_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ + -I$(TAO_ROOT) \ + -I$(TAO_BUILDDIR) + +client_main_SOURCES = \ + ClientApp.cpp \ + FooC.cpp \ + client_main.cpp \ + ClientApp.h + +client_main_LDADD = \ + $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \ + $(TAO_BUILDDIR)/tao/libTAO.la \ + $(ACE_BUILDDIR)/ace/libACE.la + +endif BUILD_EXCEPTIONS + ## Makefile.CSD_Test_ThreadPool2_Server.am if BUILD_EXCEPTIONS @@ -86,31 +110,6 @@ server_main_LDADD = \ endif BUILD_THREADS endif BUILD_EXCEPTIONS -## Makefile.CSD_Test_ThreadPool2_Client.am - -if BUILD_EXCEPTIONS - -noinst_PROGRAMS += client_main - -client_main_CPPFLAGS = \ - -I$(ACE_ROOT) \ - -I$(ACE_BUILDDIR) \ - -I$(TAO_ROOT) \ - -I$(TAO_BUILDDIR) - -client_main_SOURCES = \ - ClientApp.cpp \ - FooC.cpp \ - client_main.cpp \ - ClientApp.h - -client_main_LDADD = \ - $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \ - $(TAO_BUILDDIR)/tao/libTAO.la \ - $(ACE_BUILDDIR)/ace/libACE.la - -endif BUILD_EXCEPTIONS - ## Clean up template repositories, etc. clean-local: -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* diff --git a/TAO/examples/CSD_Strategy/ThreadPool3/Makefile.am b/TAO/examples/CSD_Strategy/ThreadPool3/Makefile.am index 8e676831975..f61f68c1e2c 100644 --- a/TAO/examples/CSD_Strategy/ThreadPool3/Makefile.am +++ b/TAO/examples/CSD_Strategy/ThreadPool3/Makefile.am @@ -43,10 +43,34 @@ Foo-stamp: $(srcdir)/Foo.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Foo.idl @touch $@ - noinst_HEADERS = \ Foo.idl +## Makefile.CSD_Test_ThreadPool3_Client.am + +if BUILD_EXCEPTIONS + +noinst_PROGRAMS += client_main + +client_main_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ + -I$(TAO_ROOT) \ + -I$(TAO_BUILDDIR) + +client_main_SOURCES = \ + ClientApp.cpp \ + FooC.cpp \ + client_main.cpp \ + ClientApp.h + +client_main_LDADD = \ + $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \ + $(TAO_BUILDDIR)/tao/libTAO.la \ + $(ACE_BUILDDIR)/ace/libACE.la + +endif BUILD_EXCEPTIONS + ## Makefile.CSD_Test_ThreadPool3_Server.am if BUILD_EXCEPTIONS @@ -86,31 +110,6 @@ server_main_LDADD = \ endif BUILD_THREADS endif BUILD_EXCEPTIONS -## Makefile.CSD_Test_ThreadPool3_Client.am - -if BUILD_EXCEPTIONS - -noinst_PROGRAMS += client_main - -client_main_CPPFLAGS = \ - -I$(ACE_ROOT) \ - -I$(ACE_BUILDDIR) \ - -I$(TAO_ROOT) \ - -I$(TAO_BUILDDIR) - -client_main_SOURCES = \ - ClientApp.cpp \ - FooC.cpp \ - client_main.cpp \ - ClientApp.h - -client_main_LDADD = \ - $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \ - $(TAO_BUILDDIR)/tao/libTAO.la \ - $(ACE_BUILDDIR)/ace/libACE.la - -endif BUILD_EXCEPTIONS - ## Clean up template repositories, etc. clean-local: -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* diff --git a/TAO/examples/CSD_Strategy/ThreadPool5/Makefile.am b/TAO/examples/CSD_Strategy/ThreadPool5/Makefile.am index d71ea42374f..a66611b574a 100644 --- a/TAO/examples/CSD_Strategy/ThreadPool5/Makefile.am +++ b/TAO/examples/CSD_Strategy/ThreadPool5/Makefile.am @@ -66,46 +66,36 @@ Foo-stamp: $(srcdir)/Foo.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Foo.idl @touch $@ - noinst_HEADERS = \ Callback.idl \ Foo.idl -## Makefile.CSD_Test_ThreadPool5_Server.am +## Makefile.CSD_Test_ThreadPool5_Client.am if BUILD_EXCEPTIONS if BUILD_THREADS -noinst_PROGRAMS += server_main +noinst_PROGRAMS += client_main -server_main_CPPFLAGS = \ +client_main_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR) \ -I$(TAO_ROOT) \ -I$(TAO_BUILDDIR) -server_main_SOURCES = \ +client_main_SOURCES = \ CallbackC.cpp \ CallbackS.cpp \ Callback_i.cpp \ + ClientApp.cpp \ ClientTask.cpp \ FooC.cpp \ - FooS.cpp \ - FooServantList.cpp \ - Foo_i.cpp \ - OrbShutdownTask.cpp \ - OrbTask.cpp \ - ServerApp.cpp \ - server_main.cpp \ + client_main.cpp \ Callback_i.h \ - ClientTask.h \ - FooServantList.h \ - Foo_i.h \ - OrbShutdownTask.h \ - OrbTask.h \ - ServerApp.h + ClientApp.h \ + ClientTask.h -server_main_LDADD = \ +client_main_LDADD = \ $(TAO_BUILDDIR)/tao/libTAO_CSD_ThreadPool.la \ $(TAO_BUILDDIR)/tao/libTAO_CSD_Framework.la \ $(TAO_BUILDDIR)/tao/libTAO_PI.la \ @@ -118,32 +108,41 @@ server_main_LDADD = \ endif BUILD_THREADS endif BUILD_EXCEPTIONS -## Makefile.CSD_Test_ThreadPool5_Client.am +## Makefile.CSD_Test_ThreadPool5_Server.am if BUILD_EXCEPTIONS if BUILD_THREADS -noinst_PROGRAMS += client_main +noinst_PROGRAMS += server_main -client_main_CPPFLAGS = \ +server_main_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR) \ -I$(TAO_ROOT) \ -I$(TAO_BUILDDIR) -client_main_SOURCES = \ +server_main_SOURCES = \ CallbackC.cpp \ CallbackS.cpp \ Callback_i.cpp \ - ClientApp.cpp \ ClientTask.cpp \ FooC.cpp \ - client_main.cpp \ + FooS.cpp \ + FooServantList.cpp \ + Foo_i.cpp \ + OrbShutdownTask.cpp \ + OrbTask.cpp \ + ServerApp.cpp \ + server_main.cpp \ Callback_i.h \ - ClientApp.h \ - ClientTask.h + ClientTask.h \ + FooServantList.h \ + Foo_i.h \ + OrbShutdownTask.h \ + OrbTask.h \ + ServerApp.h -client_main_LDADD = \ +server_main_LDADD = \ $(TAO_BUILDDIR)/tao/libTAO_CSD_ThreadPool.la \ $(TAO_BUILDDIR)/tao/libTAO_CSD_Framework.la \ $(TAO_BUILDDIR)/tao/libTAO_PI.la \ diff --git a/TAO/examples/CSD_Strategy/ThreadPool6/Makefile.am b/TAO/examples/CSD_Strategy/ThreadPool6/Makefile.am index e541a36038f..12c016bdd82 100644 --- a/TAO/examples/CSD_Strategy/ThreadPool6/Makefile.am +++ b/TAO/examples/CSD_Strategy/ThreadPool6/Makefile.am @@ -47,7 +47,6 @@ Foo-stamp: $(srcdir)/Foo.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -GT $(srcdir)/Foo.idl @touch $@ - noinst_HEADERS = \ Foo.idl diff --git a/TAO/examples/Callback_Quoter/Makefile.am b/TAO/examples/Callback_Quoter/Makefile.am index 293f107deb4..7285ab584f5 100644 --- a/TAO/examples/Callback_Quoter/Makefile.am +++ b/TAO/examples/Callback_Quoter/Makefile.am @@ -66,7 +66,6 @@ Notifier-stamp: $(srcdir)/Notifier.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Notifier.idl @touch $@ - noinst_HEADERS = \ Consumer.idl \ Notifier.idl diff --git a/TAO/examples/Content_Server/AMI_Iterator/Makefile.am b/TAO/examples/Content_Server/AMI_Iterator/Makefile.am index ac81dfaa362..9d798efa5ae 100644 --- a/TAO/examples/Content_Server/AMI_Iterator/Makefile.am +++ b/TAO/examples/Content_Server/AMI_Iterator/Makefile.am @@ -47,7 +47,6 @@ Web_Server-stamp: $(srcdir)/Web_Server.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/Web_Server.idl @touch $@ - noinst_HEADERS = \ Web_Server.idl diff --git a/TAO/examples/Content_Server/AMI_Observer/Makefile.am b/TAO/examples/Content_Server/AMI_Observer/Makefile.am index 581be9e4066..a89fe8a4f7f 100644 --- a/TAO/examples/Content_Server/AMI_Observer/Makefile.am +++ b/TAO/examples/Content_Server/AMI_Observer/Makefile.am @@ -47,7 +47,6 @@ Push_Web_Server-stamp: $(srcdir)/Push_Web_Server.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/Push_Web_Server.idl @touch $@ - noinst_HEADERS = \ Push_Web_Server.idl diff --git a/TAO/examples/Content_Server/SMI_Iterator/Makefile.am b/TAO/examples/Content_Server/SMI_Iterator/Makefile.am index de347e1620a..5fb73329bc1 100644 --- a/TAO/examples/Content_Server/SMI_Iterator/Makefile.am +++ b/TAO/examples/Content_Server/SMI_Iterator/Makefile.am @@ -43,7 +43,6 @@ Web_Server-stamp: $(srcdir)/Web_Server.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Web_Server.idl @touch $@ - noinst_HEADERS = \ Web_Server.idl diff --git a/TAO/examples/Event_Comm/Makefile.am b/TAO/examples/Event_Comm/Makefile.am index 12cbdcb06b9..8b4690483d5 100644 --- a/TAO/examples/Event_Comm/Makefile.am +++ b/TAO/examples/Event_Comm/Makefile.am @@ -43,7 +43,6 @@ Event_Comm-stamp: $(srcdir)/Event_Comm.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Event_Comm.idl @touch $@ - noinst_HEADERS = \ Event_Comm.idl diff --git a/TAO/examples/Kokyu_dsrt_schedulers/fp_example/Makefile.am b/TAO/examples/Kokyu_dsrt_schedulers/fp_example/Makefile.am index 357e1ba1397..dd18502d790 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/fp_example/Makefile.am +++ b/TAO/examples/Kokyu_dsrt_schedulers/fp_example/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/examples/Kokyu_dsrt_schedulers/mif_example/Makefile.am b/TAO/examples/Kokyu_dsrt_schedulers/mif_example/Makefile.am index 35d2d61e721..13d52630281 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/mif_example/Makefile.am +++ b/TAO/examples/Kokyu_dsrt_schedulers/mif_example/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/examples/Kokyu_dsrt_schedulers/muf_example/Makefile.am b/TAO/examples/Kokyu_dsrt_schedulers/muf_example/Makefile.am index 815e5468f61..0c80eb70e99 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/muf_example/Makefile.am +++ b/TAO/examples/Kokyu_dsrt_schedulers/muf_example/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/examples/Load_Balancing/Makefile.am b/TAO/examples/Load_Balancing/Makefile.am index ff6eeaafdad..d17741e3a45 100644 --- a/TAO/examples/Load_Balancing/Makefile.am +++ b/TAO/examples/Load_Balancing/Makefile.am @@ -66,7 +66,6 @@ Load_Balancer-stamp: $(srcdir)/Load_Balancer.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Load_Balancer.idl @touch $@ - noinst_HEADERS = \ Identity.idl \ Load_Balancer.idl diff --git a/TAO/examples/Load_Balancing_persistent/Makefile.am b/TAO/examples/Load_Balancing_persistent/Makefile.am index fe8d2b419f0..076d3b91631 100644 --- a/TAO/examples/Load_Balancing_persistent/Makefile.am +++ b/TAO/examples/Load_Balancing_persistent/Makefile.am @@ -66,7 +66,6 @@ Load_Balancer-stamp: $(srcdir)/Load_Balancer.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Load_Balancer.idl @touch $@ - noinst_HEADERS = \ Identity.idl \ Load_Balancer.idl diff --git a/TAO/examples/Logging/Makefile.am b/TAO/examples/Logging/Makefile.am index 656e10606f3..83bc4208eb0 100644 --- a/TAO/examples/Logging/Makefile.am +++ b/TAO/examples/Logging/Makefile.am @@ -43,7 +43,6 @@ Logger-stamp: $(srcdir)/Logger.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Logger.idl @touch $@ - noinst_HEADERS = \ Logger.idl diff --git a/TAO/examples/OBV/Typed_Events/Makefile.am b/TAO/examples/OBV/Typed_Events/Makefile.am index 35efb8009e3..a0df2b92e67 100644 --- a/TAO/examples/OBV/Typed_Events/Makefile.am +++ b/TAO/examples/OBV/Typed_Events/Makefile.am @@ -43,7 +43,6 @@ Event_Types-stamp: $(srcdir)/Event_Types.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa $(srcdir)/Event_Types.idl @touch $@ - noinst_HEADERS = \ Event_Types.idl diff --git a/TAO/examples/POA/DSI/Makefile.am b/TAO/examples/POA/DSI/Makefile.am index ba67e77fc36..734595276b6 100644 --- a/TAO/examples/POA/DSI/Makefile.am +++ b/TAO/examples/POA/DSI/Makefile.am @@ -43,7 +43,6 @@ Database-stamp: $(srcdir)/Database.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Database.idl @touch $@ - noinst_HEADERS = \ Database.idl diff --git a/TAO/examples/POA/Default_Servant/Makefile.am b/TAO/examples/POA/Default_Servant/Makefile.am index 3cda2193e68..469755538be 100644 --- a/TAO/examples/POA/Default_Servant/Makefile.am +++ b/TAO/examples/POA/Default_Servant/Makefile.am @@ -45,7 +45,6 @@ File-stamp: $(srcdir)/File.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/File.idl @touch $@ - noinst_HEADERS = \ File.idl diff --git a/TAO/examples/POA/Forwarding/Makefile.am b/TAO/examples/POA/Forwarding/Makefile.am index 9448a2079ce..24f6f7fdd24 100644 --- a/TAO/examples/POA/Forwarding/Makefile.am +++ b/TAO/examples/POA/Forwarding/Makefile.am @@ -45,7 +45,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/examples/POA/TIE/Makefile.am b/TAO/examples/POA/TIE/Makefile.am index 8b8d721720f..8a6ab7aff48 100644 --- a/TAO/examples/POA/TIE/Makefile.am +++ b/TAO/examples/POA/TIE/Makefile.am @@ -47,7 +47,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -GT $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/examples/Persistent_Grid/Makefile.am b/TAO/examples/Persistent_Grid/Makefile.am index 6688c6bf9a3..ad41a063171 100644 --- a/TAO/examples/Persistent_Grid/Makefile.am +++ b/TAO/examples/Persistent_Grid/Makefile.am @@ -43,7 +43,6 @@ Grid-stamp: $(srcdir)/Grid.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Grid.idl @touch $@ - noinst_HEADERS = \ Grid.idl @@ -111,7 +110,6 @@ endif BUILD_EXCEPTIONS ## Makefile.Persistent_Grid_Server.am if BUILD_EXCEPTIONS -if !BUILD_ACE_FOR_TAO noinst_PROGRAMS += server @@ -139,7 +137,6 @@ server_LDADD = \ $(TAO_BUILDDIR)/tao/libTAO.la \ $(ACE_BUILDDIR)/ace/libACE.la -endif !BUILD_ACE_FOR_TAO endif BUILD_EXCEPTIONS ## Clean up template repositories, etc. diff --git a/TAO/examples/PluggableUDP/tests/Basic/Makefile.am b/TAO/examples/PluggableUDP/tests/Basic/Makefile.am index 44b3a3ecdd4..f911775a25f 100644 --- a/TAO/examples/PluggableUDP/tests/Basic/Makefile.am +++ b/TAO/examples/PluggableUDP/tests/Basic/Makefile.am @@ -43,7 +43,6 @@ UDP-stamp: $(srcdir)/UDP.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Sp -Sd $(srcdir)/UDP.idl @touch $@ - noinst_HEADERS = \ UDP.idl diff --git a/TAO/examples/PluggableUDP/tests/Performance/Makefile.am b/TAO/examples/PluggableUDP/tests/Performance/Makefile.am index 5b7f0afd688..107ce74f974 100644 --- a/TAO/examples/PluggableUDP/tests/Performance/Makefile.am +++ b/TAO/examples/PluggableUDP/tests/Performance/Makefile.am @@ -43,7 +43,6 @@ UDP-stamp: $(srcdir)/UDP.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Sd -Sp $(srcdir)/UDP.idl @touch $@ - noinst_HEADERS = \ UDP.idl diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/Makefile.am b/TAO/examples/PluggableUDP/tests/SimplePerformance/Makefile.am index 4ed0a438f46..a4e963b7fd9 100644 --- a/TAO/examples/PluggableUDP/tests/SimplePerformance/Makefile.am +++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Sp -Sd $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/examples/Quoter/Makefile.am b/TAO/examples/Quoter/Makefile.am index 55fd45e47ac..ee6b04078dc 100644 --- a/TAO/examples/Quoter/Makefile.am +++ b/TAO/examples/Quoter/Makefile.am @@ -43,7 +43,6 @@ Quoter-stamp: $(srcdir)/Quoter.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Quoter.idl @touch $@ - noinst_HEADERS = \ Quoter.idl diff --git a/TAO/examples/Simple/bank/Makefile.am b/TAO/examples/Simple/bank/Makefile.am index 0cf4f5f605a..d1ac408b6fc 100644 --- a/TAO/examples/Simple/bank/Makefile.am +++ b/TAO/examples/Simple/bank/Makefile.am @@ -45,7 +45,6 @@ Bank-stamp: $(srcdir)/Bank.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Bank.idl @touch $@ - noinst_HEADERS = \ Bank.idl diff --git a/TAO/examples/Simple/chat/Makefile.am b/TAO/examples/Simple/chat/Makefile.am index a3f340bd9b4..e19e1e17294 100644 --- a/TAO/examples/Simple/chat/Makefile.am +++ b/TAO/examples/Simple/chat/Makefile.am @@ -66,7 +66,6 @@ Broadcaster-stamp: $(srcdir)/Broadcaster.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Broadcaster.idl @touch $@ - noinst_HEADERS = \ Broadcaster.idl \ Receiver.idl diff --git a/TAO/examples/Simple/echo/Makefile.am b/TAO/examples/Simple/echo/Makefile.am index c3358fb1f22..c8f7fecc8f9 100644 --- a/TAO/examples/Simple/echo/Makefile.am +++ b/TAO/examples/Simple/echo/Makefile.am @@ -43,7 +43,6 @@ Echo-stamp: $(srcdir)/Echo.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Echo.idl @touch $@ - noinst_HEADERS = \ Echo.idl diff --git a/TAO/examples/Simple/grid/Makefile.am b/TAO/examples/Simple/grid/Makefile.am index 19c0ab20fba..ec25700d36f 100644 --- a/TAO/examples/Simple/grid/Makefile.am +++ b/TAO/examples/Simple/grid/Makefile.am @@ -43,7 +43,6 @@ Grid-stamp: $(srcdir)/Grid.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Grid.idl @touch $@ - noinst_HEADERS = \ Grid.idl diff --git a/TAO/examples/Simple/time/Makefile.am b/TAO/examples/Simple/time/Makefile.am index eddc2707fc6..a788add9d71 100644 --- a/TAO/examples/Simple/time/Makefile.am +++ b/TAO/examples/Simple/time/Makefile.am @@ -43,7 +43,6 @@ Time-stamp: $(srcdir)/Time.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Time.idl @touch $@ - noinst_HEADERS = \ Time.idl diff --git a/TAO/examples/Simulator/Event_Supplier/Makefile.am b/TAO/examples/Simulator/Event_Supplier/Makefile.am index bb484c63a12..4920d2db5d4 100644 --- a/TAO/examples/Simulator/Event_Supplier/Makefile.am +++ b/TAO/examples/Simulator/Event_Supplier/Makefile.am @@ -46,7 +46,6 @@ CLEANFILES = \ $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/../NavWeap.idl @touch $@ - noinst_HEADERS = \ ../NavWeap.idl diff --git a/TAO/examples/ior_corbaloc/Makefile.am b/TAO/examples/ior_corbaloc/Makefile.am index 648e2b65a75..ed43b742033 100644 --- a/TAO/examples/ior_corbaloc/Makefile.am +++ b/TAO/examples/ior_corbaloc/Makefile.am @@ -43,7 +43,6 @@ corbaloc-stamp: $(srcdir)/corbaloc.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/corbaloc.idl @touch $@ - noinst_HEADERS = \ corbaloc.idl diff --git a/TAO/interop-tests/wchar/Makefile.am b/TAO/interop-tests/wchar/Makefile.am index 753228c67ed..b1440ed4972 100644 --- a/TAO/interop-tests/wchar/Makefile.am +++ b/TAO/interop-tests/wchar/Makefile.am @@ -45,7 +45,6 @@ interop_wchar-stamp: $(srcdir)/interop_wchar.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/interop_wchar.idl @touch $@ - noinst_HEADERS = \ interop_wchar.idl diff --git a/TAO/orbsvcs/examples/CosEC/Factory/Makefile.am b/TAO/orbsvcs/examples/CosEC/Factory/Makefile.am index d2fdc5dc95d..8626259acf1 100644 --- a/TAO/orbsvcs/examples/CosEC/Factory/Makefile.am +++ b/TAO/orbsvcs/examples/CosEC/Factory/Makefile.am @@ -45,7 +45,6 @@ CosEventChannelFactory-stamp: $(srcdir)/CosEventChannelFactory.idl $(TAO_IDL_DEP $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs $(srcdir)/CosEventChannelFactory.idl @touch $@ - noinst_HEADERS = \ CosEventChannelFactory.idl diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/Makefile.am b/TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/Makefile.am index ddad451d99e..2d756fe5425 100644 --- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/Makefile.am +++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/Makefile.am @@ -39,8 +39,9 @@ RtEC_Based_CosEC_SOURCES = \ ../lib: mkdir -p ../lib + RtEC_Based_CosEC_DEPENDENCIES = \ - ../lib + ../lib RtEC_Based_CosEC_LDFLAGS = \ -L../lib diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Makefile.am b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Makefile.am index e1bbcb35134..e61cf6c675a 100644 --- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Makefile.am +++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Makefile.am @@ -43,8 +43,9 @@ Basic_SOURCES = \ ../../lib: mkdir -p ../../lib + Basic_DEPENDENCIES = \ - ../../lib + ../../lib Basic_LDFLAGS = \ -L../../lib diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Makefile.am b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Makefile.am index 4b4827803d6..072640800d8 100644 --- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Makefile.am +++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Makefile.am @@ -42,8 +42,9 @@ Consumer_SOURCES = \ ../../lib: mkdir -p ../../lib + Consumer_DEPENDENCIES = \ - ../../lib + ../../lib Consumer_LDFLAGS = \ -L../../lib @@ -98,8 +99,9 @@ Supplier_SOURCES = \ ../../lib: mkdir -p ../../lib + Supplier_DEPENDENCIES = \ - ../../lib + ../../lib Supplier_LDFLAGS = \ -L../../lib diff --git a/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/Makefile.am b/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/Makefile.am index ac821798134..28754696d90 100644 --- a/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/Makefile.am +++ b/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/Makefile.am @@ -43,7 +43,6 @@ RolyPoly-stamp: $(srcdir)/RolyPoly.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/RolyPoly.idl @touch $@ - noinst_HEADERS = \ RolyPoly.idl diff --git a/TAO/orbsvcs/examples/ImR/Advanced/Makefile.am b/TAO/orbsvcs/examples/ImR/Advanced/Makefile.am index 967ebae0a58..aefa6c109b5 100644 --- a/TAO/orbsvcs/examples/ImR/Advanced/Makefile.am +++ b/TAO/orbsvcs/examples/ImR/Advanced/Makefile.am @@ -66,7 +66,6 @@ Messenger-stamp: $(srcdir)/Messenger.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Messenger.idl @touch $@ - noinst_HEADERS = \ Manager.idl \ Messenger.idl diff --git a/TAO/orbsvcs/examples/ImR/Combined_Service/Makefile.am b/TAO/orbsvcs/examples/ImR/Combined_Service/Makefile.am index 88a88d3093b..945d970614c 100644 --- a/TAO/orbsvcs/examples/ImR/Combined_Service/Makefile.am +++ b/TAO/orbsvcs/examples/ImR/Combined_Service/Makefile.am @@ -66,7 +66,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ service_config.idl \ test.idl diff --git a/TAO/orbsvcs/examples/LoadBalancing/Makefile.am b/TAO/orbsvcs/examples/LoadBalancing/Makefile.am index 0d578e08d3d..d41b2447f86 100644 --- a/TAO/orbsvcs/examples/LoadBalancing/Makefile.am +++ b/TAO/orbsvcs/examples/LoadBalancing/Makefile.am @@ -45,7 +45,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/orbsvcs/examples/ORT/Makefile.am b/TAO/orbsvcs/examples/ORT/Makefile.am index 7bede3b326d..a362789ccea 100644 --- a/TAO/orbsvcs/examples/ORT/Makefile.am +++ b/TAO/orbsvcs/examples/ORT/Makefile.am @@ -89,7 +89,6 @@ sum_server-stamp: $(srcdir)/sum_server.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/sum_server.idl @touch $@ - noinst_HEADERS = \ Gateway.idl \ ObjectReferenceFactory.idl \ diff --git a/TAO/orbsvcs/examples/Security/Send_File/Makefile.am b/TAO/orbsvcs/examples/Security/Send_File/Makefile.am index 2834472db17..05691533634 100644 --- a/TAO/orbsvcs/examples/Security/Send_File/Makefile.am +++ b/TAO/orbsvcs/examples/Security/Send_File/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/orbsvcs/orbsvcs/Makefile.am b/TAO/orbsvcs/orbsvcs/Makefile.am index 5055f7fbc62..5465543c8ae 100644 --- a/TAO/orbsvcs/orbsvcs/Makefile.am +++ b/TAO/orbsvcs/orbsvcs/Makefile.am @@ -51,7 +51,6 @@ CosNaming-stamp: $(srcdir)/CosNaming.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Naming_Export -Wb,stub_export_include=orbsvcs/Naming/naming_export.h -Wb,skel_export_macro=TAO_Naming_Skel_Export -Wb,skel_export_include=orbsvcs/Naming/naming_skel_export.h $(srcdir)/CosNaming.idl @touch $@ - nobase_include_HEADERS = \ CosNaming.idl @@ -156,7 +155,6 @@ CosPropertyService-stamp: $(srcdir)/CosPropertyService.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Property_Export -Wb,stub_export_include=orbsvcs/Property/property_export.h -Wb,skel_export_macro=TAO_Property_Skel_Export -Wb,skel_export_include=orbsvcs/Property/property_skel_export.h $(srcdir)/CosPropertyService.idl @touch $@ - nobase_include_HEADERS += \ CosProperty.idl \ CosPropertyService.idl @@ -525,7 +523,6 @@ CosConcurrencyControl-stamp: $(srcdir)/CosConcurrencyControl.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Concurrency_Export -Wb,stub_export_include=orbsvcs/Concurrency/concurrency_export.h -Wb,skel_export_macro=TAO_Concurrency_Skel_Export -Wb,skel_export_include=orbsvcs/Concurrency/concurrency_skel_export.h $(srcdir)/CosConcurrencyControl.idl @touch $@ - nobase_include_HEADERS += \ CosConcurrencyControl.idl @@ -793,7 +790,6 @@ CosEventChannelAdmin-stamp: $(srcdir)/CosEventChannelAdmin.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -GT -Wb,stub_export_macro=TAO_Event_Export -Wb,stub_export_include=orbsvcs/CosEvent/event_export.h -Wb,skel_export_macro=TAO_Event_Skel_Export -Wb,skel_export_include=orbsvcs/CosEvent/event_skel_export.h $(srcdir)/CosEventChannelAdmin.idl @touch $@ - nobase_include_HEADERS += \ CosEventChannelAdmin.idl \ CosEventComm.idl \ @@ -1921,7 +1917,6 @@ Event_Forwarder-stamp: $(srcdir)/Event_Forwarder.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Notify_Export -Wb,stub_export_include=orbsvcs/Notify/notify_export.h -Wb,skel_export_macro=TAO_Notify_Skel_Export -Wb,skel_export_include=orbsvcs/Notify/notify_skel_export.h $(srcdir)/Event_Forwarder.idl @touch $@ - nobase_include_HEADERS += \ CosNotification.idl \ CosNotifyChannelAdmin.idl \ @@ -2573,7 +2568,6 @@ CosTradingDynamic-stamp: $(srcdir)/CosTradingDynamic.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Trading_Export -Wb,stub_export_include=orbsvcs/Trader/trading_export.h -Wb,skel_export_macro=TAO_Trading_Skel_Export -Wb,skel_export_include=orbsvcs/Trader/trading_skel_export.h $(srcdir)/CosTradingDynamic.idl @touch $@ - nobase_include_HEADERS += \ CosTrading.idl \ CosTradingDynamic.idl \ @@ -2824,7 +2818,6 @@ DsLogNotification-stamp: $(srcdir)/DsLogNotification.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Log_Export -Wb,stub_export_include=orbsvcs/Log/log_export.h -Wb,skel_export_macro=TAO_Log_Skel_Export -Wb,skel_export_include=orbsvcs/Log/log_skel_export.h $(srcdir)/DsLogNotification.idl @touch $@ - nobase_include_HEADERS += \ DsLogAdmin.idl \ DsLogNotification.idl @@ -2908,7 +2901,6 @@ DsEventLogAdmin-stamp: $(srcdir)/DsEventLogAdmin.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_EventLog_Export -Wb,stub_export_include=orbsvcs/Log/eventlog_export.h -Wb,skel_export_macro=TAO_EventLog_Skel_Export -Wb,skel_export_include=orbsvcs/Log/eventlog_skel_export.h $(srcdir)/DsEventLogAdmin.idl @touch $@ - nobase_include_HEADERS += \ DsEventLogAdmin.idl @@ -3256,7 +3248,6 @@ DsNotifyLogAdmin-stamp: $(srcdir)/DsNotifyLogAdmin.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_NotifyLog_Export -Wb,stub_export_include=orbsvcs/Log/notifylog_export.h -Wb,skel_export_macro=TAO_NotifyLog_Skel_Export -Wb,skel_export_include=orbsvcs/Log/notifylog_skel_export.h $(srcdir)/DsNotifyLogAdmin.idl @touch $@ - nobase_include_HEADERS += \ DsNotifyLogAdmin.idl @@ -5031,7 +5022,6 @@ RTEventLogAdmin-stamp: $(srcdir)/RTEventLogAdmin.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_RTEventLog_Export -Wb,stub_export_include=orbsvcs/Log/rteventlog_export.h -Wb,skel_export_macro=TAO_RTEventLog_Skel_Export -Wb,skel_export_include=orbsvcs/Log/rteventlog_skel_export.h $(srcdir)/RTEventLogAdmin.idl @touch $@ - nobase_include_HEADERS += \ RTEventLogAdmin.idl diff --git a/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/Makefile.am b/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/Makefile.am index 61e35c2cd04..a4804315c76 100644 --- a/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/Makefile.am +++ b/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/Makefile.am @@ -47,7 +47,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/Makefile.am b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/Makefile.am index da600689ce1..e3f6243594e 100644 --- a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/Makefile.am +++ b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/Makefile.am @@ -48,7 +48,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Makefile.am b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Makefile.am index 0696fdb5845..1849732a3a6 100644 --- a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Makefile.am +++ b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Makefile.am @@ -48,7 +48,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/orbsvcs/tests/Bug_1395_Regression/Makefile.am b/TAO/orbsvcs/tests/Bug_1395_Regression/Makefile.am index b923447f282..d2f5f9cefc8 100644 --- a/TAO/orbsvcs/tests/Bug_1395_Regression/Makefile.am +++ b/TAO/orbsvcs/tests/Bug_1395_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/orbsvcs/tests/Bug_2247_Regression/Makefile.am b/TAO/orbsvcs/tests/Bug_2247_Regression/Makefile.am index 312dbfd2a77..8d465a8e001 100644 --- a/TAO/orbsvcs/tests/Bug_2247_Regression/Makefile.am +++ b/TAO/orbsvcs/tests/Bug_2247_Regression/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/orbsvcs/tests/Bug_2248_Regression/Makefile.am b/TAO/orbsvcs/tests/Bug_2248_Regression/Makefile.am index 9b1397d499b..262ab357846 100644 --- a/TAO/orbsvcs/tests/Bug_2248_Regression/Makefile.am +++ b/TAO/orbsvcs/tests/Bug_2248_Regression/Makefile.am @@ -66,7 +66,6 @@ tests-stamp: $(srcdir)/tests.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/tests.idl @touch $@ - noinst_HEADERS = \ test.idl \ tests.idl diff --git a/TAO/orbsvcs/tests/Bug_2285_Regression/Makefile.am b/TAO/orbsvcs/tests/Bug_2285_Regression/Makefile.am index 2d1ace182fb..28ddd1067f9 100644 --- a/TAO/orbsvcs/tests/Bug_2285_Regression/Makefile.am +++ b/TAO/orbsvcs/tests/Bug_2285_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/orbsvcs/tests/Bug_2287_Regression/Makefile.am b/TAO/orbsvcs/tests/Bug_2287_Regression/Makefile.am index 41a0529b451..ebf5a4a3240 100644 --- a/TAO/orbsvcs/tests/Bug_2287_Regression/Makefile.am +++ b/TAO/orbsvcs/tests/Bug_2287_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/orbsvcs/tests/Bug_2316_Regression/Makefile.am b/TAO/orbsvcs/tests/Bug_2316_Regression/Makefile.am index f8214dd9c07..8aa691407b1 100644 --- a/TAO/orbsvcs/tests/Bug_2316_Regression/Makefile.am +++ b/TAO/orbsvcs/tests/Bug_2316_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/orbsvcs/tests/Bug_2615_Regression/Makefile.am b/TAO/orbsvcs/tests/Bug_2615_Regression/Makefile.am index 980d96d2d7a..c129ad3dbe7 100644 --- a/TAO/orbsvcs/tests/Bug_2615_Regression/Makefile.am +++ b/TAO/orbsvcs/tests/Bug_2615_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/orbsvcs/tests/Bug_2709_Regression/Makefile.am b/TAO/orbsvcs/tests/Bug_2709_Regression/Makefile.am index bcd37454d54..9dfa6f2cb01 100644 --- a/TAO/orbsvcs/tests/Bug_2709_Regression/Makefile.am +++ b/TAO/orbsvcs/tests/Bug_2709_Regression/Makefile.am @@ -49,7 +49,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile.am b/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile.am index 154be214702..6301ce1caee 100644 --- a/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile.am +++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile.am @@ -46,7 +46,6 @@ data-stamp: $(srcdir)/data.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs $(srcdir)/data.idl @touch $@ - noinst_HEADERS = \ data.idl diff --git a/TAO/orbsvcs/tests/Event/UDP/Makefile.am b/TAO/orbsvcs/tests/Event/UDP/Makefile.am index 0c348844023..96032e56d6e 100644 --- a/TAO/orbsvcs/tests/Event/UDP/Makefile.am +++ b/TAO/orbsvcs/tests/Event/UDP/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/orbsvcs/tests/FT_App/Makefile.am b/TAO/orbsvcs/tests/FT_App/Makefile.am index 14f926b0d04..f293c7d5000 100644 --- a/TAO/orbsvcs/tests/FT_App/Makefile.am +++ b/TAO/orbsvcs/tests/FT_App/Makefile.am @@ -101,7 +101,6 @@ FT_TestReplica-stamp: $(srcdir)/FT_TestReplica.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs $(srcdir)/FT_TestReplica.idl @touch $@ - noinst_HEADERS = \ FT_TestReplica.idl diff --git a/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/Makefile.am b/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/Makefile.am index e644ab24f2a..469045f61ca 100644 --- a/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/Makefile.am +++ b/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -DCORBA3 $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/orbsvcs/tests/FaultTolerance/IOGR/Makefile.am b/TAO/orbsvcs/tests/FaultTolerance/IOGR/Makefile.am index 2a965501bb6..1bc2bee022f 100644 --- a/TAO/orbsvcs/tests/FaultTolerance/IOGR/Makefile.am +++ b/TAO/orbsvcs/tests/FaultTolerance/IOGR/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/Makefile.am b/TAO/orbsvcs/tests/HTIOP/AMI/Makefile.am index 53a0f232d79..bcfb994e450 100644 --- a/TAO/orbsvcs/tests/HTIOP/AMI/Makefile.am +++ b/TAO/orbsvcs/tests/HTIOP/AMI/Makefile.am @@ -47,7 +47,6 @@ ami_test-stamp: $(srcdir)/ami_test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/ami_test.idl @touch $@ - noinst_HEADERS = \ ami_test.idl diff --git a/TAO/orbsvcs/tests/HTIOP/BiDirectional/Makefile.am b/TAO/orbsvcs/tests/HTIOP/BiDirectional/Makefile.am index 2cd1cfc482e..bb3cf0da2c9 100644 --- a/TAO/orbsvcs/tests/HTIOP/BiDirectional/Makefile.am +++ b/TAO/orbsvcs/tests/HTIOP/BiDirectional/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/orbsvcs/tests/HTIOP/Hello/Makefile.am b/TAO/orbsvcs/tests/HTIOP/Hello/Makefile.am index e632faa74d2..037c02dedd0 100644 --- a/TAO/orbsvcs/tests/HTIOP/Hello/Makefile.am +++ b/TAO/orbsvcs/tests/HTIOP/Hello/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/orbsvcs/tests/IOR_MCast/Makefile.am b/TAO/orbsvcs/tests/IOR_MCast/Makefile.am index 15b7ad4a4d8..671d75bc65d 100644 --- a/TAO/orbsvcs/tests/IOR_MCast/Makefile.am +++ b/TAO/orbsvcs/tests/IOR_MCast/Makefile.am @@ -43,7 +43,6 @@ MCast-stamp: $(srcdir)/MCast.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/MCast.idl @touch $@ - noinst_HEADERS = \ MCast.idl diff --git a/TAO/orbsvcs/tests/ImplRepo/Bug_2604_Regression/Makefile.am b/TAO/orbsvcs/tests/ImplRepo/Bug_2604_Regression/Makefile.am index 27069110dbd..615cb46c371 100644 --- a/TAO/orbsvcs/tests/ImplRepo/Bug_2604_Regression/Makefile.am +++ b/TAO/orbsvcs/tests/ImplRepo/Bug_2604_Regression/Makefile.am @@ -43,7 +43,6 @@ Messenger-stamp: $(srcdir)/Messenger.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Sa -St $(srcdir)/Messenger.idl @touch $@ - noinst_HEADERS = \ Messenger.idl diff --git a/TAO/orbsvcs/tests/ImplRepo/Makefile.am b/TAO/orbsvcs/tests/ImplRepo/Makefile.am index bc4e9efe1ab..4bb8b1fff42 100644 --- a/TAO/orbsvcs/tests/ImplRepo/Makefile.am +++ b/TAO/orbsvcs/tests/ImplRepo/Makefile.am @@ -49,7 +49,6 @@ Airplane-stamp: $(srcdir)/Airplane.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Airplane.idl @touch $@ - noinst_HEADERS = \ Airplane.idl @@ -137,7 +136,6 @@ Nestea-stamp: $(srcdir)/Nestea.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Nestea.idl @touch $@ - noinst_HEADERS += \ Nestea.idl @@ -172,7 +170,6 @@ endif BUILD_EXCEPTIONS ## Makefile.nestea_server.am if BUILD_EXCEPTIONS -if !BUILD_ACE_FOR_TAO noinst_PROGRAMS += nestea_server @@ -199,7 +196,6 @@ nestea_server_LDADD = \ $(TAO_BUILDDIR)/tao/libTAO.la \ $(ACE_BUILDDIR)/ace/libACE.la -endif !BUILD_ACE_FOR_TAO endif BUILD_EXCEPTIONS ## Clean up template repositories, etc. diff --git a/TAO/orbsvcs/tests/ImplRepo/scale/Makefile.am b/TAO/orbsvcs/tests/ImplRepo/scale/Makefile.am index 22afdc7c663..6df9953a02e 100644 --- a/TAO/orbsvcs/tests/ImplRepo/scale/Makefile.am +++ b/TAO/orbsvcs/tests/ImplRepo/scale/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/Makefile.am b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/Makefile.am index 4f4d8898147..425ad9cc5df 100644 --- a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/Makefile.am +++ b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Makefile.am b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Makefile.am index 6b6248c8d5e..07b12c6cf63 100644 --- a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Makefile.am +++ b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/orbsvcs/tests/Miop/McastHello/Makefile.am b/TAO/orbsvcs/tests/Miop/McastHello/Makefile.am index 5d44def86a7..9fc4dfff9c3 100644 --- a/TAO/orbsvcs/tests/Miop/McastHello/Makefile.am +++ b/TAO/orbsvcs/tests/Miop/McastHello/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/orbsvcs/tests/Notify/Blocking/Makefile.am b/TAO/orbsvcs/tests/Notify/Blocking/Makefile.am index 02e5388c7e6..53113086444 100644 --- a/TAO/orbsvcs/tests/Notify/Blocking/Makefile.am +++ b/TAO/orbsvcs/tests/Notify/Blocking/Makefile.am @@ -43,7 +43,6 @@ go-stamp: $(srcdir)/go.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/go.idl @touch $@ - noinst_HEADERS = \ go.idl diff --git a/TAO/orbsvcs/tests/Notify/Discarding/Makefile.am b/TAO/orbsvcs/tests/Notify/Discarding/Makefile.am index 3a9ebd3243a..72d4ec5358f 100644 --- a/TAO/orbsvcs/tests/Notify/Discarding/Makefile.am +++ b/TAO/orbsvcs/tests/Notify/Discarding/Makefile.am @@ -43,7 +43,6 @@ go-stamp: $(srcdir)/go.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/go.idl @touch $@ - noinst_HEADERS = \ go.idl diff --git a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile.am b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile.am index 787e88da95a..67b7b440b00 100644 --- a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile.am +++ b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile.am @@ -45,7 +45,6 @@ go-stamp: $(srcdir)/go.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/go.idl @touch $@ - noinst_HEADERS = \ go.idl diff --git a/TAO/orbsvcs/tests/Notify/Ordering/Makefile.am b/TAO/orbsvcs/tests/Notify/Ordering/Makefile.am index b214bd301e1..9df5c49599c 100644 --- a/TAO/orbsvcs/tests/Notify/Ordering/Makefile.am +++ b/TAO/orbsvcs/tests/Notify/Ordering/Makefile.am @@ -43,7 +43,6 @@ go-stamp: $(srcdir)/go.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/go.idl @touch $@ - noinst_HEADERS = \ go.idl diff --git a/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile.am b/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile.am index d5b591bf1ce..06a41a2d932 100644 --- a/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile.am +++ b/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile.am @@ -45,7 +45,6 @@ go-stamp: $(srcdir)/go.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/go.idl @touch $@ - noinst_HEADERS = \ go.idl diff --git a/TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Makefile.am b/TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Makefile.am index 2da2643eee8..30804a11c8d 100644 --- a/TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Makefile.am +++ b/TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Makefile.am @@ -43,7 +43,6 @@ go-stamp: $(srcdir)/go.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/go.idl @touch $@ - noinst_HEADERS = \ go.idl diff --git a/TAO/orbsvcs/tests/Notify/Structured_Filter/Makefile.am b/TAO/orbsvcs/tests/Notify/Structured_Filter/Makefile.am index ae55e238085..21902acf2e8 100644 --- a/TAO/orbsvcs/tests/Notify/Structured_Filter/Makefile.am +++ b/TAO/orbsvcs/tests/Notify/Structured_Filter/Makefile.am @@ -43,7 +43,6 @@ go-stamp: $(srcdir)/go.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/go.idl @touch $@ - noinst_HEADERS = \ go.idl diff --git a/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile.am b/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile.am index eaddbf6f444..f0c80832b29 100644 --- a/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile.am +++ b/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile.am @@ -43,7 +43,6 @@ go-stamp: $(srcdir)/go.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/go.idl @touch $@ - noinst_HEADERS = \ go.idl diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/Filter/Makefile.am b/TAO/orbsvcs/tests/Notify/performance-tests/Filter/Makefile.am index 6614fc12c56..d707409ea23 100644 --- a/TAO/orbsvcs/tests/Notify/performance-tests/Filter/Makefile.am +++ b/TAO/orbsvcs/tests/Notify/performance-tests/Filter/Makefile.am @@ -43,7 +43,6 @@ go-stamp: $(srcdir)/go.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/go.idl @touch $@ - noinst_HEADERS = \ go.idl diff --git a/TAO/orbsvcs/tests/Security/BiDirectional/Makefile.am b/TAO/orbsvcs/tests/Security/BiDirectional/Makefile.am index fdaeae7502b..921ed90cb1b 100644 --- a/TAO/orbsvcs/tests/Security/BiDirectional/Makefile.am +++ b/TAO/orbsvcs/tests/Security/BiDirectional/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/orbsvcs/tests/Security/Big_Request/Makefile.am b/TAO/orbsvcs/tests/Security/Big_Request/Makefile.am index 768e3c7d758..1737ab2afe2 100644 --- a/TAO/orbsvcs/tests/Security/Big_Request/Makefile.am +++ b/TAO/orbsvcs/tests/Security/Big_Request/Makefile.am @@ -43,7 +43,6 @@ TX_Object-stamp: $(srcdir)/TX_Object.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/TX_Object.idl @touch $@ - noinst_HEADERS = \ TX_Object.idl diff --git a/TAO/orbsvcs/tests/Security/Callback/Makefile.am b/TAO/orbsvcs/tests/Security/Callback/Makefile.am index ddae4acd2d8..3c4d472d40d 100644 --- a/TAO/orbsvcs/tests/Security/Callback/Makefile.am +++ b/TAO/orbsvcs/tests/Security/Callback/Makefile.am @@ -66,7 +66,6 @@ client-stamp: $(srcdir)/client.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/client.idl @touch $@ - noinst_HEADERS = \ client.idl \ server.idl diff --git a/TAO/orbsvcs/tests/Security/Crash_Test/Makefile.am b/TAO/orbsvcs/tests/Security/Crash_Test/Makefile.am index e2535550e7e..4bde6a4447a 100644 --- a/TAO/orbsvcs/tests/Security/Crash_Test/Makefile.am +++ b/TAO/orbsvcs/tests/Security/Crash_Test/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/Makefile.am b/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/Makefile.am index 059b8959b54..4f78212322f 100644 --- a/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/Makefile.am +++ b/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/orbsvcs/tests/Security/MT_SSLIOP/Makefile.am b/TAO/orbsvcs/tests/Security/MT_SSLIOP/Makefile.am index ee4b9bc4074..c10acafbf25 100644 --- a/TAO/orbsvcs/tests/Security/MT_SSLIOP/Makefile.am +++ b/TAO/orbsvcs/tests/Security/MT_SSLIOP/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile.am b/TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile.am index 6091c6766ac..83cff39467e 100644 --- a/TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile.am +++ b/TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile.am @@ -43,7 +43,6 @@ Foo-stamp: $(srcdir)/Foo.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Foo.idl @touch $@ - noinst_HEADERS = \ Foo.idl diff --git a/TAO/orbsvcs/tests/ior_corbaname/Makefile.am b/TAO/orbsvcs/tests/ior_corbaname/Makefile.am index ac7e92333bb..78c49d311b9 100644 --- a/TAO/orbsvcs/tests/ior_corbaname/Makefile.am +++ b/TAO/orbsvcs/tests/ior_corbaname/Makefile.am @@ -43,7 +43,6 @@ corbaname-stamp: $(srcdir)/corbaname.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/corbaname.idl @touch $@ - noinst_HEADERS = \ corbaname.idl diff --git a/TAO/performance-tests/Callback/Makefile.am b/TAO/performance-tests/Callback/Makefile.am index 8eb56829ab7..4f54d2d401a 100644 --- a/TAO/performance-tests/Callback/Makefile.am +++ b/TAO/performance-tests/Callback/Makefile.am @@ -45,7 +45,6 @@ callback-stamp: $(srcdir)/callback.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/callback.idl @touch $@ - noinst_HEADERS = \ callback.idl diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile.am b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile.am index 5bae77a0af9..feaac079511 100644 --- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile.am +++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile.am @@ -45,7 +45,6 @@ cubit-stamp: $(srcdir)/cubit.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Gd $(srcdir)/cubit.idl @touch $@ - noinst_HEADERS = \ cubit.idl @@ -124,7 +123,6 @@ endif BUILD_EXCEPTIONS ## Makefile.IDL_Cubit_Server.am if BUILD_EXCEPTIONS -if !BUILD_ACE_FOR_TAO noinst_PROGRAMS += server @@ -157,7 +155,6 @@ server_LDADD = \ $(TAO_BUILDDIR)/tao/libTAO.la \ $(ACE_BUILDDIR)/ace/libACE.la -endif !BUILD_ACE_FOR_TAO endif BUILD_EXCEPTIONS ## Clean up template repositories, etc. diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile.am b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile.am index 0254eb4a88a..ca326efdc4a 100644 --- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile.am +++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile.am @@ -45,7 +45,6 @@ cubit-stamp: $(srcdir)/cubit.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/cubit.idl @touch $@ - noinst_HEADERS = \ cubit.idl diff --git a/TAO/performance-tests/Latency/AMH_Single_Threaded/Makefile.am b/TAO/performance-tests/Latency/AMH_Single_Threaded/Makefile.am index 5bfedf58470..7192c72c3f4 100644 --- a/TAO/performance-tests/Latency/AMH_Single_Threaded/Makefile.am +++ b/TAO/performance-tests/Latency/AMH_Single_Threaded/Makefile.am @@ -46,7 +46,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GH $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/Latency/AMI/Makefile.am b/TAO/performance-tests/Latency/AMI/Makefile.am index 191481ab92c..418cfbcd698 100644 --- a/TAO/performance-tests/Latency/AMI/Makefile.am +++ b/TAO/performance-tests/Latency/AMI/Makefile.am @@ -47,7 +47,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/Latency/DII/Makefile.am b/TAO/performance-tests/Latency/DII/Makefile.am index 9b42af13b86..539cd759bde 100644 --- a/TAO/performance-tests/Latency/DII/Makefile.am +++ b/TAO/performance-tests/Latency/DII/Makefile.am @@ -45,7 +45,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/Latency/Deferred/Makefile.am b/TAO/performance-tests/Latency/Deferred/Makefile.am index 7ac3a7f5603..75755f2fea8 100644 --- a/TAO/performance-tests/Latency/Deferred/Makefile.am +++ b/TAO/performance-tests/Latency/Deferred/Makefile.am @@ -45,7 +45,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/Latency/Single_Threaded/Makefile.am b/TAO/performance-tests/Latency/Single_Threaded/Makefile.am index ddf08bd925c..262ce335a34 100644 --- a/TAO/performance-tests/Latency/Single_Threaded/Makefile.am +++ b/TAO/performance-tests/Latency/Single_Threaded/Makefile.am @@ -45,7 +45,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/Latency/Thread_Per_Connection/Makefile.am b/TAO/performance-tests/Latency/Thread_Per_Connection/Makefile.am index bfbdc4cda79..8659ca23223 100644 --- a/TAO/performance-tests/Latency/Thread_Per_Connection/Makefile.am +++ b/TAO/performance-tests/Latency/Thread_Per_Connection/Makefile.am @@ -45,7 +45,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/Latency/Thread_Pool/Makefile.am b/TAO/performance-tests/Latency/Thread_Pool/Makefile.am index 22b18de2053..513b4914273 100644 --- a/TAO/performance-tests/Latency/Thread_Pool/Makefile.am +++ b/TAO/performance-tests/Latency/Thread_Pool/Makefile.am @@ -45,7 +45,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/Memory/IORsize/Makefile.am b/TAO/performance-tests/Memory/IORsize/Makefile.am index 3b1b6611dba..5205bea9cb8 100644 --- a/TAO/performance-tests/Memory/IORsize/Makefile.am +++ b/TAO/performance-tests/Memory/IORsize/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/Memory/Single_Threaded/Makefile.am b/TAO/performance-tests/Memory/Single_Threaded/Makefile.am index 183f37d2b70..7f123c77667 100644 --- a/TAO/performance-tests/Memory/Single_Threaded/Makefile.am +++ b/TAO/performance-tests/Memory/Single_Threaded/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/POA/Create_Reference/Makefile.am b/TAO/performance-tests/POA/Create_Reference/Makefile.am index e029c9b2e41..eac7786b3a9 100644 --- a/TAO/performance-tests/POA/Create_Reference/Makefile.am +++ b/TAO/performance-tests/POA/Create_Reference/Makefile.am @@ -17,7 +17,6 @@ TAO_ROOT = $(top_srcdir) ## Makefile.Create_Reference.am if BUILD_EXCEPTIONS -if !BUILD_ACE_FOR_TAO noinst_PROGRAMS = create_reference @@ -36,7 +35,6 @@ create_reference_LDADD = \ $(TAO_BUILDDIR)/tao/libTAO.la \ $(ACE_BUILDDIR)/ace/libACE.la -endif !BUILD_ACE_FOR_TAO endif BUILD_EXCEPTIONS ## Clean up template repositories, etc. diff --git a/TAO/performance-tests/POA/Demux/Makefile.am b/TAO/performance-tests/POA/Demux/Makefile.am index c1a8ea96d77..689770a85fa 100644 --- a/TAO/performance-tests/POA/Demux/Makefile.am +++ b/TAO/performance-tests/POA/Demux/Makefile.am @@ -43,7 +43,6 @@ demux_test-stamp: $(srcdir)/demux_test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/demux_test.idl @touch $@ - noinst_HEADERS = \ demux_test.idl diff --git a/TAO/performance-tests/POA/Implicit_Activation/Makefile.am b/TAO/performance-tests/POA/Implicit_Activation/Makefile.am index 5783d9994b5..6e80feed7f5 100644 --- a/TAO/performance-tests/POA/Implicit_Activation/Makefile.am +++ b/TAO/performance-tests/POA/Implicit_Activation/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ 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 abc55bfa49b..6639d1b1a32 100644 --- a/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile.am +++ b/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile.am @@ -20,7 +20,6 @@ TAO_ROOT = $(top_srcdir) ## Makefile.registration.am if BUILD_EXCEPTIONS -if !BUILD_ACE_FOR_TAO BUILT_SOURCES = \ testC.cpp \ @@ -68,7 +67,6 @@ registration_LDADD = \ $(TAO_BUILDDIR)/tao/libTAO.la \ $(ACE_BUILDDIR)/ace/libACE.la -endif !BUILD_ACE_FOR_TAO endif BUILD_EXCEPTIONS ## Clean up template repositories, etc. diff --git a/TAO/performance-tests/Pluggable/Makefile.am b/TAO/performance-tests/Pluggable/Makefile.am index 7b7cdec6bb7..3e218250c6d 100644 --- a/TAO/performance-tests/Pluggable/Makefile.am +++ b/TAO/performance-tests/Pluggable/Makefile.am @@ -43,7 +43,6 @@ PP_Test-stamp: $(srcdir)/PP_Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/PP_Test.idl @touch $@ - noinst_HEADERS = \ PP_Test.idl diff --git a/TAO/performance-tests/Protocols/Makefile.am b/TAO/performance-tests/Protocols/Makefile.am index a62032bf21c..aa7ccd1d75f 100644 --- a/TAO/performance-tests/Protocols/Makefile.am +++ b/TAO/performance-tests/Protocols/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/performance-tests/RTCorba/Oneways/Reliable/Makefile.am b/TAO/performance-tests/RTCorba/Oneways/Reliable/Makefile.am index 67303470321..a9f46c5c55b 100644 --- a/TAO/performance-tests/RTCorba/Oneways/Reliable/Makefile.am +++ b/TAO/performance-tests/RTCorba/Oneways/Reliable/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/performance-tests/RTCorba/Thread_Pool/Makefile.am b/TAO/performance-tests/RTCorba/Thread_Pool/Makefile.am index 06f1037345f..43cbe118cc8 100644 --- a/TAO/performance-tests/RTCorba/Thread_Pool/Makefile.am +++ b/TAO/performance-tests/RTCorba/Thread_Pool/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Makefile.am b/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Makefile.am index bca282e100c..a9700aea843 100644 --- a/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Makefile.am +++ b/TAO/performance-tests/Sequence_Latency/AMH_Single_Threaded/Makefile.am @@ -46,7 +46,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GH $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/Sequence_Latency/AMI/Makefile.am b/TAO/performance-tests/Sequence_Latency/AMI/Makefile.am index ec7671dd37e..c9f6d135896 100644 --- a/TAO/performance-tests/Sequence_Latency/AMI/Makefile.am +++ b/TAO/performance-tests/Sequence_Latency/AMI/Makefile.am @@ -47,7 +47,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/Sequence_Latency/DII/Makefile.am b/TAO/performance-tests/Sequence_Latency/DII/Makefile.am index c4b602c5564..190db9a3c38 100644 --- a/TAO/performance-tests/Sequence_Latency/DII/Makefile.am +++ b/TAO/performance-tests/Sequence_Latency/DII/Makefile.am @@ -45,7 +45,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/Sequence_Latency/DSI/Makefile.am b/TAO/performance-tests/Sequence_Latency/DSI/Makefile.am index 955de4b9d07..b16b1bc461a 100644 --- a/TAO/performance-tests/Sequence_Latency/DSI/Makefile.am +++ b/TAO/performance-tests/Sequence_Latency/DSI/Makefile.am @@ -45,7 +45,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/Sequence_Latency/Deferred/Makefile.am b/TAO/performance-tests/Sequence_Latency/Deferred/Makefile.am index 33389b28d49..c8eb4e7f51b 100644 --- a/TAO/performance-tests/Sequence_Latency/Deferred/Makefile.am +++ b/TAO/performance-tests/Sequence_Latency/Deferred/Makefile.am @@ -45,7 +45,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/Sequence_Latency/Single_Threaded/Makefile.am b/TAO/performance-tests/Sequence_Latency/Single_Threaded/Makefile.am index dae50152c20..670b1754ae4 100644 --- a/TAO/performance-tests/Sequence_Latency/Single_Threaded/Makefile.am +++ b/TAO/performance-tests/Sequence_Latency/Single_Threaded/Makefile.am @@ -45,7 +45,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/Makefile.am b/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/Makefile.am index 4206bb43ca8..ca6ab9de384 100644 --- a/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/Makefile.am +++ b/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/Makefile.am @@ -45,7 +45,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/Sequence_Latency/Thread_Pool/Makefile.am b/TAO/performance-tests/Sequence_Latency/Thread_Pool/Makefile.am index fe523d61a7f..ec1b5ba6d35 100644 --- a/TAO/performance-tests/Sequence_Latency/Thread_Pool/Makefile.am +++ b/TAO/performance-tests/Sequence_Latency/Thread_Pool/Makefile.am @@ -45,7 +45,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/performance-tests/Throughput/Makefile.am b/TAO/performance-tests/Throughput/Makefile.am index 8c1b7d7a447..32900d1db0f 100644 --- a/TAO/performance-tests/Throughput/Makefile.am +++ b/TAO/performance-tests/Throughput/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/AMH_Exceptions/Makefile.am b/TAO/tests/AMH_Exceptions/Makefile.am index 98fcf5a39a8..ad309c5ea8a 100644 --- a/TAO/tests/AMH_Exceptions/Makefile.am +++ b/TAO/tests/AMH_Exceptions/Makefile.am @@ -46,7 +46,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GH $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/AMH_Oneway/Makefile.am b/TAO/tests/AMH_Oneway/Makefile.am index d5b6cc1c729..0c568cc9f87 100644 --- a/TAO/tests/AMH_Oneway/Makefile.am +++ b/TAO/tests/AMH_Oneway/Makefile.am @@ -46,7 +46,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GH $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/AMI/Makefile.am b/TAO/tests/AMI/Makefile.am index 6080f80c787..080192d9a1d 100644 --- a/TAO/tests/AMI/Makefile.am +++ b/TAO/tests/AMI/Makefile.am @@ -47,7 +47,6 @@ ami_test-stamp: $(srcdir)/ami_test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/ami_test.idl @touch $@ - noinst_HEADERS = \ ami_test.idl diff --git a/TAO/tests/AMI_Buffering/Makefile.am b/TAO/tests/AMI_Buffering/Makefile.am index 68d320afe30..6377defecb8 100644 --- a/TAO/tests/AMI_Buffering/Makefile.am +++ b/TAO/tests/AMI_Buffering/Makefile.am @@ -47,7 +47,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/AMI_Timeouts/Makefile.am b/TAO/tests/AMI_Timeouts/Makefile.am index 835abf19eb3..4c7e5f644eb 100644 --- a/TAO/tests/AMI_Timeouts/Makefile.am +++ b/TAO/tests/AMI_Timeouts/Makefile.am @@ -47,7 +47,6 @@ timeout-stamp: $(srcdir)/timeout.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/timeout.idl @touch $@ - noinst_HEADERS = \ timeout.idl diff --git a/TAO/tests/Abstract_Interface/Makefile.am b/TAO/tests/Abstract_Interface/Makefile.am index d80c576d1ee..d570b4f7d2c 100644 --- a/TAO/tests/Abstract_Interface/Makefile.am +++ b/TAO/tests/Abstract_Interface/Makefile.am @@ -45,7 +45,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Any/Recursive/Makefile.am b/TAO/tests/Any/Recursive/Makefile.am index 196b53828fc..479245b0398 100644 --- a/TAO/tests/Any/Recursive/Makefile.am +++ b/TAO/tests/Any/Recursive/Makefile.am @@ -70,7 +70,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ NonRecursive.idl \ Test.idl diff --git a/TAO/tests/BiDirectional/Makefile.am b/TAO/tests/BiDirectional/Makefile.am index c05d0ba36f2..76194e870f9 100644 --- a/TAO/tests/BiDirectional/Makefile.am +++ b/TAO/tests/BiDirectional/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/BiDirectional_DelayedUpcall/Makefile.am b/TAO/tests/BiDirectional_DelayedUpcall/Makefile.am index 62b77da113e..2876455d948 100644 --- a/TAO/tests/BiDirectional_DelayedUpcall/Makefile.am +++ b/TAO/tests/BiDirectional_DelayedUpcall/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/BiDirectional_NestedUpcall/Makefile.am b/TAO/tests/BiDirectional_NestedUpcall/Makefile.am index dcd6ba335fa..28e3eefce3b 100644 --- a/TAO/tests/BiDirectional_NestedUpcall/Makefile.am +++ b/TAO/tests/BiDirectional_NestedUpcall/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Big_AMI/Makefile.am b/TAO/tests/Big_AMI/Makefile.am index 836ff1b3569..b6370b7d2d1 100644 --- a/TAO/tests/Big_AMI/Makefile.am +++ b/TAO/tests/Big_AMI/Makefile.am @@ -47,7 +47,6 @@ ami_test-stamp: $(srcdir)/ami_test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/ami_test.idl @touch $@ - noinst_HEADERS = \ ami_test.idl diff --git a/TAO/tests/Big_Oneways/Makefile.am b/TAO/tests/Big_Oneways/Makefile.am index d56745d3847..3421cffb305 100644 --- a/TAO/tests/Big_Oneways/Makefile.am +++ b/TAO/tests/Big_Oneways/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Big_Reply/Makefile.am b/TAO/tests/Big_Reply/Makefile.am index e2945bf6034..46563061d17 100644 --- a/TAO/tests/Big_Reply/Makefile.am +++ b/TAO/tests/Big_Reply/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Big_Request_Muxing/Makefile.am b/TAO/tests/Big_Request_Muxing/Makefile.am index 7edb08d3217..6beef04a874 100644 --- a/TAO/tests/Big_Request_Muxing/Makefile.am +++ b/TAO/tests/Big_Request_Muxing/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Big_Twoways/Makefile.am b/TAO/tests/Big_Twoways/Makefile.am index 754029ca56f..16b0331bfab 100644 --- a/TAO/tests/Big_Twoways/Makefile.am +++ b/TAO/tests/Big_Twoways/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Blocking_Sync_None/Makefile.am b/TAO/tests/Blocking_Sync_None/Makefile.am index 8c57990050d..fc07ddb088c 100644 --- a/TAO/tests/Blocking_Sync_None/Makefile.am +++ b/TAO/tests/Blocking_Sync_None/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_1020_Basic_Regression/Makefile.am b/TAO/tests/Bug_1020_Basic_Regression/Makefile.am index 36723f6e2c9..1dcf8d95253 100644 --- a/TAO/tests/Bug_1020_Basic_Regression/Makefile.am +++ b/TAO/tests/Bug_1020_Basic_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_1020_Regression/Makefile.am b/TAO/tests/Bug_1020_Regression/Makefile.am index 67c394c3cbb..dd9ebe98d04 100644 --- a/TAO/tests/Bug_1020_Regression/Makefile.am +++ b/TAO/tests/Bug_1020_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_1254_Regression/Makefile.am b/TAO/tests/Bug_1254_Regression/Makefile.am index b51a6604078..0a8f705d91a 100644 --- a/TAO/tests/Bug_1254_Regression/Makefile.am +++ b/TAO/tests/Bug_1254_Regression/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Bug_1269_Regression/Makefile.am b/TAO/tests/Bug_1269_Regression/Makefile.am index 5fa1abd9226..0919a255fe2 100644 --- a/TAO/tests/Bug_1269_Regression/Makefile.am +++ b/TAO/tests/Bug_1269_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_1270_Regression/Makefile.am b/TAO/tests/Bug_1270_Regression/Makefile.am index 7b32ae11c92..f27f3328ff1 100644 --- a/TAO/tests/Bug_1270_Regression/Makefile.am +++ b/TAO/tests/Bug_1270_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_1330_Regression/Makefile.am b/TAO/tests/Bug_1330_Regression/Makefile.am index 7755d147ba0..8cb58ec896a 100644 --- a/TAO/tests/Bug_1330_Regression/Makefile.am +++ b/TAO/tests/Bug_1330_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_1361_Regression/Makefile.am b/TAO/tests/Bug_1361_Regression/Makefile.am index 5496bb9dfcc..d0d64103210 100644 --- a/TAO/tests/Bug_1361_Regression/Makefile.am +++ b/TAO/tests/Bug_1361_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_1476_Regression/Makefile.am b/TAO/tests/Bug_1476_Regression/Makefile.am index 61325c2aedc..e78620708e5 100644 --- a/TAO/tests/Bug_1476_Regression/Makefile.am +++ b/TAO/tests/Bug_1476_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_1482_Regression/Makefile.am b/TAO/tests/Bug_1482_Regression/Makefile.am index 40fb47dc353..bae13d9f16b 100644 --- a/TAO/tests/Bug_1482_Regression/Makefile.am +++ b/TAO/tests/Bug_1482_Regression/Makefile.am @@ -47,7 +47,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GH -GC $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_1495_Regression/Makefile.am b/TAO/tests/Bug_1495_Regression/Makefile.am index 0a154f238e5..8f733b543f7 100644 --- a/TAO/tests/Bug_1495_Regression/Makefile.am +++ b/TAO/tests/Bug_1495_Regression/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Bug_1551_Regression/Makefile.am b/TAO/tests/Bug_1551_Regression/Makefile.am index c8498bf91d8..c902732a4a0 100644 --- a/TAO/tests/Bug_1551_Regression/Makefile.am +++ b/TAO/tests/Bug_1551_Regression/Makefile.am @@ -47,7 +47,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_1568_Regression/Makefile.am b/TAO/tests/Bug_1568_Regression/Makefile.am index 9e831b02a8d..fdff5d61864 100644 --- a/TAO/tests/Bug_1568_Regression/Makefile.am +++ b/TAO/tests/Bug_1568_Regression/Makefile.am @@ -46,7 +46,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GH $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_1627_Regression/Makefile.am b/TAO/tests/Bug_1627_Regression/Makefile.am index f47d990a0e5..433abe729ec 100644 --- a/TAO/tests/Bug_1627_Regression/Makefile.am +++ b/TAO/tests/Bug_1627_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_1670_Regression/Makefile.am b/TAO/tests/Bug_1670_Regression/Makefile.am index d08f8deb3d3..9c1f3b816f4 100644 --- a/TAO/tests/Bug_1670_Regression/Makefile.am +++ b/TAO/tests/Bug_1670_Regression/Makefile.am @@ -46,7 +46,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GH $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_1676_Regression/Makefile.am b/TAO/tests/Bug_1676_Regression/Makefile.am index a98be2a1091..63fb5bc14b4 100644 --- a/TAO/tests/Bug_1676_Regression/Makefile.am +++ b/TAO/tests/Bug_1676_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_1869_Regression/Makefile.am b/TAO/tests/Bug_1869_Regression/Makefile.am index fbc0f98c13f..7a90b13ae18 100644 --- a/TAO/tests/Bug_1869_Regression/Makefile.am +++ b/TAO/tests/Bug_1869_Regression/Makefile.am @@ -47,7 +47,6 @@ AMI-stamp: $(srcdir)/AMI.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/AMI.idl @touch $@ - noinst_HEADERS = \ AMI.idl diff --git a/TAO/tests/Bug_2174_Regression/Makefile.am b/TAO/tests/Bug_2174_Regression/Makefile.am index f8debc03ea2..db68436d647 100644 --- a/TAO/tests/Bug_2174_Regression/Makefile.am +++ b/TAO/tests/Bug_2174_Regression/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Bug_2183_Regression/Makefile.am b/TAO/tests/Bug_2183_Regression/Makefile.am index 9a30e5737ff..ab4a48d7112 100644 --- a/TAO/tests/Bug_2183_Regression/Makefile.am +++ b/TAO/tests/Bug_2183_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_2186_Regression/Makefile.am b/TAO/tests/Bug_2186_Regression/Makefile.am index a2413d1df7d..3e983dd83fa 100644 --- a/TAO/tests/Bug_2186_Regression/Makefile.am +++ b/TAO/tests/Bug_2186_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_2188_Regression/Makefile.am b/TAO/tests/Bug_2188_Regression/Makefile.am index b584b16863e..5e9fc461721 100644 --- a/TAO/tests/Bug_2188_Regression/Makefile.am +++ b/TAO/tests/Bug_2188_Regression/Makefile.am @@ -43,7 +43,6 @@ broken-stamp: $(srcdir)/broken.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/broken.idl @touch $@ - noinst_HEADERS = \ broken.idl diff --git a/TAO/tests/Bug_2234_Regression/Makefile.am b/TAO/tests/Bug_2234_Regression/Makefile.am index 7386ba532b0..f450e453d1e 100644 --- a/TAO/tests/Bug_2234_Regression/Makefile.am +++ b/TAO/tests/Bug_2234_Regression/Makefile.am @@ -45,7 +45,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_2289_Regression/Makefile.am b/TAO/tests/Bug_2289_Regression/Makefile.am index b30d79274cf..3e5295d9011 100644 --- a/TAO/tests/Bug_2289_Regression/Makefile.am +++ b/TAO/tests/Bug_2289_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Gp -Gd -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_2328_Regression/Makefile.am b/TAO/tests/Bug_2328_Regression/Makefile.am index 750ba2181eb..e0799d17524 100644 --- a/TAO/tests/Bug_2328_Regression/Makefile.am +++ b/TAO/tests/Bug_2328_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_2349_Regression/Makefile.am b/TAO/tests/Bug_2349_Regression/Makefile.am index 57090314072..80618ccc17c 100644 --- a/TAO/tests/Bug_2349_Regression/Makefile.am +++ b/TAO/tests/Bug_2349_Regression/Makefile.am @@ -43,7 +43,6 @@ foo-stamp: $(srcdir)/foo.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/foo.idl @touch $@ - noinst_HEADERS = \ foo.idl diff --git a/TAO/tests/Bug_2417_Regression/Makefile.am b/TAO/tests/Bug_2417_Regression/Makefile.am index c30c2310bb9..ea0253f0fbb 100644 --- a/TAO/tests/Bug_2417_Regression/Makefile.am +++ b/TAO/tests/Bug_2417_Regression/Makefile.am @@ -70,7 +70,6 @@ subscriber-stamp: $(srcdir)/subscriber.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/subscriber.idl @touch $@ - noinst_HEADERS = \ publisher.idl \ subscriber.idl diff --git a/TAO/tests/Bug_2429_Regression/Makefile.am b/TAO/tests/Bug_2429_Regression/Makefile.am index 6c656078d90..2e097a2655d 100644 --- a/TAO/tests/Bug_2429_Regression/Makefile.am +++ b/TAO/tests/Bug_2429_Regression/Makefile.am @@ -66,7 +66,6 @@ Parent-stamp: $(srcdir)/Parent.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Ge 1 -GC $(srcdir)/Parent.idl @touch $@ - noinst_HEADERS = \ Child.idl \ Parent.idl diff --git a/TAO/tests/Bug_2494_Regression/Makefile.am b/TAO/tests/Bug_2494_Regression/Makefile.am index 6d0e5aef61d..d94d644c51a 100644 --- a/TAO/tests/Bug_2494_Regression/Makefile.am +++ b/TAO/tests/Bug_2494_Regression/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Bug_2503_Regression/Makefile.am b/TAO/tests/Bug_2503_Regression/Makefile.am index 2e2993ff7b6..d4783b35eee 100644 --- a/TAO/tests/Bug_2503_Regression/Makefile.am +++ b/TAO/tests/Bug_2503_Regression/Makefile.am @@ -47,7 +47,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_2560_Regression/Makefile.am b/TAO/tests/Bug_2560_Regression/Makefile.am index 407e10ef7c4..c6d150f2118 100644 --- a/TAO/tests/Bug_2560_Regression/Makefile.am +++ b/TAO/tests/Bug_2560_Regression/Makefile.am @@ -43,7 +43,6 @@ Quoter-stamp: $(srcdir)/Quoter.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Quoter.idl @touch $@ - noinst_HEADERS = \ Quoter.idl diff --git a/TAO/tests/Bug_2593_Regression/Makefile.am b/TAO/tests/Bug_2593_Regression/Makefile.am index dd9b9a1c61e..b1b32482013 100644 --- a/TAO/tests/Bug_2593_Regression/Makefile.am +++ b/TAO/tests/Bug_2593_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_2595_Regression/Makefile.am b/TAO/tests/Bug_2595_Regression/Makefile.am index 72a92ac6c6d..d3aef91d38e 100644 --- a/TAO/tests/Bug_2595_Regression/Makefile.am +++ b/TAO/tests/Bug_2595_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Bug_2654_Regression/Makefile.am b/TAO/tests/Bug_2654_Regression/Makefile.am index 4bb6f3f63ce..3363084ff32 100644 --- a/TAO/tests/Bug_2654_Regression/Makefile.am +++ b/TAO/tests/Bug_2654_Regression/Makefile.am @@ -43,7 +43,6 @@ Hello-stamp: $(srcdir)/Hello.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Sa -St $(srcdir)/Hello.idl @touch $@ - noinst_HEADERS = \ Hello.idl diff --git a/TAO/tests/Bug_2683_Regression/Makefile.am b/TAO/tests/Bug_2683_Regression/Makefile.am index 9741adabbd7..44f21ebb738 100644 --- a/TAO/tests/Bug_2683_Regression/Makefile.am +++ b/TAO/tests/Bug_2683_Regression/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Cache_Growth_Test/Makefile.am b/TAO/tests/Cache_Growth_Test/Makefile.am index d7a28116f17..b3e5d62448f 100644 --- a/TAO/tests/Cache_Growth_Test/Makefile.am +++ b/TAO/tests/Cache_Growth_Test/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/CallbackTest/Makefile.am b/TAO/tests/CallbackTest/Makefile.am index a87b295f9ea..1d874a54b31 100644 --- a/TAO/tests/CallbackTest/Makefile.am +++ b/TAO/tests/CallbackTest/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Client_Leaks/Makefile.am b/TAO/tests/Client_Leaks/Makefile.am index db289894063..135e6270597 100644 --- a/TAO/tests/Client_Leaks/Makefile.am +++ b/TAO/tests/Client_Leaks/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/CodeSets/simple/Makefile.am b/TAO/tests/CodeSets/simple/Makefile.am index d2265b2553c..d70a3b40b53 100644 --- a/TAO/tests/CodeSets/simple/Makefile.am +++ b/TAO/tests/CodeSets/simple/Makefile.am @@ -43,7 +43,6 @@ simple-stamp: $(srcdir)/simple.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/simple.idl @touch $@ - noinst_HEADERS = \ simple.idl diff --git a/TAO/tests/Connect_Strategy_Test/Makefile.am b/TAO/tests/Connect_Strategy_Test/Makefile.am index 11ee6725b20..1ba6ce7769b 100644 --- a/TAO/tests/Connect_Strategy_Test/Makefile.am +++ b/TAO/tests/Connect_Strategy_Test/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Connection_Purging/Makefile.am b/TAO/tests/Connection_Purging/Makefile.am index 56e4e49a63d..d64d8c05028 100644 --- a/TAO/tests/Connection_Purging/Makefile.am +++ b/TAO/tests/Connection_Purging/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Crash_On_Write/Makefile.am b/TAO/tests/Crash_On_Write/Makefile.am index f24cb4c3e54..b5a108e6fd2 100644 --- a/TAO/tests/Crash_On_Write/Makefile.am +++ b/TAO/tests/Crash_On_Write/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Crashed_Callback/Makefile.am b/TAO/tests/Crashed_Callback/Makefile.am index 06355f05e97..970d194c9cb 100644 --- a/TAO/tests/Crashed_Callback/Makefile.am +++ b/TAO/tests/Crashed_Callback/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Explicit_Event_Loop/Makefile.am b/TAO/tests/Explicit_Event_Loop/Makefile.am index 3031bb5288e..8c4d0787d66 100644 --- a/TAO/tests/Explicit_Event_Loop/Makefile.am +++ b/TAO/tests/Explicit_Event_Loop/Makefile.am @@ -43,7 +43,6 @@ time-stamp: $(srcdir)/time.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/time.idl @touch $@ - noinst_HEADERS = \ time.idl diff --git a/TAO/tests/Exposed_Policies/Makefile.am b/TAO/tests/Exposed_Policies/Makefile.am index 4e2f749cd6f..cd6d3c372f4 100644 --- a/TAO/tests/Exposed_Policies/Makefile.am +++ b/TAO/tests/Exposed_Policies/Makefile.am @@ -43,7 +43,6 @@ Counter-stamp: $(srcdir)/Counter.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Counter.idl @touch $@ - noinst_HEADERS = \ Counter.idl diff --git a/TAO/tests/Faults/Makefile.am b/TAO/tests/Faults/Makefile.am index 0af16538933..7a291823d50 100644 --- a/TAO/tests/Faults/Makefile.am +++ b/TAO/tests/Faults/Makefile.am @@ -66,7 +66,6 @@ ping-stamp: $(srcdir)/ping.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/ping.idl @touch $@ - noinst_HEADERS = \ ping.idl \ test.idl diff --git a/TAO/tests/File_IO/Makefile.am b/TAO/tests/File_IO/Makefile.am index 66d1028c18d..eecc2cc9aef 100644 --- a/TAO/tests/File_IO/Makefile.am +++ b/TAO/tests/File_IO/Makefile.am @@ -43,7 +43,6 @@ File-stamp: $(srcdir)/File.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/File.idl @touch $@ - noinst_HEADERS = \ File.idl diff --git a/TAO/tests/Forwarding/Makefile.am b/TAO/tests/Forwarding/Makefile.am index cae9867a550..b62f1deef76 100644 --- a/TAO/tests/Forwarding/Makefile.am +++ b/TAO/tests/Forwarding/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Hang_Shutdown/Makefile.am b/TAO/tests/Hang_Shutdown/Makefile.am index 8130b9abea1..f802898ea1b 100644 --- a/TAO/tests/Hang_Shutdown/Makefile.am +++ b/TAO/tests/Hang_Shutdown/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Hello/Makefile.am b/TAO/tests/Hello/Makefile.am index cbdf70da2ac..f89416137e5 100644 --- a/TAO/tests/Hello/Makefile.am +++ b/TAO/tests/Hello/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/ICMG_Any_Bug/Makefile.am b/TAO/tests/ICMG_Any_Bug/Makefile.am index d3604a5baf9..739c176f416 100644 --- a/TAO/tests/ICMG_Any_Bug/Makefile.am +++ b/TAO/tests/ICMG_Any_Bug/Makefile.am @@ -43,72 +43,71 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl -## Makefile.ICMG_Any_Bug_Hello_Server.am +## Makefile.ICMG_Any_Bug_Hello_Client.am +if BUILD_CORBA_MESSAGING if BUILD_EXCEPTIONS -noinst_PROGRAMS += server +noinst_PROGRAMS += client -server_CPPFLAGS = \ +client_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR) \ -I$(TAO_ROOT) \ -I$(TAO_BUILDDIR) -server_SOURCES = \ - Hello.cpp \ - HelloWorld.cpp \ +client_SOURCES = \ TestC.cpp \ - TestS.cpp \ - server.cpp \ + client.cpp \ Hello.h \ HelloWorld.h -server_LDADD = \ +client_LDADD = \ + $(TAO_BUILDDIR)/tao/libTAO_DynamicInterface.la \ + $(TAO_BUILDDIR)/tao/libTAO_Messaging.la \ + $(TAO_BUILDDIR)/tao/libTAO_PI.la \ + $(TAO_BUILDDIR)/tao/libTAO_CodecFactory.la \ $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \ + $(TAO_BUILDDIR)/tao/libTAO_Valuetype.la \ + $(TAO_BUILDDIR)/tao/libTAO_IFR_Client.la \ $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \ $(TAO_BUILDDIR)/tao/libTAO.la \ $(ACE_BUILDDIR)/ace/libACE.la endif BUILD_EXCEPTIONS +endif BUILD_CORBA_MESSAGING -## Makefile.ICMG_Any_Bug_Hello_Client.am +## Makefile.ICMG_Any_Bug_Hello_Server.am -if BUILD_CORBA_MESSAGING if BUILD_EXCEPTIONS -noinst_PROGRAMS += client +noinst_PROGRAMS += server -client_CPPFLAGS = \ +server_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR) \ -I$(TAO_ROOT) \ -I$(TAO_BUILDDIR) -client_SOURCES = \ +server_SOURCES = \ + Hello.cpp \ + HelloWorld.cpp \ TestC.cpp \ - client.cpp \ + TestS.cpp \ + server.cpp \ Hello.h \ HelloWorld.h -client_LDADD = \ - $(TAO_BUILDDIR)/tao/libTAO_DynamicInterface.la \ - $(TAO_BUILDDIR)/tao/libTAO_Messaging.la \ - $(TAO_BUILDDIR)/tao/libTAO_PI.la \ - $(TAO_BUILDDIR)/tao/libTAO_CodecFactory.la \ +server_LDADD = \ $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \ - $(TAO_BUILDDIR)/tao/libTAO_Valuetype.la \ - $(TAO_BUILDDIR)/tao/libTAO_IFR_Client.la \ $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \ $(TAO_BUILDDIR)/tao/libTAO.la \ $(ACE_BUILDDIR)/ace/libACE.la endif BUILD_EXCEPTIONS -endif BUILD_CORBA_MESSAGING ## Clean up template repositories, etc. clean-local: diff --git a/TAO/tests/IOR_Endpoint_Hostnames/Makefile.am b/TAO/tests/IOR_Endpoint_Hostnames/Makefile.am index 28a0a5859b9..07b2bc80ef9 100644 --- a/TAO/tests/IOR_Endpoint_Hostnames/Makefile.am +++ b/TAO/tests/IOR_Endpoint_Hostnames/Makefile.am @@ -73,6 +73,7 @@ generate_ior_LDADD = \ endif BUILD_EXCEPTIONS ## Makefile.list_interfaces.am + noinst_PROGRAMS += list_interfaces list_interfaces_CPPFLAGS = \ diff --git a/TAO/tests/IPV6/Makefile.am b/TAO/tests/IPV6/Makefile.am index 3b2ba51ff57..780a3821d5d 100644 --- a/TAO/tests/IPV6/Makefile.am +++ b/TAO/tests/IPV6/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/InterOp-Naming/Makefile.am b/TAO/tests/InterOp-Naming/Makefile.am index 0610bada1f6..6038b5396e1 100644 --- a/TAO/tests/InterOp-Naming/Makefile.am +++ b/TAO/tests/InterOp-Naming/Makefile.am @@ -43,7 +43,6 @@ INS-stamp: $(srcdir)/INS.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/INS.idl @touch $@ - noinst_HEADERS = \ INS.idl diff --git a/TAO/tests/Leader_Followers/Makefile.am b/TAO/tests/Leader_Followers/Makefile.am index f8fad6f84ef..ac6c553b6c0 100644 --- a/TAO/tests/Leader_Followers/Makefile.am +++ b/TAO/tests/Leader_Followers/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/LongUpcalls/Makefile.am b/TAO/tests/LongUpcalls/Makefile.am index 667864f4276..f2698c494bf 100644 --- a/TAO/tests/LongUpcalls/Makefile.am +++ b/TAO/tests/LongUpcalls/Makefile.am @@ -47,7 +47,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/MProfile/Makefile.am b/TAO/tests/MProfile/Makefile.am index edc5d486795..6eab3a0ffc5 100644 --- a/TAO/tests/MProfile/Makefile.am +++ b/TAO/tests/MProfile/Makefile.am @@ -45,7 +45,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/MProfile_Connection_Timeout/Makefile.am b/TAO/tests/MProfile_Connection_Timeout/Makefile.am index 70c21ec3f2d..41e039afd53 100644 --- a/TAO/tests/MProfile_Connection_Timeout/Makefile.am +++ b/TAO/tests/MProfile_Connection_Timeout/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/MProfile_Forwarding/Makefile.am b/TAO/tests/MProfile_Forwarding/Makefile.am index a3f22636981..50080430bec 100644 --- a/TAO/tests/MProfile_Forwarding/Makefile.am +++ b/TAO/tests/MProfile_Forwarding/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/MT_BiDir/Makefile.am b/TAO/tests/MT_BiDir/Makefile.am index a95dd878ffc..a36410e848d 100644 --- a/TAO/tests/MT_BiDir/Makefile.am +++ b/TAO/tests/MT_BiDir/Makefile.am @@ -66,7 +66,6 @@ Sender-stamp: $(srcdir)/Sender.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Sender.idl @touch $@ - noinst_HEADERS = \ Receiver.idl \ Sender.idl diff --git a/TAO/tests/MT_Client/Makefile.am b/TAO/tests/MT_Client/Makefile.am index e76b646fd9c..fd43b3e809c 100644 --- a/TAO/tests/MT_Client/Makefile.am +++ b/TAO/tests/MT_Client/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/MT_Server/Makefile.am b/TAO/tests/MT_Server/Makefile.am index c737e90b928..3c113249931 100644 --- a/TAO/tests/MT_Server/Makefile.am +++ b/TAO/tests/MT_Server/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/MT_Timeout/Makefile.am b/TAO/tests/MT_Timeout/Makefile.am index 9b3e101f8a9..edef872cca0 100644 --- a/TAO/tests/MT_Timeout/Makefile.am +++ b/TAO/tests/MT_Timeout/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Multiple/Makefile.am b/TAO/tests/Multiple/Makefile.am index 4e1fe0b9b3d..e8f66162432 100644 --- a/TAO/tests/Multiple/Makefile.am +++ b/TAO/tests/Multiple/Makefile.am @@ -43,7 +43,6 @@ Multiple-stamp: $(srcdir)/Multiple.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Gd $(srcdir)/Multiple.idl @touch $@ - noinst_HEADERS = \ Multiple.idl diff --git a/TAO/tests/Multiple_Inheritance/Makefile.am b/TAO/tests/Multiple_Inheritance/Makefile.am index 54d761d7dd3..bf03b94274e 100644 --- a/TAO/tests/Multiple_Inheritance/Makefile.am +++ b/TAO/tests/Multiple_Inheritance/Makefile.am @@ -43,7 +43,6 @@ Multiple_Inheritance-stamp: $(srcdir)/Multiple_Inheritance.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Multiple_Inheritance.idl @touch $@ - noinst_HEADERS = \ Multiple_Inheritance.idl diff --git a/TAO/tests/Muxed_GIOP_Versions/Makefile.am b/TAO/tests/Muxed_GIOP_Versions/Makefile.am index 3c12277b453..67a7d2dcace 100644 --- a/TAO/tests/Muxed_GIOP_Versions/Makefile.am +++ b/TAO/tests/Muxed_GIOP_Versions/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Muxing/Makefile.am b/TAO/tests/Muxing/Makefile.am index 8542e2417be..940f318e153 100644 --- a/TAO/tests/Muxing/Makefile.am +++ b/TAO/tests/Muxing/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Native_Exceptions/Makefile.am b/TAO/tests/Native_Exceptions/Makefile.am index 2f00c1a1f79..6a0534893e6 100644 --- a/TAO/tests/Native_Exceptions/Makefile.am +++ b/TAO/tests/Native_Exceptions/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/Makefile.am b/TAO/tests/NestedUpcall/MT_Client_Test/Makefile.am index 5cc9570e127..4cc984ebc40 100644 --- a/TAO/tests/NestedUpcall/MT_Client_Test/Makefile.am +++ b/TAO/tests/NestedUpcall/MT_Client_Test/Makefile.am @@ -43,7 +43,6 @@ MT_Client_Test-stamp: $(srcdir)/MT_Client_Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/MT_Client_Test.idl @touch $@ - noinst_HEADERS = \ MT_Client_Test.idl diff --git a/TAO/tests/NestedUpcall/Simple/Makefile.am b/TAO/tests/NestedUpcall/Simple/Makefile.am index 33018be4574..cdd3395bc3f 100644 --- a/TAO/tests/NestedUpcall/Simple/Makefile.am +++ b/TAO/tests/NestedUpcall/Simple/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/NestedUpcall/Triangle_Test/Makefile.am b/TAO/tests/NestedUpcall/Triangle_Test/Makefile.am index 2bce6bb8ebe..3ea4982e616 100644 --- a/TAO/tests/NestedUpcall/Triangle_Test/Makefile.am +++ b/TAO/tests/NestedUpcall/Triangle_Test/Makefile.am @@ -43,7 +43,6 @@ Triangle_Test-stamp: $(srcdir)/Triangle_Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Triangle_Test.idl @touch $@ - noinst_HEADERS = \ Triangle_Test.idl diff --git a/TAO/tests/Nested_Event_Loop/Makefile.am b/TAO/tests/Nested_Event_Loop/Makefile.am index c63f1f21171..41ad376c1eb 100644 --- a/TAO/tests/Nested_Event_Loop/Makefile.am +++ b/TAO/tests/Nested_Event_Loop/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/No_Server_MT_Connect_Test/Makefile.am b/TAO/tests/No_Server_MT_Connect_Test/Makefile.am index 20e6b9497ba..a103800f3dd 100644 --- a/TAO/tests/No_Server_MT_Connect_Test/Makefile.am +++ b/TAO/tests/No_Server_MT_Connect_Test/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/OBV/Any/Makefile.am b/TAO/tests/OBV/Any/Makefile.am index 8afbddcf559..e6469e5cd5c 100644 --- a/TAO/tests/OBV/Any/Makefile.am +++ b/TAO/tests/OBV/Any/Makefile.am @@ -45,7 +45,6 @@ Any-stamp: $(srcdir)/Any.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Any.idl @touch $@ - noinst_HEADERS = \ Any.idl diff --git a/TAO/tests/OBV/Factory/Makefile.am b/TAO/tests/OBV/Factory/Makefile.am index 080a37bc663..44af204aa6f 100644 --- a/TAO/tests/OBV/Factory/Makefile.am +++ b/TAO/tests/OBV/Factory/Makefile.am @@ -45,7 +45,6 @@ Factory-stamp: $(srcdir)/Factory.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Factory.idl @touch $@ - noinst_HEADERS = \ Factory.idl diff --git a/TAO/tests/OBV/Forward/Makefile.am b/TAO/tests/OBV/Forward/Makefile.am index 19dbfddeefe..ab6f5362b6f 100644 --- a/TAO/tests/OBV/Forward/Makefile.am +++ b/TAO/tests/OBV/Forward/Makefile.am @@ -93,7 +93,6 @@ TreeNode-stamp: $(srcdir)/TreeNode.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/TreeNode.idl @touch $@ - noinst_HEADERS = \ TreeBase.idl \ TreeController.idl \ diff --git a/TAO/tests/OBV/Simple/Makefile.am b/TAO/tests/OBV/Simple/Makefile.am index 84114cb6674..53759ac6068 100644 --- a/TAO/tests/OBV/Simple/Makefile.am +++ b/TAO/tests/OBV/Simple/Makefile.am @@ -43,7 +43,6 @@ OBV-stamp: $(srcdir)/OBV.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa $(srcdir)/OBV.idl @touch $@ - noinst_HEADERS = \ OBV.idl diff --git a/TAO/tests/OBV/TC_Alignment/Makefile.am b/TAO/tests/OBV/TC_Alignment/Makefile.am index aa36ae33926..9aa3e870ac1 100644 --- a/TAO/tests/OBV/TC_Alignment/Makefile.am +++ b/TAO/tests/OBV/TC_Alignment/Makefile.am @@ -45,7 +45,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/OBV/Truncatable/Makefile.am b/TAO/tests/OBV/Truncatable/Makefile.am index 4cf0cdd0286..ff7c94fea7c 100644 --- a/TAO/tests/OBV/Truncatable/Makefile.am +++ b/TAO/tests/OBV/Truncatable/Makefile.am @@ -70,7 +70,6 @@ Truncatable-stamp: $(srcdir)/Truncatable.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Truncatable.idl @touch $@ - noinst_HEADERS = \ Extra.idl \ Truncatable.idl diff --git a/TAO/tests/OBV/ValueBox/Makefile.am b/TAO/tests/OBV/ValueBox/Makefile.am index a2d4a59025d..9e536525822 100644 --- a/TAO/tests/OBV/ValueBox/Makefile.am +++ b/TAO/tests/OBV/ValueBox/Makefile.am @@ -116,7 +116,6 @@ valuebox-stamp: $(srcdir)/valuebox.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/valuebox.idl @touch $@ - noinst_HEADERS = \ valuebox.idl \ vb_basic.idl \ diff --git a/TAO/tests/ORB_Local_Config/Bug_2612/Makefile.am b/TAO/tests/ORB_Local_Config/Bug_2612/Makefile.am index 6f3f60b6bd2..3c877a90e26 100644 --- a/TAO/tests/ORB_Local_Config/Bug_2612/Makefile.am +++ b/TAO/tests/ORB_Local_Config/Bug_2612/Makefile.am @@ -36,7 +36,7 @@ noinst_HEADERS = \ endif BUILD_EXCEPTIONS -## Makefile.sig.am +## Makefile.Bug_2612.am if BUILD_EXCEPTIONS diff --git a/TAO/tests/ORT/Makefile.am b/TAO/tests/ORT/Makefile.am index d24462ddfb7..499bfe37c27 100644 --- a/TAO/tests/ORT/Makefile.am +++ b/TAO/tests/ORT/Makefile.am @@ -62,7 +62,6 @@ ObjectReferenceFactory-stamp: $(srcdir)/ObjectReferenceFactory.idl $(TAO_IDL_DEP $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -SS $(srcdir)/ObjectReferenceFactory.idl @touch $@ - noinst_HEADERS = \ ORT_test.idl \ ObjectReferenceFactory.idl diff --git a/TAO/tests/Objref_Sequence_Test/Makefile.am b/TAO/tests/Objref_Sequence_Test/Makefile.am index 32d17c5ecd0..a59ee3bdf1f 100644 --- a/TAO/tests/Objref_Sequence_Test/Makefile.am +++ b/TAO/tests/Objref_Sequence_Test/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/OctetSeq/Makefile.am b/TAO/tests/OctetSeq/Makefile.am index 8d23c55718e..de7a247173c 100644 --- a/TAO/tests/OctetSeq/Makefile.am +++ b/TAO/tests/OctetSeq/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Ondemand_Write/Makefile.am b/TAO/tests/Ondemand_Write/Makefile.am index 6713792c658..39fda44e138 100644 --- a/TAO/tests/Ondemand_Write/Makefile.am +++ b/TAO/tests/Ondemand_Write/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Oneway_Buffering/Makefile.am b/TAO/tests/Oneway_Buffering/Makefile.am index e30d7818444..e986497ab29 100644 --- a/TAO/tests/Oneway_Buffering/Makefile.am +++ b/TAO/tests/Oneway_Buffering/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Oneways_Invoking_Twoways/Makefile.am b/TAO/tests/Oneways_Invoking_Twoways/Makefile.am index 384c5fed55b..efaf3bfe865 100644 --- a/TAO/tests/Oneways_Invoking_Twoways/Makefile.am +++ b/TAO/tests/Oneways_Invoking_Twoways/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Param_Test/Makefile.am b/TAO/tests/Param_Test/Makefile.am index 24b6f0f7c20..a53d0ba105b 100644 --- a/TAO/tests/Param_Test/Makefile.am +++ b/TAO/tests/Param_Test/Makefile.am @@ -43,7 +43,6 @@ param_test-stamp: $(srcdir)/param_test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/param_test.idl @touch $@ - noinst_HEADERS = \ param_test.idl diff --git a/TAO/tests/Portable_Interceptors/AdvSlot/Makefile.am b/TAO/tests/Portable_Interceptors/AdvSlot/Makefile.am index aabd1a7775f..20435ceb22f 100644 --- a/TAO/tests/Portable_Interceptors/AdvSlot/Makefile.am +++ b/TAO/tests/Portable_Interceptors/AdvSlot/Makefile.am @@ -43,7 +43,6 @@ StateTransfer-stamp: $(srcdir)/StateTransfer.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/StateTransfer.idl @touch $@ - noinst_HEADERS = \ StateTransfer.idl diff --git a/TAO/tests/Portable_Interceptors/AdvSlotDblCpy/Makefile.am b/TAO/tests/Portable_Interceptors/AdvSlotDblCpy/Makefile.am index 8729613a43c..60cb074acf3 100644 --- a/TAO/tests/Portable_Interceptors/AdvSlotDblCpy/Makefile.am +++ b/TAO/tests/Portable_Interceptors/AdvSlotDblCpy/Makefile.am @@ -43,7 +43,6 @@ InvokeMe-stamp: $(srcdir)/InvokeMe.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/InvokeMe.idl @touch $@ - noinst_HEADERS = \ InvokeMe.idl diff --git a/TAO/tests/Portable_Interceptors/AdvSlotExt/Makefile.am b/TAO/tests/Portable_Interceptors/AdvSlotExt/Makefile.am index b73dc8e0098..886cc13d0ac 100644 --- a/TAO/tests/Portable_Interceptors/AdvSlotExt/Makefile.am +++ b/TAO/tests/Portable_Interceptors/AdvSlotExt/Makefile.am @@ -43,7 +43,6 @@ StateTransfer-stamp: $(srcdir)/StateTransfer.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/StateTransfer.idl @touch $@ - noinst_HEADERS = \ StateTransfer.idl diff --git a/TAO/tests/Portable_Interceptors/ORB_Shutdown/Makefile.am b/TAO/tests/Portable_Interceptors/ORB_Shutdown/Makefile.am index b3901677c95..c8ebce82ce9 100644 --- a/TAO/tests/Portable_Interceptors/ORB_Shutdown/Makefile.am +++ b/TAO/tests/Portable_Interceptors/ORB_Shutdown/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/RTCORBA/Client_Propagated/Makefile.am b/TAO/tests/RTCORBA/Client_Propagated/Makefile.am index 0692cc39c09..18ff51d0621 100644 --- a/TAO/tests/RTCORBA/Client_Propagated/Makefile.am +++ b/TAO/tests/RTCORBA/Client_Propagated/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Server_Connection_Purging/Makefile.am b/TAO/tests/Server_Connection_Purging/Makefile.am index 3ea253f7ab9..50d530acdb2 100644 --- a/TAO/tests/Server_Connection_Purging/Makefile.am +++ b/TAO/tests/Server_Connection_Purging/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Server_Leaks/Makefile.am b/TAO/tests/Server_Leaks/Makefile.am index 27694ee4d91..179dcc3f8bf 100644 --- a/TAO/tests/Server_Leaks/Makefile.am +++ b/TAO/tests/Server_Leaks/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Single_Read/Makefile.am b/TAO/tests/Single_Read/Makefile.am index f2c34729697..ad44f1279b7 100644 --- a/TAO/tests/Single_Read/Makefile.am +++ b/TAO/tests/Single_Read/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Smart_Proxies/Benchmark/Makefile.am b/TAO/tests/Smart_Proxies/Benchmark/Makefile.am index f78fb42608a..3ae9a5fd067 100644 --- a/TAO/tests/Smart_Proxies/Benchmark/Makefile.am +++ b/TAO/tests/Smart_Proxies/Benchmark/Makefile.am @@ -45,7 +45,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Gsp $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Smart_Proxies/Makefile.am b/TAO/tests/Smart_Proxies/Makefile.am index 6a77f8e41d2..6bc50b552e3 100644 --- a/TAO/tests/Smart_Proxies/Makefile.am +++ b/TAO/tests/Smart_Proxies/Makefile.am @@ -53,7 +53,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Gsp $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Smart_Proxies/On_Demand/Makefile.am b/TAO/tests/Smart_Proxies/On_Demand/Makefile.am index 5082ddb5da5..9c120045b83 100644 --- a/TAO/tests/Smart_Proxies/On_Demand/Makefile.am +++ b/TAO/tests/Smart_Proxies/On_Demand/Makefile.am @@ -45,7 +45,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Gsp $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Smart_Proxies/Policy/Makefile.am b/TAO/tests/Smart_Proxies/Policy/Makefile.am index 8d368c72a53..50848f4f20a 100644 --- a/TAO/tests/Smart_Proxies/Policy/Makefile.am +++ b/TAO/tests/Smart_Proxies/Policy/Makefile.am @@ -45,7 +45,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Gsp $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Smart_Proxies/dtor/Makefile.am b/TAO/tests/Smart_Proxies/dtor/Makefile.am index b17e1c6d595..8a668bcfa4e 100644 --- a/TAO/tests/Smart_Proxies/dtor/Makefile.am +++ b/TAO/tests/Smart_Proxies/dtor/Makefile.am @@ -45,7 +45,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Gsp $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Stack_Recursion/Makefile.am b/TAO/tests/Stack_Recursion/Makefile.am index 92923455d48..8a81798d694 100644 --- a/TAO/tests/Stack_Recursion/Makefile.am +++ b/TAO/tests/Stack_Recursion/Makefile.am @@ -43,7 +43,6 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl @touch $@ - noinst_HEADERS = \ Test.idl diff --git a/TAO/tests/Strategies/Makefile.am b/TAO/tests/Strategies/Makefile.am index 91f89c26000..f0f58a82627 100644 --- a/TAO/tests/Strategies/Makefile.am +++ b/TAO/tests/Strategies/Makefile.am @@ -43,7 +43,6 @@ simple_test-stamp: $(srcdir)/simple_test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/simple_test.idl @touch $@ - noinst_HEADERS = \ simple_test.idl diff --git a/TAO/tests/Timed_Buffered_Oneways/Makefile.am b/TAO/tests/Timed_Buffered_Oneways/Makefile.am index 8f1caa4fc65..dfcbc7fe608 100644 --- a/TAO/tests/Timed_Buffered_Oneways/Makefile.am +++ b/TAO/tests/Timed_Buffered_Oneways/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Timeout/Makefile.am b/TAO/tests/Timeout/Makefile.am index a891fa15750..0312783d9f3 100644 --- a/TAO/tests/Timeout/Makefile.am +++ b/TAO/tests/Timeout/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/Two_Objects/Makefile.am b/TAO/tests/Two_Objects/Makefile.am index 2ab2753f884..e91ecebbc55 100644 --- a/TAO/tests/Two_Objects/Makefile.am +++ b/TAO/tests/Two_Objects/Makefile.am @@ -43,7 +43,6 @@ Two_Objects-stamp: $(srcdir)/Two_Objects.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Two_Objects.idl @touch $@ - noinst_HEADERS = \ Two_Objects.idl diff --git a/TAO/tests/Typedef_String_Array/Makefile.am b/TAO/tests/Typedef_String_Array/Makefile.am index 096915cee45..06bf338a091 100644 --- a/TAO/tests/Typedef_String_Array/Makefile.am +++ b/TAO/tests/Typedef_String_Array/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl diff --git a/TAO/tests/UNKNOWN_Exception/Makefile.am b/TAO/tests/UNKNOWN_Exception/Makefile.am index 7193df28da0..4919f2125e4 100644 --- a/TAO/tests/UNKNOWN_Exception/Makefile.am +++ b/TAO/tests/UNKNOWN_Exception/Makefile.am @@ -43,7 +43,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ - noinst_HEADERS = \ test.idl |