From 45f0f0cf6fdfdd6065ae2301d45a2ec0036b6d11 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 13 Sep 2010 08:02:46 +0000 Subject: Mon Sep 13 07:46:21 UTC 2010 Johnny Willemsen * Makefile.am: Removed, configure is too experimental to be used for TAO. If someone really wants to use configure we need to fix the MPC generator and the configure script and really perform testing --- TAO/interop-tests/Makefile.am | 13 ----- TAO/interop-tests/wchar/Makefile.am | 113 ------------------------------------ 2 files changed, 126 deletions(-) delete mode 100644 TAO/interop-tests/Makefile.am delete mode 100644 TAO/interop-tests/wchar/Makefile.am (limited to 'TAO/interop-tests') diff --git a/TAO/interop-tests/Makefile.am b/TAO/interop-tests/Makefile.am deleted file mode 100644 index ad94502f7dd..00000000000 --- a/TAO/interop-tests/Makefile.am +++ /dev/null @@ -1,13 +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 - -SUBDIRS = \ - wchar - diff --git a/TAO/interop-tests/wchar/Makefile.am b/TAO/interop-tests/wchar/Makefile.am deleted file mode 100644 index bf104387990..00000000000 --- a/TAO/interop-tests/wchar/Makefile.am +++ /dev/null @@ -1,113 +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/ace_gperf -TAO_ROOT = $(top_srcdir) - -noinst_PROGRAMS = - -## Makefile.interop_wchar_IDL.am - -if BUILD_EXCEPTIONS - -BUILT_SOURCES = \ - interop_wcharC.cpp \ - interop_wcharC.h \ - interop_wcharC.inl \ - interop_wcharS.cpp \ - interop_wcharS.h \ - interop_wcharS.inl - -CLEANFILES = \ - interop_wchar-stamp \ - interop_wcharC.cpp \ - interop_wcharC.h \ - interop_wcharC.inl \ - interop_wcharS.cpp \ - interop_wcharS.h \ - interop_wcharS.inl - -interop_wcharC.cpp interop_wcharC.h interop_wcharC.inl interop_wcharS.cpp interop_wcharS.h interop_wcharS.inl: interop_wchar-stamp - -interop_wchar-stamp: $(srcdir)/interop_wchar.idl $(TAO_IDL_DEP) - $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/interop_wchar.idl - @touch $@ - -noinst_HEADERS = \ - interop_wchar.idl - -endif BUILD_EXCEPTIONS - -## Makefile.Interop_Wchar_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 \ - interop_wcharC.cpp \ - wchar_reference.cpp \ - wchar_reference.h - -client_LDADD = \ - $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \ - $(TAO_BUILDDIR)/tao/libTAO.la \ - $(ACE_BUILDDIR)/ace/libACE.la - -endif BUILD_EXCEPTIONS - -## Makefile.Interop_Wchar_Server.am - -if BUILD_EXCEPTIONS - -noinst_PROGRAMS += server - -server_CPPFLAGS = \ - -I$(ACE_ROOT) \ - -I$(ACE_BUILDDIR) \ - -I$(TAO_ROOT) \ - -I$(TAO_BUILDDIR) - -server_SOURCES = \ - interop_wcharC.cpp \ - interop_wcharS.cpp \ - interop_wchar_i.cpp \ - server.cpp \ - wchar_reference.cpp \ - interop_wchar_i.h \ - wchar_reference.h - -server_LDADD = \ - $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \ - $(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.* - -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