summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2669_Regression
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/Bug_2669_Regression
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/Bug_2669_Regression')
-rw-r--r--TAO/tests/Bug_2669_Regression/Makefile.am46
1 files changed, 23 insertions, 23 deletions
diff --git a/TAO/tests/Bug_2669_Regression/Makefile.am b/TAO/tests/Bug_2669_Regression/Makefile.am
index 5794909b1df..d2e38b33d23 100644
--- a/TAO/tests/Bug_2669_Regression/Makefile.am
+++ b/TAO/tests/Bug_2669_Regression/Makefile.am
@@ -26,29 +26,6 @@ if BUILD_CORBA_MESSAGING
if BUILD_EXCEPTIONS
BUILT_SOURCES += \
- ChildC.cpp \
- ChildC.h \
- ChildC.inl \
- ChildS.cpp \
- ChildS.h \
- ChildS.inl
-
-CLEANFILES += \
- Child-stamp \
- ChildC.cpp \
- ChildC.h \
- ChildC.inl \
- ChildS.cpp \
- ChildS.h \
- ChildS.inl
-
-ChildC.cpp ChildC.h ChildC.inl ChildS.cpp ChildS.h ChildS.inl: Child-stamp
-
-Child-stamp: $(srcdir)/Child.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/Child.idl
- @touch $@
-
-BUILT_SOURCES += \
ParentC.cpp \
ParentC.h \
ParentC.inl \
@@ -71,6 +48,29 @@ Parent-stamp: $(srcdir)/Parent.idl $(TAO_IDL_DEP)
$(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/Parent.idl
@touch $@
+BUILT_SOURCES += \
+ ChildC.cpp \
+ ChildC.h \
+ ChildC.inl \
+ ChildS.cpp \
+ ChildS.h \
+ ChildS.inl
+
+CLEANFILES += \
+ Child-stamp \
+ ChildC.cpp \
+ ChildC.h \
+ ChildC.inl \
+ ChildS.cpp \
+ ChildS.h \
+ ChildS.inl
+
+ChildC.cpp ChildC.h ChildC.inl ChildS.cpp ChildS.h ChildS.inl: Child-stamp
+
+Child-stamp: $(srcdir)/Child.idl $(TAO_IDL_DEP)
+ $(TAO_IDL) $(TAO_IDLFLAGS) -GC $(srcdir)/Child.idl
+ @touch $@
+
noinst_PROGRAMS = client
client_CPPFLAGS = \