From 793e559da3550d0ac6b9b2072b368df53cf385d9 Mon Sep 17 00:00:00 2001 From: jtc Date: Fri, 23 Sep 2005 01:12:59 +0000 Subject: ChangeLogTag: Thu Sep 22 14:03:11 2005 J.T. Conklin --- TAO/orbsvcs/tests/Simple_Naming/Makefile.am | 86 +++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 TAO/orbsvcs/tests/Simple_Naming/Makefile.am (limited to 'TAO/orbsvcs/tests/Simple_Naming') diff --git a/TAO/orbsvcs/tests/Simple_Naming/Makefile.am b/TAO/orbsvcs/tests/Simple_Naming/Makefile.am new file mode 100644 index 00000000000..4d6ab11e0d1 --- /dev/null +++ b/TAO/orbsvcs/tests/Simple_Naming/Makefile.am @@ -0,0 +1,86 @@ +## 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 -include /home/jtc/ACE/ACE-autoconf/ACE_wrappers/TAO/../MPC/config -include /home/jtc/ACE/ACE-autoconf/ACE_wrappers/TAO/../MPC/templates -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_IDLFLAGS = -Ge 1 -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) + +## Makefile.Simple_Naming_Client.am + +BUILT_SOURCES = \ + test_objectC.cpp \ + test_objectC.h \ + test_objectC.inl \ + test_objectS.cpp \ + test_objectS.h \ + test_objectS.inl \ + test_objectS_T.cpp \ + test_objectS_T.h \ + test_objectS_T.inl + +CLEANFILES = \ + test_object-stamp \ + test_objectC.cpp \ + test_objectC.h \ + test_objectC.inl \ + test_objectS.cpp \ + test_objectS.h \ + test_objectS.inl \ + test_objectS_T.cpp \ + test_objectS_T.h \ + test_objectS_T.inl + +test_objectC.cpp test_objectC.h test_objectC.inl test_objectS.cpp test_objectS.h test_objectS.inl test_objectS_T.cpp test_objectS_T.h test_objectS_T.inl: test_object-stamp + +test_object-stamp: $(srcdir)/test_object.idl + $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs $(srcdir)/test_object.idl + @touch $@ + +noinst_PROGRAMS = client + +client_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ + -I$(TAO_ROOT) \ + -I$(TAO_BUILDDIR) \ + -I$(TAO_ROOT)/orbsvcs \ + -I$(TAO_BUILDDIR)/orbsvcs + +client_SOURCES = \ + client.cpp \ + test_objectC.cpp \ + test_objectS.cpp \ + client.h \ + test_objectC.h \ + test_objectC.inl \ + test_objectS.h \ + test_objectS_T.h \ + test_objectS_T.inl + +client_LDADD = \ + $(TAO_BUILDDIR)/tao/libTAO_Utils.la \ + $(TAO_BUILDDIR)/tao/libTAO_PI.la \ + $(TAO_BUILDDIR)/tao/libTAO_CodecFactory.la \ + $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \ + $(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_CosNaming.la \ + $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \ + $(TAO_BUILDDIR)/tao/libTAO.la \ + $(ACE_BUILDDIR)/ace/libACE.la + +## 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