diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-12-06 13:47:52 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-12-06 13:47:52 +0000 |
commit | 7aa8d76b3b572d73fb808215bcec6c862841776c (patch) | |
tree | edae30b3e2f3d6ad34170c9f4913adb7e6df1457 /TAO/examples/CSD_Strategy | |
parent | 33e9abe4a16e0e9b41d3fc6e73c495b96bf37a79 (diff) | |
download | ATCD-7aa8d76b3b572d73fb808215bcec6c862841776c.tar.gz |
ChangeLogTag: Wed Dec 6 13:40:52 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
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.* |