diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-18 02:08:27 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-18 02:08:27 +0000 |
commit | 2e79155e017c67bbda3572c30d84bdb351f0c003 (patch) | |
tree | bd630a9bf1c08668be746d834c67dce7b622b0b5 /TAO/examples/Buffered_AMI | |
parent | 9c22b7ee75a851cb5396f39f5616c8de5d646411 (diff) | |
download | ATCD-2e79155e017c67bbda3572c30d84bdb351f0c003.tar.gz |
Updated Makefiles.
Diffstat (limited to 'TAO/examples/Buffered_AMI')
-rw-r--r-- | TAO/examples/Buffered_AMI/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/TAO/examples/Buffered_AMI/Makefile b/TAO/examples/Buffered_AMI/Makefile index fe737a6b986..c457958efa2 100644 --- a/TAO/examples/Buffered_AMI/Makefile +++ b/TAO/examples/Buffered_AMI/Makefile @@ -399,7 +399,8 @@ realclean: clean $(TAO_ROOT)/tao/Messaging.h \ $(TAO_ROOT)/tao/Asynch_Reply_Dispatcher.i \ $(TAO_ROOT)/tao/Asynch_Invocation.i \ - testC.h $(TAO_ROOT)/tao/corba.h \ + testC.h \ + $(TAO_ROOT)/tao/corba.h \ $(TAO_ROOT)/tao/NVList.h \ $(TAO_ROOT)/tao/NVList.i \ $(TAO_ROOT)/tao/Principal.h \ @@ -760,7 +761,8 @@ realclean: clean $(TAO_ROOT)/tao/Messaging.h \ $(TAO_ROOT)/tao/Asynch_Reply_Dispatcher.i \ $(TAO_ROOT)/tao/Asynch_Invocation.i \ - testC.h $(TAO_ROOT)/tao/corba.h \ + testC.h \ + $(TAO_ROOT)/tao/corba.h \ $(TAO_ROOT)/tao/NVList.h \ $(TAO_ROOT)/tao/NVList.i \ $(TAO_ROOT)/tao/Principal.h \ @@ -1114,7 +1116,8 @@ realclean: clean $(TAO_ROOT)/tao/Messaging.h \ $(TAO_ROOT)/tao/Asynch_Reply_Dispatcher.i \ $(TAO_ROOT)/tao/Asynch_Invocation.i \ - testC.h $(TAO_ROOT)/tao/corba.h \ + testC.h \ + $(TAO_ROOT)/tao/corba.h \ $(TAO_ROOT)/tao/NVList.h \ $(TAO_ROOT)/tao/NVList.i \ $(TAO_ROOT)/tao/Principal.h \ @@ -1807,7 +1810,8 @@ realclean: clean $(TAO_ROOT)/tao/Messaging.h \ $(TAO_ROOT)/tao/Asynch_Reply_Dispatcher.i \ $(TAO_ROOT)/tao/Asynch_Invocation.i \ - testC.h $(TAO_ROOT)/tao/corba.h \ + testC.h \ + $(TAO_ROOT)/tao/corba.h \ $(TAO_ROOT)/tao/NVList.h \ $(TAO_ROOT)/tao/NVList.i \ $(TAO_ROOT)/tao/Principal.h \ |