summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_Local_Config
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-05 04:25:52 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-05 04:25:52 +0000
commitb307818cda470c0cd16eebcc2e14a290e102e00f (patch)
tree3c0fb3a42062b1c906d2387ea272ba23ad37ff7e /TAO/tests/ORB_Local_Config
parent6d65dd9e83b8196ba4533e6bcc3d69c3cce2b48a (diff)
downloadATCD-b307818cda470c0cd16eebcc2e14a290e102e00f.tar.gz
ChangeLogTag: Tue Dec 5 04:21:50 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/tests/ORB_Local_Config')
-rw-r--r--TAO/tests/ORB_Local_Config/Bug_2612/Makefile.am68
-rw-r--r--TAO/tests/ORB_Local_Config/Makefile.am1
2 files changed, 69 insertions, 0 deletions
diff --git a/TAO/tests/ORB_Local_Config/Bug_2612/Makefile.am b/TAO/tests/ORB_Local_Config/Bug_2612/Makefile.am
new file mode 100644
index 00000000000..6f3f60b6bd2
--- /dev/null
+++ b/TAO/tests/ORB_Local_Config/Bug_2612/Makefile.am
@@ -0,0 +1,68 @@
+## 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.DllOrb.am
+
+if BUILD_EXCEPTIONS
+
+noinst_LTLIBRARIES = libDllOrb.la
+
+libDllOrb_la_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(TAO_ROOT) \
+ -I$(TAO_BUILDDIR) \
+ -DDLLORB_BUILD_DLL
+
+libDllOrb_la_SOURCES = \
+ DllOrb.cpp
+
+noinst_HEADERS = \
+ DllOrb.h \
+ DllOrb_Export.h
+
+endif BUILD_EXCEPTIONS
+
+## Makefile.sig.am
+
+if BUILD_EXCEPTIONS
+
+noinst_PROGRAMS = Test
+
+Test_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(TAO_ROOT) \
+ -I$(TAO_BUILDDIR)
+
+Test_SOURCES = \
+ Test.cpp \
+ DllOrb.h \
+ DllOrb_Export.h
+
+Test_LDADD = \
+ $(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
diff --git a/TAO/tests/ORB_Local_Config/Makefile.am b/TAO/tests/ORB_Local_Config/Makefile.am
index ad2d10fb600..72468788ad8 100644
--- a/TAO/tests/ORB_Local_Config/Makefile.am
+++ b/TAO/tests/ORB_Local_Config/Makefile.am
@@ -10,6 +10,7 @@
SUBDIRS = \
Bug_1459 \
+ Bug_2612 \
Bunch \
Separation \
Service_Dependency \