summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-12-21 10:15:08 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-12-21 10:15:08 +0000
commit4b5c2804580d7693be15cd82a0061d05753d3880 (patch)
tree05d9b7e0e4467c3ee31ae02e5319a63b991696e6 /examples
parent6d6df0898d8310d1dbd0cdffd8a79d840fda4bbd (diff)
downloadATCD-4b5c2804580d7693be15cd82a0061d05753d3880.tar.gz
ChangeLogTag: Sun Dec 21 10:12:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples')
-rw-r--r--examples/Export/Makefile.bor4
-rw-r--r--examples/IPC_SAP/ATM_SAP/Makefile.bor2
-rw-r--r--examples/IPC_SAP/FIFO_SAP/Makefile.bor2
-rw-r--r--examples/IPC_SAP/FILE_SAP/Makefile.bor2
-rw-r--r--examples/IPC_SAP/Makefile.bor2
-rw-r--r--examples/IPC_SAP/SOCK_SAP/Makefile.bor2
-rw-r--r--examples/IPC_SAP/SPIPE_SAP/Makefile.bor2
-rw-r--r--examples/IPC_SAP/UPIPE_SAP/Makefile.bor2
-rw-r--r--examples/Log_Msg/makefile.bor2
-rw-r--r--examples/Makefile.bor2
-rw-r--r--examples/Map_Manager/makefile.bor2
-rw-r--r--examples/Mem_Map/Makefile.bor2
-rw-r--r--examples/Mem_Map/file-reverse/makefile.bor2
-rw-r--r--examples/Misc/Makefile.bor2
-rw-r--r--examples/NT_Service/Makefile.bor2
-rw-r--r--examples/Naming/Makefile.bor2
-rw-r--r--examples/RMCast/Makefile.bor2
-rw-r--r--examples/RMCast/Send_File/Makefile.bor2
-rw-r--r--examples/Reactor/Dgram/Makefile.bor2
-rw-r--r--examples/Reactor/Makefile.bor2
-rw-r--r--examples/Reactor/Multicast/Makefile.bor2
-rw-r--r--examples/Reactor/Ntalker/Makefile.bor2
-rw-r--r--examples/Reactor/Proactor/Makefile.bor2
-rw-r--r--examples/Reactor/WFMO_Reactor/Makefile.bor2
-rw-r--r--examples/Registry/Makefile.bor2
-rw-r--r--examples/Service_Configurator/IPC-tests/Makefile.bor2
-rw-r--r--examples/Service_Configurator/IPC-tests/client/makefile.bor2
-rw-r--r--examples/Service_Configurator/Makefile.bor2
-rw-r--r--examples/Smart_Pointers/Makefile.bor2
-rw-r--r--examples/Synch/Makefile.bor2
-rw-r--r--examples/Threads/Makefile.bor2
-rw-r--r--examples/Timer_Queue/Makefile.bor2
32 files changed, 66 insertions, 0 deletions
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
#