summaryrefslogtreecommitdiff
path: root/TAO/tests/IORManipulation
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-05-09 11:27:58 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-05-09 11:27:58 +0000
commit069f41969d74b38a07b4149b8f9cc498e353b312 (patch)
tree8828976e6a1ff330459eba8275e7a39be81da949 /TAO/tests/IORManipulation
parentd3c4d079175bab843d38c5f515d8d0e0fc06c8d7 (diff)
downloadATCD-069f41969d74b38a07b4149b8f9cc498e353b312.tar.gz
ChangeLogTag: Wed May 9 11:29:42 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/IORManipulation')
-rw-r--r--TAO/tests/IORManipulation/filter/Makefile.am29
1 files changed, 28 insertions, 1 deletions
diff --git a/TAO/tests/IORManipulation/filter/Makefile.am b/TAO/tests/IORManipulation/filter/Makefile.am
index e20cd576631..f8844d3364c 100644
--- a/TAO/tests/IORManipulation/filter/Makefile.am
+++ b/TAO/tests/IORManipulation/filter/Makefile.am
@@ -18,6 +18,29 @@ TAO_ROOT = $(top_srcdir)
if BUILD_EXCEPTIONS
+BUILT_SOURCES = \
+ TestC.cpp \
+ TestC.h \
+ TestC.inl \
+ TestS.cpp \
+ TestS.h \
+ TestS.inl
+
+CLEANFILES = \
+ Test-stamp \
+ TestC.cpp \
+ TestC.h \
+ TestC.inl \
+ TestS.cpp \
+ TestS.h \
+ TestS.inl
+
+TestC.cpp TestC.h TestC.inl TestS.cpp TestS.h TestS.inl: Test-stamp
+
+Test-stamp: $(srcdir)/Test.idl $(ACE_ROOT)/bin/tao_idl
+ $(ACE_ROOT)/bin/tao_idl -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -I$(TAO_ROOT) $(srcdir)/Test.idl
+ @touch "$@"
+
noinst_PROGRAMS = server
server_CPPFLAGS = \
@@ -27,7 +50,11 @@ server_CPPFLAGS = \
-I$(TAO_BUILDDIR)
server_SOURCES = \
- server.cpp
+ TestC.cpp \
+ TestS.cpp \
+ server.cpp \
+ TestC.h \
+ TestS.h
server_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO_IORManip.la \