summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-11-15 15:47:50 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-11-15 15:47:50 +0000
commit5323379bb000e24b9b4d98869a59bd0e8100a548 (patch)
tree50a1a1b2ded3d3d30b4fdbdfd4939e0343174390
parentb4d0d98acab13b9f7469ab2d02e1735256974045 (diff)
downloadATCD-5323379bb000e24b9b4d98869a59bd0e8100a548.tar.gz
ChangeLogTag: Tue Nov 15 07:44:59 2005 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/orbsvcs/tests/Bug_2285_Regression/Makefile.am139
-rw-r--r--TAO/orbsvcs/tests/Bug_2287_Regression/Makefile.am66
3 files changed, 43 insertions, 171 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 63b5dd153c8..442099c5991 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,12 @@
+Tue Nov 15 07:44:59 2005 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * orbsvcs/tests/Bug_2285_Regression/Makefile.am:
+ * orbsvcs/tests/Bug_2287_Regression/Makefile.am:
+
+ Regenerate with a separate project for compiling *.idl files.
+ The corresponding *.mpc changes will be committed at a later
+ date since the repo is frozen.
+
Tue Nov 15 06:56:51 2005 J.T. Conklin <jtc@acorntoolworks.com>
* examples/Makefile.am:
diff --git a/TAO/orbsvcs/tests/Bug_2285_Regression/Makefile.am b/TAO/orbsvcs/tests/Bug_2285_Regression/Makefile.am
index f27ca91e3f9..9b0f333d1bf 100644
--- a/TAO/orbsvcs/tests/Bug_2285_Regression/Makefile.am
+++ b/TAO/orbsvcs/tests/Bug_2285_Regression/Makefile.am
@@ -17,17 +17,10 @@ TAO_IDLFLAGS = -Ge 1 -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -I$(T
TAO_ROOT = $(top_srcdir)
noinst_PROGRAMS =
-CLEANFILES =
-BUILT_SOURCES =
-## Makefile.Bug_2285_Regression_Client.am
-
-if BUILD_ACE_UUID
-if BUILD_CORBA_MESSAGING
-if BUILD_INTERCEPTORS
-if !BUILD_MINIMUM_CORBA
+## Makefile.Bug_2285_Regression_IDL.am
-BUILT_SOURCES += \
+BUILT_SOURCES = \
TestC.cpp \
TestC.h \
TestC.inl \
@@ -38,7 +31,7 @@ BUILT_SOURCES += \
TestS_T.h \
TestS_T.inl
-CLEANFILES += \
+CLEANFILES = \
Test-stamp \
TestC.cpp \
TestC.h \
@@ -53,9 +46,17 @@ CLEANFILES += \
TestC.cpp TestC.h TestC.inl TestS.cpp TestS.h TestS.inl TestS_T.cpp TestS_T.h TestS_T.inl: Test-stamp
Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs $(srcdir)/Test.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl
@touch $@
+
+## Makefile.Bug_2285_Regression_Client.am
+
+if BUILD_ACE_UUID
+if BUILD_CORBA_MESSAGING
+if BUILD_INTERCEPTORS
+if !BUILD_MINIMUM_CORBA
+
noinst_PROGRAMS += client
client_CPPFLAGS = \
@@ -71,12 +72,7 @@ client_SOURCES = \
TestC.cpp \
TestS.cpp \
client.cpp \
- Hello.h \
- TestC.h \
- TestC.inl \
- TestS.h \
- TestS_T.h \
- TestS_T.inl
+ Hello.h
client_LDADD = \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_FT_ClientORB.la \
@@ -105,33 +101,6 @@ if BUILD_CORBA_MESSAGING
if BUILD_INTERCEPTORS
if !BUILD_MINIMUM_CORBA
-BUILT_SOURCES += \
- TestC.cpp \
- TestC.h \
- TestC.inl \
- TestS.h \
- TestS.inl \
- TestS_T.cpp \
- TestS_T.h \
- TestS_T.inl
-
-CLEANFILES += \
- Test-stamp \
- TestC.cpp \
- TestC.h \
- TestC.inl \
- TestS.h \
- TestS.inl \
- TestS_T.cpp \
- TestS_T.h \
- TestS_T.inl
-
-TestC.cpp TestC.h TestC.inl TestS.h TestS.inl TestS_T.cpp TestS_T.h TestS_T.inl: Test-stamp
-
-Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs $(srcdir)/Test.idl
- @touch $@
-
noinst_PROGRAMS += client2
client2_CPPFLAGS = \
@@ -145,11 +114,11 @@ client2_CPPFLAGS = \
client2_SOURCES = \
TestC.cpp \
client2.cpp \
- TestC.h \
- TestC.inl \
- TestS.h \
- TestS_T.h \
- TestS_T.inl
+ Hello.h \
+ ServerORBInitializer.h \
+ ServerORBInitializer2.h \
+ ServerRequest_Interceptor.h \
+ ServerRequest_Interceptor2.h
client2_LDADD = \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_FT_ClientORB.la \
@@ -178,35 +147,6 @@ if BUILD_CORBA_MESSAGING
if BUILD_INTERCEPTORS
if !BUILD_MINIMUM_CORBA
-BUILT_SOURCES += \
- TestC.cpp \
- TestC.h \
- TestC.inl \
- TestS.cpp \
- TestS.h \
- TestS.inl \
- TestS_T.cpp \
- TestS_T.h \
- TestS_T.inl
-
-CLEANFILES += \
- Test-stamp \
- TestC.cpp \
- TestC.h \
- TestC.inl \
- TestS.cpp \
- TestS.h \
- TestS.inl \
- TestS_T.cpp \
- TestS_T.h \
- TestS_T.inl
-
-TestC.cpp TestC.h TestC.inl TestS.cpp TestS.h TestS.inl TestS_T.cpp TestS_T.h TestS_T.inl: Test-stamp
-
-Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs $(srcdir)/Test.idl
- @touch $@
-
noinst_PROGRAMS += server
server_CPPFLAGS = \
@@ -226,12 +166,7 @@ server_SOURCES = \
server.cpp \
Hello.h \
ServerORBInitializer.h \
- ServerRequest_Interceptor.h \
- TestC.h \
- TestC.inl \
- TestS.h \
- TestS_T.h \
- TestS_T.inl
+ ServerRequest_Interceptor.h
server_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO_PI_Server.la \
@@ -261,35 +196,6 @@ if BUILD_CORBA_MESSAGING
if BUILD_INTERCEPTORS
if !BUILD_MINIMUM_CORBA
-BUILT_SOURCES += \
- TestC.cpp \
- TestC.h \
- TestC.inl \
- TestS.cpp \
- TestS.h \
- TestS.inl \
- TestS_T.cpp \
- TestS_T.h \
- TestS_T.inl
-
-CLEANFILES += \
- Test-stamp \
- TestC.cpp \
- TestC.h \
- TestC.inl \
- TestS.cpp \
- TestS.h \
- TestS.inl \
- TestS_T.cpp \
- TestS_T.h \
- TestS_T.inl
-
-TestC.cpp TestC.h TestC.inl TestS.cpp TestS.h TestS.inl TestS_T.cpp TestS_T.h TestS_T.inl: Test-stamp
-
-Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs $(srcdir)/Test.idl
- @touch $@
-
noinst_PROGRAMS += server2
server2_CPPFLAGS = \
@@ -309,12 +215,7 @@ server2_SOURCES = \
server2.cpp \
Hello.h \
ServerORBInitializer2.h \
- ServerRequest_Interceptor2.h \
- TestC.h \
- TestC.inl \
- TestS.h \
- TestS_T.h \
- TestS_T.inl
+ ServerRequest_Interceptor2.h
server2_LDADD = \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_FT_ClientORB.la \
diff --git a/TAO/orbsvcs/tests/Bug_2287_Regression/Makefile.am b/TAO/orbsvcs/tests/Bug_2287_Regression/Makefile.am
index 7f0503525a3..d4ee2a05139 100644
--- a/TAO/orbsvcs/tests/Bug_2287_Regression/Makefile.am
+++ b/TAO/orbsvcs/tests/Bug_2287_Regression/Makefile.am
@@ -17,17 +17,10 @@ TAO_IDLFLAGS = -Ge 1 -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -I$(T
TAO_ROOT = $(top_srcdir)
noinst_PROGRAMS =
-CLEANFILES =
-BUILT_SOURCES =
-## Makefile.Bug_2287_Regression_Client.am
+## Makefile.Bug_2287_Regression_IDL.am
-if BUILD_ACE_UUID
-if BUILD_CORBA_MESSAGING
-if BUILD_INTERCEPTORS
-if !BUILD_MINIMUM_CORBA
-
-BUILT_SOURCES += \
+BUILT_SOURCES = \
TestC.cpp \
TestC.h \
TestC.inl \
@@ -38,7 +31,7 @@ BUILT_SOURCES += \
TestS_T.h \
TestS_T.inl
-CLEANFILES += \
+CLEANFILES = \
Test-stamp \
TestC.cpp \
TestC.h \
@@ -53,9 +46,17 @@ CLEANFILES += \
TestC.cpp TestC.h TestC.inl TestS.cpp TestS.h TestS.inl TestS_T.cpp TestS_T.h TestS_T.inl: Test-stamp
Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs $(srcdir)/Test.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/Test.idl
@touch $@
+
+## Makefile.Bug_2287_Regression_Client.am
+
+if BUILD_ACE_UUID
+if BUILD_CORBA_MESSAGING
+if BUILD_INTERCEPTORS
+if !BUILD_MINIMUM_CORBA
+
noinst_PROGRAMS += client
client_CPPFLAGS = \
@@ -71,12 +72,7 @@ client_SOURCES = \
TestC.cpp \
TestS.cpp \
client.cpp \
- Hello.h \
- TestC.h \
- TestC.inl \
- TestS.h \
- TestS_T.h \
- TestS_T.inl
+ Hello.h
client_LDADD = \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_FT_ClientORB.la \
@@ -105,35 +101,6 @@ if BUILD_CORBA_MESSAGING
if BUILD_INTERCEPTORS
if !BUILD_MINIMUM_CORBA
-BUILT_SOURCES += \
- TestC.cpp \
- TestC.h \
- TestC.inl \
- TestS.cpp \
- TestS.h \
- TestS.inl \
- TestS_T.cpp \
- TestS_T.h \
- TestS_T.inl
-
-CLEANFILES += \
- Test-stamp \
- TestC.cpp \
- TestC.h \
- TestC.inl \
- TestS.cpp \
- TestS.h \
- TestS.inl \
- TestS_T.cpp \
- TestS_T.h \
- TestS_T.inl
-
-TestC.cpp TestC.h TestC.inl TestS.cpp TestS.h TestS.inl TestS_T.cpp TestS_T.h TestS_T.inl: Test-stamp
-
-Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs $(srcdir)/Test.idl
- @touch $@
-
noinst_PROGRAMS += server
server_CPPFLAGS = \
@@ -153,12 +120,7 @@ server_SOURCES = \
server.cpp \
Hello.h \
ServerORBInitializer2.h \
- ServerRequest_Interceptor2.h \
- TestC.h \
- TestC.inl \
- TestS.h \
- TestS_T.h \
- TestS_T.inl
+ ServerRequest_Interceptor2.h
server_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO_PI_Server.la \