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/ORB_Local_Config/Shared/Makefile.am | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 TAO/tests/ORB_Local_Config/Shared/Makefile.am (limited to 'TAO/tests/ORB_Local_Config/Shared/Makefile.am') diff --git a/TAO/tests/ORB_Local_Config/Shared/Makefile.am b/TAO/tests/ORB_Local_Config/Shared/Makefile.am new file mode 100644 index 00000000000..9b9c590ba52 --- /dev/null +++ b/TAO/tests/ORB_Local_Config/Shared/Makefile.am @@ -0,0 +1,47 @@ +## 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) + + +## Makefile.Shared.am + +if BUILD_EXCEPTIONS + +noinst_PROGRAMS = Test + +Test_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ + -I$(TAO_ROOT) \ + -I$(TAO_BUILDDIR) \ + -I../lib + +Test_SOURCES = \ + Test.cpp + +Test_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