summaryrefslogtreecommitdiff
path: root/TAO/tests/Object_Loader
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-05-03 22:31:51 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-05-03 22:31:51 +0000
commitad7084d385d8134b3a5b023511cedbf322c52555 (patch)
tree3325d2bedf0c6feb0176cc09dd9e891b1f04cd51 /TAO/tests/Object_Loader
parent302a8922dc1f825e4b6099525862a69131d38004 (diff)
downloadATCD-ad7084d385d8134b3a5b023511cedbf322c52555.tar.gz
ChangeLogTag: Sat May 3 22:23:22 UTC 2008 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/tests/Object_Loader')
-rw-r--r--TAO/tests/Object_Loader/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tests/Object_Loader/Makefile.am b/TAO/tests/Object_Loader/Makefile.am
index 35f2d39d0d1..be1484cb691 100644
--- a/TAO/tests/Object_Loader/Makefile.am
+++ b/TAO/tests/Object_Loader/Makefile.am
@@ -66,7 +66,11 @@ CLEANFILES += \
TestS.h \
TestS.inl
+TestC.cpp TestC.h TestC.inl TestS.cpp TestS.h TestS.inl: Test-stamp
+Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP)
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl
+ @touch $@
noinst_LTLIBRARIES = libTest_DLL.la
@@ -115,6 +119,9 @@ CLEANFILES += \
TestC.cpp TestC.h TestC.inl TestS.h TestS.inl: Test-stamp
+Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP)
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl
+ @touch $@
noinst_PROGRAMS = driver