summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-09 03:53:19 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-09 03:53:19 +0000
commit94c00f7fece570fa6d6db58598c97c1760b9188d (patch)
tree5b0459946263d9f852b0c80893102b9e8ac62a88
parentec8f7a7645c687cd0c1170c9628d042fc1b23032 (diff)
downloadATCD-94c00f7fece570fa6d6db58598c97c1760b9188d.tar.gz
ChangeLogTag: Tue Jan 9 03:50:30 UTC 2007 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tests/IDL_Test/Makefile.am40
2 files changed, 46 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index eb264c98e83..0c2146ffe1e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jan 9 03:50:30 UTC 2007 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * tests/IDL_Test/Makefile.am:
+
+ Regenerated.
+
Tue Jan 9 03:48:33 UTC 2007 J.T. Conklin <jtc@acorntoolworks.com>
* tests/Compression/Makefile.am:
diff --git a/TAO/tests/IDL_Test/Makefile.am b/TAO/tests/IDL_Test/Makefile.am
index 303aad830f8..b84c3c4cd5f 100644
--- a/TAO/tests/IDL_Test/Makefile.am
+++ b/TAO/tests/IDL_Test/Makefile.am
@@ -870,6 +870,37 @@ array_only-stamp: $(srcdir)/array_only.idl $(TAO_IDL_DEP)
$(TAO_IDL) $(TAO_IDLFLAGS) -GC -GH -Gd -GA -GT $(srcdir)/array_only.idl
@touch $@
+BUILT_SOURCES += \
+ typecodeA.cpp \
+ typecodeA.h \
+ typecodeC.cpp \
+ typecodeC.h \
+ typecodeC.inl \
+ typecodeS.cpp \
+ typecodeS.h \
+ typecodeS.inl \
+ typecodeS_T.cpp \
+ typecodeS_T.h
+
+CLEANFILES += \
+ typecode-stamp \
+ typecodeA.cpp \
+ typecodeA.h \
+ typecodeC.cpp \
+ typecodeC.h \
+ typecodeC.inl \
+ typecodeS.cpp \
+ typecodeS.h \
+ typecodeS.inl \
+ typecodeS_T.cpp \
+ typecodeS_T.h
+
+typecodeA.cpp typecodeA.h typecodeC.cpp typecodeC.h typecodeC.inl typecodeS.cpp typecodeS.h typecodeS.inl typecodeS_T.cpp typecodeS_T.h: typecode-stamp
+
+typecode-stamp: $(srcdir)/typecode.idl $(TAO_IDL_DEP)
+ $(TAO_IDL) $(TAO_IDLFLAGS) -GC -GH -Gd -GA -GT $(srcdir)/typecode.idl
+ @touch $@
+
noinst_PROGRAMS = main
main_CPPFLAGS = \
@@ -939,6 +970,9 @@ main_SOURCES = \
repo_id_modS.cpp \
sequenceC.cpp \
sequenceS.cpp \
+ typecodeA.cpp \
+ typecodeC.cpp \
+ typecodeS.cpp \
typedefA.cpp \
typedefC.cpp \
typedefS.cpp \
@@ -1086,6 +1120,12 @@ main_SOURCES = \
sequenceS.h \
sequenceS.inl \
sequenceS_T.h \
+ typecodeA.h \
+ typecodeC.h \
+ typecodeC.inl \
+ typecodeS.h \
+ typecodeS.inl \
+ typecodeS_T.h \
typedefA.h \
typedefC.h \
typedefC.inl \