diff options
Diffstat (limited to 'TAO/examples/CSD_Strategy')
-rw-r--r-- | TAO/examples/CSD_Strategy/ThreadPool6/Makefile.am | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/TAO/examples/CSD_Strategy/ThreadPool6/Makefile.am b/TAO/examples/CSD_Strategy/ThreadPool6/Makefile.am index 69a14a6dc63..e541a36038f 100644 --- a/TAO/examples/CSD_Strategy/ThreadPool6/Makefile.am +++ b/TAO/examples/CSD_Strategy/ThreadPool6/Makefile.am @@ -51,6 +51,31 @@ Foo-stamp: $(srcdir)/Foo.idl $(TAO_IDL_DEP) noinst_HEADERS = \ Foo.idl +## Makefile.CSD_Test_ThreadPool6_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_ThreadPool6_Server.am if BUILD_EXCEPTIONS @@ -88,31 +113,6 @@ server_main_LDADD = \ endif BUILD_THREADS endif BUILD_EXCEPTIONS -## Makefile.CSD_Test_ThreadPool6_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.* |