summaryrefslogtreecommitdiff
path: root/TAO/interop-tests
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-09 13:03:50 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-09 13:03:50 +0000
commitac607249a12b5b6fb3e42f095728189924e3e0a0 (patch)
treee30bc4f48ff66c90b1fd4571ba4dfaf0dc8a2947 /TAO/interop-tests
parent88e7532fabbfaecedb81f70dc241570febbf2311 (diff)
downloadATCD-ac607249a12b5b6fb3e42f095728189924e3e0a0.tar.gz
ChangeLogTag: Thu Nov 9 12:17:10 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/interop-tests')
-rw-r--r--TAO/interop-tests/wchar/Makefile.am16
1 files changed, 15 insertions, 1 deletions
diff --git a/TAO/interop-tests/wchar/Makefile.am b/TAO/interop-tests/wchar/Makefile.am
index 27d5313153f..753228c67ed 100644
--- a/TAO/interop-tests/wchar/Makefile.am
+++ b/TAO/interop-tests/wchar/Makefile.am
@@ -16,8 +16,12 @@ TAO_IDL_DEP = $(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)
+noinst_PROGRAMS =
+
## Makefile.interop_wchar_IDL.am
+if BUILD_EXCEPTIONS
+
BUILT_SOURCES = \
interop_wcharC.cpp \
interop_wcharC.h \
@@ -45,9 +49,13 @@ interop_wchar-stamp: $(srcdir)/interop_wchar.idl $(TAO_IDL_DEP)
noinst_HEADERS = \
interop_wchar.idl
+endif BUILD_EXCEPTIONS
+
## Makefile.Interop_Wchar_Client.am
-noinst_PROGRAMS = client
+if BUILD_EXCEPTIONS
+
+noinst_PROGRAMS += client
client_CPPFLAGS = \
-I$(ACE_ROOT) \
@@ -66,8 +74,12 @@ client_LDADD = \
$(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 = \
@@ -91,6 +103,8 @@ server_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.*