summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/FIFO_SAP/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/IPC_SAP/FIFO_SAP/Makefile.bor')
-rw-r--r--examples/IPC_SAP/FIFO_SAP/Makefile.bor21
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/IPC_SAP/FIFO_SAP/Makefile.bor b/examples/IPC_SAP/FIFO_SAP/Makefile.bor
deleted file mode 100644
index 449d7bc179c..00000000000
--- a/examples/IPC_SAP/FIFO_SAP/Makefile.bor
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Makefile for building the IPC_SAP FIFO_SAP example
-#
-
-NAMES = \
- FIFO-client \
- FIFO-Msg-client \
- FIFO-Msg-server \
-# FIFO-test \
- FIFO-Server \
-
-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>