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/Persistent_Grid | |
parent | 9c22b7ee75a851cb5396f39f5616c8de5d646411 (diff) | |
download | ATCD-2e79155e017c67bbda3572c30d84bdb351f0c003.tar.gz |
Updated Makefiles.
Diffstat (limited to 'TAO/examples/Persistent_Grid')
-rw-r--r-- | TAO/examples/Persistent_Grid/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/TAO/examples/Persistent_Grid/Makefile b/TAO/examples/Persistent_Grid/Makefile index 485742f4059..950bb810aff 100644 --- a/TAO/examples/Persistent_Grid/Makefile +++ b/TAO/examples/Persistent_Grid/Makefile @@ -874,7 +874,8 @@ realclean: clean $(ACE_ROOT)/ace/Read_Buffer.h \ $(ACE_ROOT)/ace/Read_Buffer.i \ Simple_util.cpp \ - $(TAO_ROOT)/tao/debug.h GridC.h \ + $(TAO_ROOT)/tao/debug.h \ + GridC.h \ $(TAO_ROOT)/tao/corba.h \ $(TAO_ROOT)/tao/NVList.h \ $(ACE_ROOT)/ace/Unbounded_Queue.h \ @@ -1481,7 +1482,8 @@ realclean: clean $(ACE_ROOT)/ace/Read_Buffer.h \ $(ACE_ROOT)/ace/Read_Buffer.i \ Simple_util.cpp \ - $(TAO_ROOT)/tao/debug.h GridC.h \ + $(TAO_ROOT)/tao/debug.h \ + GridC.h \ $(TAO_ROOT)/tao/corba.h \ $(TAO_ROOT)/tao/NVList.h \ $(ACE_ROOT)/ace/Unbounded_Queue.h \ @@ -1827,7 +1829,8 @@ realclean: clean $(ACE_ROOT)/ace/Read_Buffer.h \ $(ACE_ROOT)/ace/Read_Buffer.i \ Simple_util.cpp \ - $(TAO_ROOT)/tao/debug.h GridC.h \ + $(TAO_ROOT)/tao/debug.h \ + GridC.h \ $(TAO_ROOT)/tao/corba.h \ $(TAO_ROOT)/tao/NVList.h \ $(ACE_ROOT)/ace/Unbounded_Queue.h \ @@ -2027,7 +2030,8 @@ realclean: clean $(ACE_ROOT)/ace/Read_Buffer.h \ $(ACE_ROOT)/ace/Read_Buffer.i \ Simple_util.cpp \ - $(TAO_ROOT)/tao/debug.h GridC.h \ + $(TAO_ROOT)/tao/debug.h \ + GridC.h \ $(TAO_ROOT)/tao/corba.h \ $(TAO_ROOT)/tao/NVList.h \ $(ACE_ROOT)/ace/Unbounded_Queue.h \ |