diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-12-21 10:15:08 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-12-21 10:15:08 +0000 |
commit | 4b5c2804580d7693be15cd82a0061d05753d3880 (patch) | |
tree | 05d9b7e0e4467c3ee31ae02e5319a63b991696e6 | |
parent | 6d6df0898d8310d1dbd0cdffd8a79d840fda4bbd (diff) | |
download | ATCD-4b5c2804580d7693be15cd82a0061d05753d3880.tar.gz |
ChangeLogTag: Sun Dec 21 10:12:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
49 files changed, 125 insertions, 9 deletions
diff --git a/ace/QoS/makefile.bor b/ace/QoS/makefile.bor index 38f51736acf..d8e41b52483 100644 --- a/ace/QoS/makefile.bor +++ b/ace/QoS/makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE QoS library with Borland C++Builder # diff --git a/ace/RMCast/Makefile.bor b/ace/RMCast/Makefile.bor index f0bad3ca7f2..c55054dd563 100644 --- a/ace/RMCast/Makefile.bor +++ b/ace/RMCast/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the ACE RMCast library with Borland C++Builder # @@ -20,9 +21,9 @@ OBJFILES = \ $(OBJDIR)\RMCast_Proxy.obj \ $(OBJDIR)\RMCast_Receiver_Module.obj \ $(OBJDIR)\RMCast_Reliable_Factory.obj \ - $(OBJDIR)\RMCast_Reordering.obj \ - $(OBJDIR)\RMCast_Resend_Handler.obj \ - $(OBJDIR)\RMCast_Resend_Worker.obj \ + $(OBJDIR)\RMCast_Reordering.obj \ + $(OBJDIR)\RMCast_Resend_Handler.obj \ + $(OBJDIR)\RMCast_Resend_Worker.obj \ $(OBJDIR)\RMCast_Retransmission.obj \ $(OBJDIR)\RMCast_Sequencer.obj \ $(OBJDIR)\RMCast_Singleton_Factory.obj \ diff --git a/ace/SSL/Makefile.bor b/ace/SSL/Makefile.bor index 4ac97d0ab86..3d61403997e 100644 --- a/ace/SSL/Makefile.bor +++ b/ace/SSL/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the ACE SSL library with Borland C++Builder # diff --git a/apps/Gateway/Gateway/Makefile.bor b/apps/Gateway/Gateway/Makefile.bor index 1fc1899b603..0fd51516dfe 100644 --- a/apps/Gateway/Gateway/Makefile.bor +++ b/apps/Gateway/Gateway/Makefile.bor @@ -1,3 +1,7 @@ +# +# $Id$ +# + NAME = gatewayd OBJFILES = \ $(OBJDIR)\Concrete_Connection_Handlers.obj \ diff --git a/apps/Gateway/Makefile.bor b/apps/Gateway/Makefile.bor index 60b7e1be137..93c1a90786f 100644 --- a/apps/Gateway/Makefile.bor +++ b/apps/Gateway/Makefile.bor @@ -1,3 +1,7 @@ +# +# $Id$ +# + DIRS = Gateway Peer !include <$(ACE_ROOT)\include\makeinclude\recurse.bor> diff --git a/apps/Gateway/Peer/Makefile.bor b/apps/Gateway/Peer/Makefile.bor index 7d01fd58d4a..72294495ad8 100644 --- a/apps/Gateway/Peer/Makefile.bor +++ b/apps/Gateway/Peer/Makefile.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# NAME = peerd OBJFILES = \ diff --git a/apps/JAWS/Makefile.bor b/apps/JAWS/Makefile.bor index 9bdeebefeab..c7ce07cdf85 100644 --- a/apps/JAWS/Makefile.bor +++ b/apps/JAWS/Makefile.bor @@ -1,3 +1,7 @@ +# +# $Id$ +# + DIRS = clients server !include <$(ACE_ROOT)\include\makeinclude\recurse.bor> diff --git a/apps/JAWS/clients/Blobby/Makefile.bor b/apps/JAWS/clients/Blobby/Makefile.bor index 881de0e493e..936037a128b 100644 --- a/apps/JAWS/clients/Blobby/Makefile.bor +++ b/apps/JAWS/clients/Blobby/Makefile.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# NAME = blobby OBJFILES = \ diff --git a/apps/JAWS/clients/Caching/Makefile.bor b/apps/JAWS/clients/Caching/Makefile.bor index af633030078..366d5a8d8c8 100644 --- a/apps/JAWS/clients/Caching/Makefile.bor +++ b/apps/JAWS/clients/Caching/Makefile.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# NAME = http_client OBJFILES = \ diff --git a/apps/JAWS/clients/Makefile.bor b/apps/JAWS/clients/Makefile.bor index 02206e7ebba..c2f7d77124d 100644 --- a/apps/JAWS/clients/Makefile.bor +++ b/apps/JAWS/clients/Makefile.bor @@ -1,3 +1,7 @@ +# +# $Id$ +# + DIRS = Blobby Caching !include <$(ACE_ROOT)\include\makeinclude\recurse.bor> diff --git a/apps/JAWS/server/Makefile.bor b/apps/JAWS/server/Makefile.bor index 037d2b2b8fc..e26c7196570 100644 --- a/apps/JAWS/server/Makefile.bor +++ b/apps/JAWS/server/Makefile.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# NAME = main OBJFILES = \ diff --git a/apps/JAWS2/JAWS/Makefile.bor b/apps/JAWS2/JAWS/Makefile.bor index af27229cef2..1bf245f8d0b 100644 --- a/apps/JAWS2/JAWS/Makefile.bor +++ b/apps/JAWS2/JAWS/Makefile.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# NAME = JAWS OBJFILES = \ diff --git a/apps/JAWS2/Makefile.bor b/apps/JAWS2/Makefile.bor index 77f0476e68d..423ae33819f 100644 --- a/apps/JAWS2/Makefile.bor +++ b/apps/JAWS2/Makefile.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# NAME = main OBJFILES = \ diff --git a/apps/Makefile.bor b/apps/Makefile.bor index 87f54eca0a0..58057d476ca 100644 --- a/apps/Makefile.bor +++ b/apps/Makefile.bor @@ -1,3 +1,7 @@ +# +# $Id$ +# + DIRS = gperf Gateway JAWS !include <$(ACE_ROOT)\include\makeinclude\recurse.bor> diff --git a/apps/gperf/Makefile.bor b/apps/gperf/Makefile.bor index 063fce565bf..ed1ee9dbf18 100644 --- a/apps/gperf/Makefile.bor +++ b/apps/gperf/Makefile.bor @@ -1,3 +1,7 @@ +# +# $Id$ +# + DIRS = src !include <$(ACE_ROOT)\include\makeinclude\recurse.bor> diff --git a/apps/gperf/src/Makefile.bor b/apps/gperf/src/Makefile.bor index 95b6cf73277..1216fd006ac 100644 --- a/apps/gperf/src/Makefile.bor +++ b/apps/gperf/src/Makefile.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# NAME = gperf diff --git a/examples/Export/Makefile.bor b/examples/Export/Makefile.bor index 1b12952063b..255203ecbe8 100644 --- a/examples/Export/Makefile.bor +++ b/examples/Export/Makefile.bor @@ -1,3 +1,7 @@ +# +# $Id$ +# + MAKEFILES = export_dll.bor test.bor !include <$(ACE_ROOT)\include\makeinclude\recurse.bor> diff --git a/examples/IPC_SAP/ATM_SAP/Makefile.bor b/examples/IPC_SAP/ATM_SAP/Makefile.bor index 96c3f0fb2b8..e0dfbb83fdd 100644 --- a/examples/IPC_SAP/ATM_SAP/Makefile.bor +++ b/examples/IPC_SAP/ATM_SAP/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the IPC_SAP ATM_SAP example # diff --git a/examples/IPC_SAP/FIFO_SAP/Makefile.bor b/examples/IPC_SAP/FIFO_SAP/Makefile.bor index 449d7bc179c..03899097b89 100644 --- a/examples/IPC_SAP/FIFO_SAP/Makefile.bor +++ b/examples/IPC_SAP/FIFO_SAP/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the IPC_SAP FIFO_SAP example # diff --git a/examples/IPC_SAP/FILE_SAP/Makefile.bor b/examples/IPC_SAP/FILE_SAP/Makefile.bor index 36501f6c270..5a9e4a2809b 100644 --- a/examples/IPC_SAP/FILE_SAP/Makefile.bor +++ b/examples/IPC_SAP/FILE_SAP/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the IPC_SAP FILE_SAP example # diff --git a/examples/IPC_SAP/Makefile.bor b/examples/IPC_SAP/Makefile.bor index e382cfa9685..fa6c69c0a92 100644 --- a/examples/IPC_SAP/Makefile.bor +++ b/examples/IPC_SAP/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE IPC_SAP examples # diff --git a/examples/IPC_SAP/SOCK_SAP/Makefile.bor b/examples/IPC_SAP/SOCK_SAP/Makefile.bor index 33dc76321e5..c7ec081a350 100644 --- a/examples/IPC_SAP/SOCK_SAP/Makefile.bor +++ b/examples/IPC_SAP/SOCK_SAP/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the IPC_SAP SOCK_SAP ace examples # diff --git a/examples/IPC_SAP/SPIPE_SAP/Makefile.bor b/examples/IPC_SAP/SPIPE_SAP/Makefile.bor index a1bb6030f0b..a32c013be8e 100644 --- a/examples/IPC_SAP/SPIPE_SAP/Makefile.bor +++ b/examples/IPC_SAP/SPIPE_SAP/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the IPC_SAP SPIPE_SAP ace examples # diff --git a/examples/IPC_SAP/UPIPE_SAP/Makefile.bor b/examples/IPC_SAP/UPIPE_SAP/Makefile.bor index 4f2d736e730..fb4f11a864c 100644 --- a/examples/IPC_SAP/UPIPE_SAP/Makefile.bor +++ b/examples/IPC_SAP/UPIPE_SAP/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the IPC_SAP UPIPE_SAP example # diff --git a/examples/Log_Msg/makefile.bor b/examples/Log_Msg/makefile.bor index 9868323d17c..a211624001e 100644 --- a/examples/Log_Msg/makefile.bor +++ b/examples/Log_Msg/makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the log_msg ace examples # diff --git a/examples/Makefile.bor b/examples/Makefile.bor index 6e2fe9a31a5..e1ed5935a28 100644 --- a/examples/Makefile.bor +++ b/examples/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE examples # diff --git a/examples/Map_Manager/makefile.bor b/examples/Map_Manager/makefile.bor index 509468e7ddb..c2c1ff59a24 100644 --- a/examples/Map_Manager/makefile.bor +++ b/examples/Map_Manager/makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the test_hash_map_manager ace examples # diff --git a/examples/Mem_Map/Makefile.bor b/examples/Mem_Map/Makefile.bor index e8749cf5187..841ea6e6b43 100644 --- a/examples/Mem_Map/Makefile.bor +++ b/examples/Mem_Map/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE Mem_Map examples # diff --git a/examples/Mem_Map/file-reverse/makefile.bor b/examples/Mem_Map/file-reverse/makefile.bor index c5f92970c72..5508441ee61 100644 --- a/examples/Mem_Map/file-reverse/makefile.bor +++ b/examples/Mem_Map/file-reverse/makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the mem_map file-reserse ace examples # diff --git a/examples/Misc/Makefile.bor b/examples/Misc/Makefile.bor index 677255b971b..e7ae51c5dfa 100644 --- a/examples/Misc/Makefile.bor +++ b/examples/Misc/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE Misc examples # diff --git a/examples/NT_Service/Makefile.bor b/examples/NT_Service/Makefile.bor index a754d2cfac7..859020d6287 100644 --- a/examples/NT_Service/Makefile.bor +++ b/examples/NT_Service/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the NT_Service ace examples # diff --git a/examples/Naming/Makefile.bor b/examples/Naming/Makefile.bor index c532a201fbf..d42d4bf8cb5 100644 --- a/examples/Naming/Makefile.bor +++ b/examples/Naming/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE Naming examples # diff --git a/examples/RMCast/Makefile.bor b/examples/RMCast/Makefile.bor index 8edee5fe322..907b9e50311 100644 --- a/examples/RMCast/Makefile.bor +++ b/examples/RMCast/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE RMCast examples # diff --git a/examples/RMCast/Send_File/Makefile.bor b/examples/RMCast/Send_File/Makefile.bor index 2bf2db27a10..e3ecef33e2d 100644 --- a/examples/RMCast/Send_File/Makefile.bor +++ b/examples/RMCast/Send_File/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the RMCast Send_File ace examples # diff --git a/examples/Reactor/Dgram/Makefile.bor b/examples/Reactor/Dgram/Makefile.bor index 0211501bdfe..3ac638fa6ae 100644 --- a/examples/Reactor/Dgram/Makefile.bor +++ b/examples/Reactor/Dgram/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE Dgram reactor example # diff --git a/examples/Reactor/Makefile.bor b/examples/Reactor/Makefile.bor index 7e2beea81f0..5ce38e1031c 100644 --- a/examples/Reactor/Makefile.bor +++ b/examples/Reactor/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Reactor examples # diff --git a/examples/Reactor/Multicast/Makefile.bor b/examples/Reactor/Multicast/Makefile.bor index dbb2124279b..d3299422de4 100644 --- a/examples/Reactor/Multicast/Makefile.bor +++ b/examples/Reactor/Multicast/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Multicast example # diff --git a/examples/Reactor/Ntalker/Makefile.bor b/examples/Reactor/Ntalker/Makefile.bor index 5cd5ad5208a..17a1aca7a13 100644 --- a/examples/Reactor/Ntalker/Makefile.bor +++ b/examples/Reactor/Ntalker/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE Ntalker reactor example # diff --git a/examples/Reactor/Proactor/Makefile.bor b/examples/Reactor/Proactor/Makefile.bor index 63d68ef4b73..8971381cc86 100644 --- a/examples/Reactor/Proactor/Makefile.bor +++ b/examples/Reactor/Proactor/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE Proactor examples # diff --git a/examples/Reactor/WFMO_Reactor/Makefile.bor b/examples/Reactor/WFMO_Reactor/Makefile.bor index 29fb3a49667..2a33dcec9b2 100644 --- a/examples/Reactor/WFMO_Reactor/Makefile.bor +++ b/examples/Reactor/WFMO_Reactor/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE WFMO_Reactor examples # diff --git a/examples/Registry/Makefile.bor b/examples/Registry/Makefile.bor index be53a40eda9..93e877781a9 100644 --- a/examples/Registry/Makefile.bor +++ b/examples/Registry/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE Registry examples # diff --git a/examples/Service_Configurator/IPC-tests/Makefile.bor b/examples/Service_Configurator/IPC-tests/Makefile.bor index 88b875ead79..0a614561d76 100644 --- a/examples/Service_Configurator/IPC-tests/Makefile.bor +++ b/examples/Service_Configurator/IPC-tests/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE IPC-tests Service_Configurator examples # diff --git a/examples/Service_Configurator/IPC-tests/client/makefile.bor b/examples/Service_Configurator/IPC-tests/client/makefile.bor index 6acb4134761..47bdcd07196 100644 --- a/examples/Service_Configurator/IPC-tests/client/makefile.bor +++ b/examples/Service_Configurator/IPC-tests/client/makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE Service_Configurator IPC-tests client # diff --git a/examples/Service_Configurator/Makefile.bor b/examples/Service_Configurator/Makefile.bor index cf485ace036..a1dbc6e24aa 100644 --- a/examples/Service_Configurator/Makefile.bor +++ b/examples/Service_Configurator/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE Service_Configurator examples # diff --git a/examples/Smart_Pointers/Makefile.bor b/examples/Smart_Pointers/Makefile.bor index d24ce76163e..033a8a1de39 100644 --- a/examples/Smart_Pointers/Makefile.bor +++ b/examples/Smart_Pointers/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Smart_Pointers examples # diff --git a/examples/Synch/Makefile.bor b/examples/Synch/Makefile.bor index 53e85fe83e9..9f6c4c5baac 100644 --- a/examples/Synch/Makefile.bor +++ b/examples/Synch/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE Synch examples # diff --git a/examples/Threads/Makefile.bor b/examples/Threads/Makefile.bor index 228284446b2..a1a4f1e9b0f 100644 --- a/examples/Threads/Makefile.bor +++ b/examples/Threads/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ACE Threads examples # diff --git a/examples/Timer_Queue/Makefile.bor b/examples/Timer_Queue/Makefile.bor index f3f828d4fa1..bcd32b0d357 100644 --- a/examples/Timer_Queue/Makefile.bor +++ b/examples/Timer_Queue/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Timer_Queue examples # diff --git a/protocols/ace/RMCast/Makefile.bor b/protocols/ace/RMCast/Makefile.bor index f0bad3ca7f2..c55054dd563 100644 --- a/protocols/ace/RMCast/Makefile.bor +++ b/protocols/ace/RMCast/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the ACE RMCast library with Borland C++Builder # @@ -20,9 +21,9 @@ OBJFILES = \ $(OBJDIR)\RMCast_Proxy.obj \ $(OBJDIR)\RMCast_Receiver_Module.obj \ $(OBJDIR)\RMCast_Reliable_Factory.obj \ - $(OBJDIR)\RMCast_Reordering.obj \ - $(OBJDIR)\RMCast_Resend_Handler.obj \ - $(OBJDIR)\RMCast_Resend_Worker.obj \ + $(OBJDIR)\RMCast_Reordering.obj \ + $(OBJDIR)\RMCast_Resend_Handler.obj \ + $(OBJDIR)\RMCast_Resend_Worker.obj \ $(OBJDIR)\RMCast_Retransmission.obj \ $(OBJDIR)\RMCast_Sequencer.obj \ $(OBJDIR)\RMCast_Singleton_Factory.obj \ |