summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/SOCK_SAP/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/IPC_SAP/SOCK_SAP/Makefile.bor')
-rw-r--r--examples/IPC_SAP/SOCK_SAP/Makefile.bor26
1 files changed, 0 insertions, 26 deletions
diff --git a/examples/IPC_SAP/SOCK_SAP/Makefile.bor b/examples/IPC_SAP/SOCK_SAP/Makefile.bor
deleted file mode 100644
index 33dc76321e5..00000000000
--- a/examples/IPC_SAP/SOCK_SAP/Makefile.bor
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Makefile for building the IPC_SAP SOCK_SAP ace examples
-#
-
-NAMES = \
- CPP-inclient \
- CPP-unclient \
- CPP-inserver \
- CPP-inserver-fancy \
- CPP-inserver-poll \
- CPP-unserver \
- FD-unclient \
- FD-unserver \
- C-inclient \
- C-inserver
-
-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>