summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Tokens
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-23 05:11:18 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-23 05:11:18 +0000
commitba7a2bbd8794d80f4b096f73fcd5b4336a73e401 (patch)
tree2e84c7253f4dd22e1ad3d6a0c3d9bb6e57e283ad /netsvcs/clients/Tokens
parent457a6992c781a238fe7a803d8b8da345780ec9bb (diff)
downloadATCD-ba7a2bbd8794d80f4b096f73fcd5b4336a73e401.tar.gz
*** empty log message ***
Diffstat (limited to 'netsvcs/clients/Tokens')
-rw-r--r--netsvcs/clients/Tokens/collection/Makefile22
-rw-r--r--netsvcs/clients/Tokens/deadlock/Makefile2
-rw-r--r--netsvcs/clients/Tokens/invariant/Makefile2
-rw-r--r--netsvcs/clients/Tokens/mutex/Makefile2
-rw-r--r--netsvcs/clients/Tokens/rw_lock/Makefile2
5 files changed, 16 insertions, 14 deletions
diff --git a/netsvcs/clients/Tokens/collection/Makefile b/netsvcs/clients/Tokens/collection/Makefile
index f563bb9187e..e69ccca22ed 100644
--- a/netsvcs/clients/Tokens/collection/Makefile
+++ b/netsvcs/clients/Tokens/collection/Makefile
@@ -44,7 +44,6 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
.obj/collection.o .shobj/collection.so: collection.cpp \
$(WRAPPER_ROOT)/ace/OS.h \
- $(WRAPPER_ROOT)/ace/Time_Value.h \
$(WRAPPER_ROOT)/ace/config.h \
$(WRAPPER_ROOT)/ace/stdcpp.h \
$(WRAPPER_ROOT)/ace/Trace.h \
@@ -80,6 +79,7 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
$(WRAPPER_ROOT)/ace/SOCK.i \
$(WRAPPER_ROOT)/ace/SOCK_IO.i \
$(WRAPPER_ROOT)/ace/SOCK_Stream.i \
+ $(WRAPPER_ROOT)/ace/Time_Value.h \
$(WRAPPER_ROOT)/ace/SOCK_Connector.i \
$(WRAPPER_ROOT)/ace/Token_Request_Reply.h \
$(WRAPPER_ROOT)/ace/Thread_Manager.h \
@@ -87,23 +87,25 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
$(WRAPPER_ROOT)/ace/Service_Config.h \
$(WRAPPER_ROOT)/ace/Service_Object.h \
$(WRAPPER_ROOT)/ace/Shared_Object.h \
+ $(WRAPPER_ROOT)/ace/Signal.h \
$(WRAPPER_ROOT)/ace/Set.h \
+ $(WRAPPER_ROOT)/ace/Reactor.h \
+ $(WRAPPER_ROOT)/ace/Handle_Set.h \
+ $(WRAPPER_ROOT)/ace/Timer_Queue.h \
+ $(WRAPPER_ROOT)/ace/Token.h \
+ $(WRAPPER_ROOT)/ace/Pipe.h \
+ $(WRAPPER_ROOT)/ace/Pipe.i \
$(WRAPPER_ROOT)/ace/Proactor.h \
$(WRAPPER_ROOT)/ace/Message_Block.h \
$(WRAPPER_ROOT)/ace/Malloc.h \
$(WRAPPER_ROOT)/ace/Malloc_T.h \
$(WRAPPER_ROOT)/ace/Memory_Pool.h \
- $(WRAPPER_ROOT)/ace/Signal.h \
$(WRAPPER_ROOT)/ace/Mem_Map.h \
- $(WRAPPER_ROOT)/ace/Timer_Queue.h \
- $(WRAPPER_ROOT)/ace/Timer_Queue.i \
$(WRAPPER_ROOT)/ace/ReactorEx.h \
- $(WRAPPER_ROOT)/ace/Token.h \
- $(WRAPPER_ROOT)/ace/Reactor.h \
- $(WRAPPER_ROOT)/ace/Handle_Set.h \
- $(WRAPPER_ROOT)/ace/Pipe.h \
- $(WRAPPER_ROOT)/ace/Pipe.i \
- $(WRAPPER_ROOT)/ace/Reactor.i \
+ $(WRAPPER_ROOT)/ace/Message_Queue.h \
+ $(WRAPPER_ROOT)/ace/IO_Cntl_Msg.h \
+ $(WRAPPER_ROOT)/ace/Strategies.h \
+ $(WRAPPER_ROOT)/ace/Strategies_T.h \
$(WRAPPER_ROOT)/ace/Svc_Conf_Tokens.h
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
diff --git a/netsvcs/clients/Tokens/deadlock/Makefile b/netsvcs/clients/Tokens/deadlock/Makefile
index 5e7d7bd2d98..bd71f257307 100644
--- a/netsvcs/clients/Tokens/deadlock/Makefile
+++ b/netsvcs/clients/Tokens/deadlock/Makefile
@@ -44,7 +44,6 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
.obj/deadlock_detection_test.o .shobj/deadlock_detection_test.so: deadlock_detection_test.cpp \
$(WRAPPER_ROOT)/ace/OS.h \
- $(WRAPPER_ROOT)/ace/Time_Value.h \
$(WRAPPER_ROOT)/ace/config.h \
$(WRAPPER_ROOT)/ace/stdcpp.h \
$(WRAPPER_ROOT)/ace/Trace.h \
@@ -78,6 +77,7 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
$(WRAPPER_ROOT)/ace/SOCK.i \
$(WRAPPER_ROOT)/ace/SOCK_IO.i \
$(WRAPPER_ROOT)/ace/SOCK_Stream.i \
+ $(WRAPPER_ROOT)/ace/Time_Value.h \
$(WRAPPER_ROOT)/ace/SOCK_Connector.i \
$(WRAPPER_ROOT)/ace/Token_Request_Reply.h \
$(WRAPPER_ROOT)/ace/Thread.h \
diff --git a/netsvcs/clients/Tokens/invariant/Makefile b/netsvcs/clients/Tokens/invariant/Makefile
index 975c1241329..479547f96a0 100644
--- a/netsvcs/clients/Tokens/invariant/Makefile
+++ b/netsvcs/clients/Tokens/invariant/Makefile
@@ -44,7 +44,6 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
.obj/invariant.o .shobj/invariant.so: invariant.cpp \
$(WRAPPER_ROOT)/ace/OS.h \
- $(WRAPPER_ROOT)/ace/Time_Value.h \
$(WRAPPER_ROOT)/ace/config.h \
$(WRAPPER_ROOT)/ace/stdcpp.h \
$(WRAPPER_ROOT)/ace/Trace.h \
@@ -55,6 +54,7 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
$(WRAPPER_ROOT)/ace/ACE.i \
$(WRAPPER_ROOT)/ace/Log_Record.i \
$(WRAPPER_ROOT)/ace/Get_Opt.h \
+ $(WRAPPER_ROOT)/ace/Singleton.h \
$(WRAPPER_ROOT)/ace/Thread_Manager.h \
$(WRAPPER_ROOT)/ace/Thread.h \
$(WRAPPER_ROOT)/ace/Synch.h \
diff --git a/netsvcs/clients/Tokens/mutex/Makefile b/netsvcs/clients/Tokens/mutex/Makefile
index 7a623947ca0..28a3c9cecb5 100644
--- a/netsvcs/clients/Tokens/mutex/Makefile
+++ b/netsvcs/clients/Tokens/mutex/Makefile
@@ -44,7 +44,6 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
.obj/test_mutex.o .shobj/test_mutex.so: test_mutex.cpp \
$(WRAPPER_ROOT)/ace/OS.h \
- $(WRAPPER_ROOT)/ace/Time_Value.h \
$(WRAPPER_ROOT)/ace/config.h \
$(WRAPPER_ROOT)/ace/stdcpp.h \
$(WRAPPER_ROOT)/ace/Trace.h \
@@ -78,6 +77,7 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
$(WRAPPER_ROOT)/ace/SOCK.i \
$(WRAPPER_ROOT)/ace/SOCK_IO.i \
$(WRAPPER_ROOT)/ace/SOCK_Stream.i \
+ $(WRAPPER_ROOT)/ace/Time_Value.h \
$(WRAPPER_ROOT)/ace/SOCK_Connector.i \
$(WRAPPER_ROOT)/ace/Token_Request_Reply.h \
$(WRAPPER_ROOT)/ace/Thread.h \
diff --git a/netsvcs/clients/Tokens/rw_lock/Makefile b/netsvcs/clients/Tokens/rw_lock/Makefile
index 391a2386dd6..ac8966a5899 100644
--- a/netsvcs/clients/Tokens/rw_lock/Makefile
+++ b/netsvcs/clients/Tokens/rw_lock/Makefile
@@ -44,7 +44,6 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
.obj/rw_locks.o .shobj/rw_locks.so: rw_locks.cpp \
$(WRAPPER_ROOT)/ace/OS.h \
- $(WRAPPER_ROOT)/ace/Time_Value.h \
$(WRAPPER_ROOT)/ace/config.h \
$(WRAPPER_ROOT)/ace/stdcpp.h \
$(WRAPPER_ROOT)/ace/Trace.h \
@@ -78,6 +77,7 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
$(WRAPPER_ROOT)/ace/SOCK.i \
$(WRAPPER_ROOT)/ace/SOCK_IO.i \
$(WRAPPER_ROOT)/ace/SOCK_Stream.i \
+ $(WRAPPER_ROOT)/ace/Time_Value.h \
$(WRAPPER_ROOT)/ace/SOCK_Connector.i \
$(WRAPPER_ROOT)/ace/Token_Request_Reply.h \
$(WRAPPER_ROOT)/ace/Thread_Manager.h \