summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-16 02:43:10 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-16 02:43:10 +0000
commit71fa42b57c9575299ebde66350335cc36844f054 (patch)
treed23556ab4fe72def2c8b30be1bcb01e513ac02f4 /TAO/examples/Simple
parent958274ac47bca97b23c3b94eef5e91e71985c0b4 (diff)
downloadATCD-71fa42b57c9575299ebde66350335cc36844f054.tar.gz
ChangeLogTag:Wed Nov 15 18:38:31 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/examples/Simple')
-rw-r--r--TAO/examples/Simple/bank/Makefile3
-rw-r--r--TAO/examples/Simple/chat/Makefile6
-rw-r--r--TAO/examples/Simple/time-date/Makefile3
3 files changed, 8 insertions, 4 deletions
diff --git a/TAO/examples/Simple/bank/Makefile b/TAO/examples/Simple/bank/Makefile
index 1ad9d3d6fb7..2d16df72ae4 100644
--- a/TAO/examples/Simple/bank/Makefile
+++ b/TAO/examples/Simple/bank/Makefile
@@ -1983,7 +1983,8 @@ realclean: clean
$(TAO_ROOT)/tao/Services.i \
$(TAO_ROOT)/tao/CORBA_String.h \
$(TAO_ROOT)/tao/CORBA_String.inl \
- $(TAO_ROOT)/tao/ORB.i BankS.h BankC.h \
+ $(TAO_ROOT)/tao/ORB.i \
+ BankS.h BankC.h \
$(TAO_ROOT)/tao/corba.h \
$(TAO_ROOT)/tao/NVList.h \
$(TAO_ROOT)/tao/NVList.i \
diff --git a/TAO/examples/Simple/chat/Makefile b/TAO/examples/Simple/chat/Makefile
index 30d3f1f47a3..5702b21214c 100644
--- a/TAO/examples/Simple/chat/Makefile
+++ b/TAO/examples/Simple/chat/Makefile
@@ -1083,7 +1083,8 @@ realclean: clean
ReceiverC.h ReceiverC.i BroadcasterC.i
.obj/BroadcasterS.o .obj/BroadcasterS.so .shobj/BroadcasterS.o .shobj/BroadcasterS.so: BroadcasterS.cpp BroadcasterS.h ReceiverS.h \
- ReceiverC.h $(TAO_ROOT)/tao/corba.h \
+ ReceiverC.h \
+ $(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ACE_export.h \
@@ -2109,7 +2110,8 @@ realclean: clean
$(TAO_ROOT)/tao/PortableServer/ORB_Manager.h
.obj/Client_i.o .obj/Client_i.so .shobj/Client_i.o .shobj/Client_i.so: Client_i.cpp Client_i.h Receiver_i.h ReceiverS.h \
- ReceiverC.h $(TAO_ROOT)/tao/corba.h \
+ ReceiverC.h \
+ $(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ACE_export.h \
diff --git a/TAO/examples/Simple/time-date/Makefile b/TAO/examples/Simple/time-date/Makefile
index a8a9350916d..9b1970239a9 100644
--- a/TAO/examples/Simple/time-date/Makefile
+++ b/TAO/examples/Simple/time-date/Makefile
@@ -205,7 +205,8 @@ realclean: clean
$(ACE_ROOT)/ace/Service_Types.h \
$(ACE_ROOT)/ace/Service_Types.i \
$(ACE_ROOT)/ace/Service_Repository.i \
- Time_Date.h $(ACE_ROOT)/ace/Task.h \
+ Time_Date.h \
+ $(ACE_ROOT)/ace/Task.h \
$(ACE_ROOT)/ace/Thread_Manager.h \
$(ACE_ROOT)/ace/Singleton.h \
$(ACE_ROOT)/ace/Singleton.i \