From 8ab8a9002177f1b9560bce986546fd7152dfee97 Mon Sep 17 00:00:00 2001 From: jtc Date: Wed, 29 Nov 2006 13:59:57 +0000 Subject: ChangeLogTag: Wed Nov 29 13:45:23 UTC 2006 J.T. Conklin --- TAO/tests/CSD_Strategy_Tests/TP_Test_2/Makefile.am | 100 +++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 TAO/tests/CSD_Strategy_Tests/TP_Test_2/Makefile.am (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Test_2') diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Test_2/Makefile.am b/TAO/tests/CSD_Strategy_Tests/TP_Test_2/Makefile.am new file mode 100644 index 00000000000..cbff6e8ac08 --- /dev/null +++ b/TAO/tests/CSD_Strategy_Tests/TP_Test_2/Makefile.am @@ -0,0 +1,100 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## ../bin/mwc.pl -type automake -noreldefs TAO.mwc + +ACE_BUILDDIR = $(top_builddir)/.. +ACE_ROOT = $(top_srcdir)/.. +TAO_BUILDDIR = $(top_builddir) +TAO_ROOT = $(top_srcdir) + +noinst_PROGRAMS = + +## Makefile.CSD_TP_Test_2_Client.am + +if BUILD_EXCEPTIONS +if BUILD_THREADS + +noinst_PROGRAMS += client_main + +client_main_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ + -I$(TAO_ROOT) \ + -I$(TAO_BUILDDIR) \ + -I$(TAO_ROOT)/tests/CSD_Strategy_Tests/TP_Common \ + -I$(TAO_ROOT)/tests/CSD_Strategy_Tests/TP_Foo_A + +client_main_SOURCES = \ + ClientApp.cpp \ + client_main.cpp \ + ClientApp.h + +client_main_LDFLAGS = \ + -L$(TAO_ROOT)/tests/CSD_Strategy_Tests/TP_Common -L$(TAO_ROOT)/tests/CSD_Strategy_Tests/TP_Foo_A + +client_main_LDADD = \ + $(top_builddir)/tests/CSD_Strategy_Tests/TP_Foo_A/libCSD_TP_Foo_A.la \ + $(top_builddir)/tests/CSD_Strategy_Tests/TP_Common/libCSD_TP_Test.la \ + $(TAO_BUILDDIR)/tao/libTAO_CSD_ThreadPool.la \ + $(TAO_BUILDDIR)/tao/libTAO_CSD_Framework.la \ + $(TAO_BUILDDIR)/tao/libTAO_PI.la \ + $(TAO_BUILDDIR)/tao/libTAO_CodecFactory.la \ + $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \ + $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \ + $(TAO_BUILDDIR)/tao/libTAO.la \ + $(ACE_BUILDDIR)/ace/libACE.la + +endif BUILD_THREADS +endif BUILD_EXCEPTIONS + +## Makefile.CSD_TP_Test_2_Server.am + +if BUILD_EXCEPTIONS +if BUILD_THREADS + +noinst_PROGRAMS += server_main + +server_main_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ + -I$(TAO_ROOT) \ + -I$(TAO_BUILDDIR) \ + -I$(TAO_ROOT)/tests/CSD_Strategy_Tests/TP_Common \ + -I$(TAO_ROOT)/tests/CSD_Strategy_Tests/TP_Foo_A + +server_main_SOURCES = \ + ServerApp.cpp \ + server_main.cpp \ + ServerApp.h + +server_main_LDFLAGS = \ + -L$(TAO_ROOT)/tests/CSD_Strategy_Tests/TP_Common -L$(TAO_ROOT)/tests/CSD_Strategy_Tests/TP_Foo_A + +server_main_LDADD = \ + $(top_builddir)/tests/CSD_Strategy_Tests/TP_Foo_A/libCSD_TP_Foo_A.la \ + $(top_builddir)/tests/CSD_Strategy_Tests/TP_Common/libCSD_TP_Test.la \ + $(TAO_BUILDDIR)/tao/libTAO_CSD_ThreadPool.la \ + $(TAO_BUILDDIR)/tao/libTAO_CSD_Framework.la \ + $(TAO_BUILDDIR)/tao/libTAO_PI.la \ + $(TAO_BUILDDIR)/tao/libTAO_CodecFactory.la \ + $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \ + $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \ + $(TAO_BUILDDIR)/tao/libTAO.la \ + $(ACE_BUILDDIR)/ace/libACE.la + +endif BUILD_THREADS +endif BUILD_EXCEPTIONS + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB -- cgit v1.2.1