diff options
author | bala <balanatarajan@users.noreply.github.com> | 2004-04-08 20:22:59 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2004-04-08 20:22:59 +0000 |
commit | 3ea1fc6894f4f53b7f8fa221f8bb40210de810f8 (patch) | |
tree | 0aa6bcbaad34f539209d2c249f29b0d1223f8536 /netsvcs | |
parent | cf275234b2b8b8cba1b0f6d9a5255428abfc79bd (diff) | |
download | ATCD-3ea1fc6894f4f53b7f8fa221f8bb40210de810f8.tar.gz |
ChangeLogTag:Thu Apr 8 20:12:30 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'netsvcs')
-rw-r--r-- | netsvcs/Makefile.bor | 9 | ||||
-rw-r--r-- | netsvcs/build.bor | 19 | ||||
-rw-r--r-- | netsvcs/clients/Logger/Makefile.bor | 19 | ||||
-rw-r--r-- | netsvcs/clients/Makefile.bor | 7 | ||||
-rw-r--r-- | netsvcs/clients/Naming/Client/Makefile.bor | 11 | ||||
-rw-r--r-- | netsvcs/clients/Naming/Dump_Restore/Makefile.bor | 11 | ||||
-rw-r--r-- | netsvcs/clients/Naming/Makefile.bor | 7 | ||||
-rw-r--r-- | netsvcs/clients/Tokens/Makefile.bor | 7 | ||||
-rw-r--r-- | netsvcs/clients/Tokens/collection/Makefile.bor | 8 | ||||
-rw-r--r-- | netsvcs/clients/Tokens/deadlock/Makefile.bor | 8 | ||||
-rw-r--r-- | netsvcs/clients/Tokens/invariant/Makefile.bor | 8 | ||||
-rw-r--r-- | netsvcs/clients/Tokens/manual/Makefile.bor | 8 | ||||
-rw-r--r-- | netsvcs/clients/Tokens/mutex/Makefile.bor | 8 | ||||
-rw-r--r-- | netsvcs/clients/Tokens/rw_lock/Makefile.bor | 8 | ||||
-rw-r--r-- | netsvcs/lib/Makefile.bor | 22 | ||||
-rw-r--r-- | netsvcs/servers/Makefile.bor | 8 |
16 files changed, 0 insertions, 168 deletions
diff --git a/netsvcs/Makefile.bor b/netsvcs/Makefile.bor deleted file mode 100644 index 0ff77c05eef..00000000000 --- a/netsvcs/Makefile.bor +++ /dev/null @@ -1,9 +0,0 @@ -# -# $Id$ -# -# Makefile for building the netsvcs -# - -DIRS = lib clients servers - -!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> diff --git a/netsvcs/build.bor b/netsvcs/build.bor deleted file mode 100644 index e0e5b416191..00000000000 --- a/netsvcs/build.bor +++ /dev/null @@ -1,19 +0,0 @@ -# -# $Id$ -# - -!ifndef CFLAGS -CFLAGS=$(ACE_CFLAGS) -!endif - -!ifndef CPPDIR -CPPDIR=. -!endif - -!ifndef LIBFILES -LIBFILES= $(ACE_LIB) -!endif - -!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor> -!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor> - diff --git a/netsvcs/clients/Logger/Makefile.bor b/netsvcs/clients/Logger/Makefile.bor deleted file mode 100644 index efeb40be181..00000000000 --- a/netsvcs/clients/Logger/Makefile.bor +++ /dev/null @@ -1,19 +0,0 @@ -# -# $Id$ -# - -NAMES = \ - direct_logging \ - indirect_logging - -OBJFILES=$(OBJDIR)\$(NAME).obj - -CFLAGS = $(ACE_CFLAGS) - -CPPDIR = . - -LIBFILES = $(ACE_LIB) - -!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> -!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor> - diff --git a/netsvcs/clients/Makefile.bor b/netsvcs/clients/Makefile.bor deleted file mode 100644 index 349eece5820..00000000000 --- a/netsvcs/clients/Makefile.bor +++ /dev/null @@ -1,7 +0,0 @@ -# -# $Id$ -# - -DIRS = Logger Naming Tokens - -!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> diff --git a/netsvcs/clients/Naming/Client/Makefile.bor b/netsvcs/clients/Naming/Client/Makefile.bor deleted file mode 100644 index bc1393fb08e..00000000000 --- a/netsvcs/clients/Naming/Client/Makefile.bor +++ /dev/null @@ -1,11 +0,0 @@ -# -# $Id$ -# - -NAME = main -OBJFILES = \ - $(OBJDIR)\main.obj \ - $(OBJDIR)\Client_Test.obj - -!include <$(ACE_ROOT)\netsvcs\build.bor> - diff --git a/netsvcs/clients/Naming/Dump_Restore/Makefile.bor b/netsvcs/clients/Naming/Dump_Restore/Makefile.bor deleted file mode 100644 index 621da851ef8..00000000000 --- a/netsvcs/clients/Naming/Dump_Restore/Makefile.bor +++ /dev/null @@ -1,11 +0,0 @@ -# -# $Id$ -# - -NAME = main -OBJFILES = \ - $(OBJDIR)\main.obj \ - $(OBJDIR)\Dump_Restore.obj - -!include <$(ACE_ROOT)\netsvcs\build.bor> - diff --git a/netsvcs/clients/Naming/Makefile.bor b/netsvcs/clients/Naming/Makefile.bor deleted file mode 100644 index 97216c009f3..00000000000 --- a/netsvcs/clients/Naming/Makefile.bor +++ /dev/null @@ -1,7 +0,0 @@ -# -# $Id$ -# - -DIRS = Client Dump_Restore - -!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> diff --git a/netsvcs/clients/Tokens/Makefile.bor b/netsvcs/clients/Tokens/Makefile.bor deleted file mode 100644 index 09205a4538e..00000000000 --- a/netsvcs/clients/Tokens/Makefile.bor +++ /dev/null @@ -1,7 +0,0 @@ -# -# $Id$ -# - -DIRS = collection deadlock invariant manual mutex rw_lock - -!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> diff --git a/netsvcs/clients/Tokens/collection/Makefile.bor b/netsvcs/clients/Tokens/collection/Makefile.bor deleted file mode 100644 index e5bbb7cb453..00000000000 --- a/netsvcs/clients/Tokens/collection/Makefile.bor +++ /dev/null @@ -1,8 +0,0 @@ -# -# $Id$ -# - -NAME = collection -OBJFILES = $(OBJDIR)\collection.obj -!include <$(ACE_ROOT)\netsvcs\build.bor> - diff --git a/netsvcs/clients/Tokens/deadlock/Makefile.bor b/netsvcs/clients/Tokens/deadlock/Makefile.bor deleted file mode 100644 index 21be716f12a..00000000000 --- a/netsvcs/clients/Tokens/deadlock/Makefile.bor +++ /dev/null @@ -1,8 +0,0 @@ -# -# $Id$ -# - -NAME = deadlock_detection_test -OBJFILES=$(OBJDIR)\$(NAME).obj -!include <$(ACE_ROOT)\netsvcs\build.bor> - diff --git a/netsvcs/clients/Tokens/invariant/Makefile.bor b/netsvcs/clients/Tokens/invariant/Makefile.bor deleted file mode 100644 index 8f4dd730965..00000000000 --- a/netsvcs/clients/Tokens/invariant/Makefile.bor +++ /dev/null @@ -1,8 +0,0 @@ -# -# $Id$ -# - -NAME = invariant -OBJFILES=$(OBJDIR)\$(NAME).obj -!include <$(ACE_ROOT)\netsvcs\build.bor> - diff --git a/netsvcs/clients/Tokens/manual/Makefile.bor b/netsvcs/clients/Tokens/manual/Makefile.bor deleted file mode 100644 index b0d31f22ca7..00000000000 --- a/netsvcs/clients/Tokens/manual/Makefile.bor +++ /dev/null @@ -1,8 +0,0 @@ -# -# $Id$ -# - -NAME = manual -OBJFILES = $(OBJDIR)\$(NAME).obj -!include <$(ACE_ROOT)\netsvcs\build.bor> - diff --git a/netsvcs/clients/Tokens/mutex/Makefile.bor b/netsvcs/clients/Tokens/mutex/Makefile.bor deleted file mode 100644 index a81741ef8c9..00000000000 --- a/netsvcs/clients/Tokens/mutex/Makefile.bor +++ /dev/null @@ -1,8 +0,0 @@ -# -# $Id$ -# - -NAME = test_mutex -OBJFILES = $(OBJDIR)\$(NAME).obj -!include <$(ACE_ROOT)\netsvcs\build.bor> - diff --git a/netsvcs/clients/Tokens/rw_lock/Makefile.bor b/netsvcs/clients/Tokens/rw_lock/Makefile.bor deleted file mode 100644 index 123db2ecaa5..00000000000 --- a/netsvcs/clients/Tokens/rw_lock/Makefile.bor +++ /dev/null @@ -1,8 +0,0 @@ -# -# $Id$ -# - -NAME = rw_locks -OBJFILES = $(OBJDIR)\$(NAME).obj -!include <$(ACE_ROOT)\netsvcs\build.bor> - diff --git a/netsvcs/lib/Makefile.bor b/netsvcs/lib/Makefile.bor deleted file mode 100644 index 34be8754fad..00000000000 --- a/netsvcs/lib/Makefile.bor +++ /dev/null @@ -1,22 +0,0 @@ -# $Id$ - -NAME = netsvcs - -OBJFILES = \ - $(OBJDIR)\TS_Server_Handler.obj \ - $(OBJDIR)\TS_Clerk_Handler.obj \ - $(OBJDIR)\Client_Logging_Handler.obj \ - $(OBJDIR)\Name_Handler.obj \ - $(OBJDIR)\Log_Message_Receiver.obj \ - $(OBJDIR)\Server_Logging_Handler.obj \ - $(OBJDIR)\Token_Handler.obj \ - $(OBJDIR)\Base_Optimizer.obj - -CFLAGS = $(ACE_CFLAGS) - -CPPDIR = . - -LIBFILES = $(ACE_LIB) - -!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor> - diff --git a/netsvcs/servers/Makefile.bor b/netsvcs/servers/Makefile.bor deleted file mode 100644 index f47eefa2507..00000000000 --- a/netsvcs/servers/Makefile.bor +++ /dev/null @@ -1,8 +0,0 @@ -# $Id$ - -NAME = main -OBJFILES = $(OBJDIR)\$(NAME).obj -CFLAGS = -I$(ACE_ROOT)\netsvcs\lib $(ACE_CFLAGS) -LIBFILES = $(ACE_LIB) $(NETSVCS_LIB) -!include <$(ACE_ROOT)\netsvcs\build.bor> - |