diff options
Diffstat (limited to 'TAO/tests/DLL_ORB/Makefile.am')
-rw-r--r-- | TAO/tests/DLL_ORB/Makefile.am | 184 |
1 files changed, 0 insertions, 184 deletions
diff --git a/TAO/tests/DLL_ORB/Makefile.am b/TAO/tests/DLL_ORB/Makefile.am deleted file mode 100644 index d45e111db2b..00000000000 --- a/TAO/tests/DLL_ORB/Makefile.am +++ /dev/null @@ -1,184 +0,0 @@ -## 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_IDL = ACE_ROOT=$(ACE_ROOT) TAO_ROOT=$(TAO_ROOT) $(TAO_BUILDDIR)/TAO_IDL/tao_idl -TAO_IDL_DEP = $(TAO_BUILDDIR)/TAO_IDL/tao_idl -TAO_IDLFLAGS = -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -I$(TAO_ROOT) -I$(srcdir) -g $(ACE_BUILDDIR)/apps/gperf/src/gperf -TAO_ROOT = $(top_srcdir) - -noinst_LTLIBRARIES = -noinst_PROGRAMS = -noinst_HEADERS = -CLEANFILES = -BUILT_SOURCES = - -## Makefile.DLL_ORB_Client.am - -if BUILD_EXCEPTIONS - -noinst_PROGRAMS += client - -client_CPPFLAGS = \ - -I$(ACE_ROOT) \ - -I$(ACE_BUILDDIR) \ - -I$(TAO_ROOT) \ - -I$(TAO_BUILDDIR) - -client_SOURCES = \ - client.cpp \ - Test_Client_Module.h \ - Test_Client_Module_Export.h \ - Test_Server_Module.h \ - Test_Server_Module_Export.h \ - Test_i.h - -client_LDADD = \ - $(TAO_BUILDDIR)/tao/libTAO.la \ - $(ACE_BUILDDIR)/ace/libACE.la - -endif BUILD_EXCEPTIONS - -## Makefile.DLL_ORB_Server.am - -if BUILD_EXCEPTIONS - -noinst_PROGRAMS += server - -server_CPPFLAGS = \ - -I$(ACE_ROOT) \ - -I$(ACE_BUILDDIR) \ - -I$(TAO_ROOT) \ - -I$(TAO_BUILDDIR) - -server_SOURCES = \ - server.cpp \ - Test_Client_Module.h \ - Test_Client_Module_Export.h \ - Test_Server_Module.h \ - Test_Server_Module_Export.h \ - Test_i.h - -server_LDADD = \ - $(TAO_BUILDDIR)/tao/libTAO.la \ - $(ACE_BUILDDIR)/ace/libACE.la - -endif BUILD_EXCEPTIONS - -## Makefile.DLL_ORB_Test_Client_Module.am - -if BUILD_EXCEPTIONS - -BUILT_SOURCES += \ - TestC.cpp \ - TestC.h \ - TestC.inl \ - TestS.h \ - TestS.inl - -CLEANFILES += \ - Test-stamp \ - TestC.cpp \ - TestC.h \ - TestC.inl \ - TestS.h \ - TestS.inl - -TestC.cpp TestC.h TestC.inl TestS.h TestS.inl: Test-stamp - -Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) - $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl - @touch $@ - -noinst_LTLIBRARIES += libTest_Client_Module.la - -libTest_Client_Module_la_CPPFLAGS = \ - -I$(ACE_ROOT) \ - -I$(ACE_BUILDDIR) \ - -I$(TAO_ROOT) \ - -I$(TAO_BUILDDIR) \ - -DTEST_CLIENT_MODULE_BUILD_DLL - -libTest_Client_Module_la_SOURCES = \ - TestC.cpp \ - Test_Client_Module.cpp - -noinst_HEADERS += \ - Test.idl \ - TestC.h \ - TestC.inl \ - TestS.h \ - TestS.inl \ - Test_Client_Module.h - -endif BUILD_EXCEPTIONS - -## Makefile.DLL_ORB_Test_Server_Module.am - -if BUILD_EXCEPTIONS - -BUILT_SOURCES += \ - TestC.cpp \ - TestC.h \ - TestC.inl \ - TestS.cpp \ - TestS.h \ - TestS.inl - -CLEANFILES += \ - Test-stamp \ - TestC.cpp \ - TestC.h \ - TestC.inl \ - TestS.cpp \ - TestS.h \ - TestS.inl - -TestC.cpp TestC.h TestC.inl TestS.cpp TestS.h TestS.inl: Test-stamp - -Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP) - $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/Test.idl - @touch $@ - -noinst_LTLIBRARIES += libTest_Server_Module.la - -libTest_Server_Module_la_CPPFLAGS = \ - -I$(ACE_ROOT) \ - -I$(ACE_BUILDDIR) \ - -I$(TAO_ROOT) \ - -I$(TAO_BUILDDIR) \ - -DTEST_SERVER_MODULE_BUILD_DLL - -libTest_Server_Module_la_SOURCES = \ - TestC.cpp \ - TestS.cpp \ - Test_Server_Module.cpp \ - Test_i.cpp - -noinst_HEADERS += \ - Test.idl \ - TestC.h \ - TestC.inl \ - TestS.h \ - TestS.inl \ - Test_Server_Module.h \ - Test_i.h - -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 |