summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-06-22 12:08:26 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-06-22 12:08:26 +0000
commit48b46d70b59290390b5136e556ee62008e5411bf (patch)
treeeb2785c4cb76c8c293fff1653d88aa3cfb23f559
parentb323f671e6301b2990ff2e558da8bb7e846afc1a (diff)
downloadATCD-48b46d70b59290390b5136e556ee62008e5411bf.tar.gz
ChangeLogTag: Fri Jun 22 07:06:52 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/docs/tutorials/Quoter/Event_Service/Makefile5
-rw-r--r--TAO/docs/tutorials/Quoter/RT_Event_Service/Makefile5
3 files changed, 16 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index cbf65565736..30b923f7803 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Fri Jun 22 07:06:52 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * docs/tutorials/Quoter/Event_Service/Makefile:
+ * docs/tutorials/Quoter/RT_Event_Service/Makefile: Updated
+ dependencies.
+
Fri Jun 22 08:14:12 2001 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/RTCorba/*.bor
diff --git a/TAO/docs/tutorials/Quoter/Event_Service/Makefile b/TAO/docs/tutorials/Quoter/Event_Service/Makefile
index d60b6751745..0be6eaca7d0 100644
--- a/TAO/docs/tutorials/Quoter/Event_Service/Makefile
+++ b/TAO/docs/tutorials/Quoter/Event_Service/Makefile
@@ -69,6 +69,11 @@ realclean: clean
.obj/QuoterS.o .obj/QuoterS.so .shobj/QuoterS.o .shobj/QuoterS.so: QuoterS.cpp QuoterS.h QuoterC.h QuoterC.i QuoterS_T.h \
QuoterS_T.i QuoterS_T.cpp QuoterS.i
+.obj/client.o .obj/client.so .shobj/client.o .shobj/client.so: client.cpp Stock_Consumer.h
+
+.obj/server.o .obj/server.so .shobj/server.o .shobj/server.so: server.cpp Stock_Factory_i.h QuoterS.h QuoterC.h QuoterC.i \
+ QuoterS_T.h QuoterS_T.i QuoterS_T.cpp QuoterS.i
+
.obj/Stock_Consumer.o .obj/Stock_Consumer.so .shobj/Stock_Consumer.o .shobj/Stock_Consumer.so: Stock_Consumer.cpp Stock_Consumer.h QuoterC.h \
QuoterC.i
diff --git a/TAO/docs/tutorials/Quoter/RT_Event_Service/Makefile b/TAO/docs/tutorials/Quoter/RT_Event_Service/Makefile
index 31ca63ebd88..022adfbaca5 100644
--- a/TAO/docs/tutorials/Quoter/RT_Event_Service/Makefile
+++ b/TAO/docs/tutorials/Quoter/RT_Event_Service/Makefile
@@ -67,6 +67,11 @@ realclean: clean
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
+.obj/client.o .obj/client.so .shobj/client.o .shobj/client.so: client.cpp Stock_Consumer.h
+
+.obj/server.o .obj/server.so .shobj/server.o .shobj/server.so: server.cpp Stock_Factory_i.h QuoterS.h QuoterC.h QuoterC.i \
+ QuoterS_T.h QuoterS_T.i QuoterS_T.cpp QuoterS.i
+
.obj/Stock_Consumer.o .obj/Stock_Consumer.so .shobj/Stock_Consumer.o .shobj/Stock_Consumer.so: Stock_Consumer.cpp Stock_Consumer.h QuoterC.h \
QuoterC.i